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: Remote install on apache 2.2 on windows
Author
mafian911



Joined: 21 Jan 2007
Posts: 2

PostPosted: Sun 21 Jan '07 3:32    Post subject: Remote install on apache 2.2 on windows Reply with quote

Hey guys. I'm connected to a remote computer using remote desktop. I downloaded the apache 2.2 .msi installer package. When I run the package, the DOS window comes up and said there are errors. This is what I get:

----

Testing httpd.conf....
Errors reported here must be corrected before the service can be started.
Syntax error on line 133 of C:/Program Files/Apache Software Foundation/Apache2.2/conf/httpd.conf:
Invalid command 'myemail@email.com', perhaps misspelled or defined by a module not included in the server configuration
Note the errors or messages above, and press the <ESC> key to exit. 20...

----

Starting the service is then always impossible. nothing appears wrong in the .conf file either. I tried going to the bin directory and running "apache -k start" but there is no such executable in that directory (no executable of a similar name either, like apache2). Is that normal?

Any help would be appreciated.
Back to top
mafian911



Joined: 21 Jan 2007
Posts: 2

PostPosted: Sun 21 Jan '07 3:36    Post subject: MSI installer bug Reply with quote

Arg guys, nevermind. I figured it out. The MSI installer only put in my email address on the line, and didnt include the command ServerAdmin. How retarded is that. I had to change this line:

----
myemail@email.com
----

to this line:

----
ServerAdmin myemail@email.com
----

in the .conf file. Funny how the MSI installer would screw that up.
Back to top


Reply to topic   Topic: Remote install on apache 2.2 on windows View previous topic :: View next topic
Post new topic   Forum Index -> Apache