Page 1 of 1

Apache error on Windows 98se

PostPosted: 09. February 2008 21:29
by everythingdaniel
Hi everyone, I have always loved to use Xampp, but today I have had a few problems. My computer is a 98se, and I have gotten this to work before, but after a format, I need to get it working again, the error from the apache launch is...


Diese Eingabeforderung nicht waehrend des Running beenden
Bitte erst bei einem gewollten Shutdown schliessen
Please close this command only for Shutdown
Apache 2 is starting ...
[Sat Feb 09 15:14:12 2008] [crit] (OS 10050)Network is down: alloc_listener: fai
led to get a socket for (null)
Syntax error on line 53 of C:/xampp/apache/conf/httpd.conf:
Listen setup failed

Apache konnte nicht gestartet werden
Apache could not be started
Press any key to continue . . .

------------------
In httpd.conf....


Listen 8080
ServerName localhost:8080


also above I have the two lines I edited in the httpd.conf file, I had edited it after I could not get it to work.


The only difference with the installation of windows, is that this one does NOT have an internet connection, it is meant to be my computer to develop php scripts on, and after the nasty crash that mode me reformat and install, I decided to take the network card out put it into another computer...




So, any help would be appreciated!


--Daniel L

PostPosted: 11. February 2008 14:56
by x-files
In httpd.conf....


Listen 8080
ServerName localhost:8080


Maybe should you try port 80 (which one is standard for HTTP) instead of 8080 :idea: