This is a discussion on Apache won't start up within the Apache Web Server forums, part of the Web Server and Related Forums category; Hello Folks... I just finished compiling apache 2.2.0 on a Tru64 server. Everything compiled just fine.. My configure ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello Folks...
I just finished compiling apache 2.2.0 on a Tru64 server. Everything compiled just fine.. My configure syntax was ../configure --prefix=/usr/local/httpd2 --enable-so I did a make and make install. I then edited the user and group in httpd.conf to be httpd like the current running apache. I edited the Listen to port 83. Then when I try to start the daemon with ./apachectl start it just drops back to the shell. No errors, no messages yet it has not started. I looked in the logs files and there are no messages there. Any suggestions would be greatly appreciated. Thanks Michael |
|
|||
|
Start Apache with the -t option (see the on-line docs) and it will tell you
if you have any erros in you config files. Charles... "michaelw" <michaelw@alibris.com> wrote in message news:1137790263.134819.203680@g47g2000cwa.googlegr oups.com... > Hello Folks... > > I just finished compiling apache 2.2.0 on a Tru64 server. Everything > compiled just fine.. My configure syntax was > > ./configure --prefix=/usr/local/httpd2 --enable-so > > I did a make and make install. > > I then edited the user and group in httpd.conf to be httpd like the > current running apache. I edited the Listen to port 83. > > Then when I try to start the daemon with ./apachectl start it just > drops back to the shell. No errors, no messages yet it has not > started. I looked in the logs files and there are no messages there. > Any suggestions would be greatly appreciated. > > Thanks > > Michael > |