logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Help, Installation Error
Author
deredowl



Joined: 09 May 2006
Posts: 3

PostPosted: Tue 09 May '06 4:35    Post subject: Help, Installation Error Reply with quote

Well lol, i am totally new to Appache, i have just downoaded version 2.2.2 and when i run the install it all goes fine until i get to here:



Shocked Sad Can someone plaese help me, thanks.
Back to top
pnllan



Joined: 05 Dec 2005
Posts: 221

PostPosted: Tue 09 May '06 7:44    Post subject: Reply with quote

The error seems to be related to the ServerName directive.

If you observe the message, it states that there is an error in HTTPD.CONF...

So, use a text editor to open the HTTPD.CONF (the message states that is in C:/Program Files/Apache Software Foundation/Apache2.2/conf folder). Next, the message states that ServerName can only have one argument. Now, find the ServerName directive. If your editor can show line numbers, then just scroll down to line 142. Otherwise, scroll down until you find ServerName. It should look something like:

ServerName localhost:80

In this case the argument is localhost:80.

What is in your configuration file(HTTPD.CONF) for ServerName?
.
Back to top
deredowl



Joined: 09 May 2006
Posts: 3

PostPosted: Tue 09 May '06 15:50    Post subject: Reply with quote

Ummm well i here is what i think you want to see lol.

Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7294
Location: Germany, Next to Hamburg

PostPosted: Tue 09 May '06 20:26    Post subject: Reply with quote

ServerName local host:80 must be changed to
ServerName localhost:80

Please leave to spaces in the name of the server
Back to top
deredowl



Joined: 09 May 2006
Posts: 3

PostPosted: Wed 10 May '06 2:18    Post subject: Reply with quote

Laughing Thanks i just had to remove the spaec between my servername. lol
Back to top


Reply to topic   Topic: Help, Installation Error View previous topic :: View next topic
Post new topic   Forum Index -> Apache