Page 1 of 1

Error to start Apache

PostPosted: Fri Oct 27, 2006 3:33 am
by piyush
Hello Sir ,
when i start apache server it throws following error


root@local:/usr/local/php-4.4.4# /usr/local/apache2/bin/apachectl start
[Fri Oct 27 15:17:06 2006] [warn] module php4_module is already loaded, skipping
httpd: bad user name apache
root@local:/usr/local/php-4.4.4#


Please try to send me solution of above problem
thanks
piyush

PostPosted: Sat Oct 28, 2006 5:06 am
by Op3r
This is not actually a VICIDIAL error.

please try to post it on apache forum.

PostPosted: Sun Oct 29, 2006 11:05 pm
by gardo
those are just warning messages. try to see if apache is running by issuing this command:

#ps ax | grep httpd

you should see something like this:

[root@db200 ~]# ps ax | grep httpd
3181 ? Ss 0:00 /usr/local/apache2/bin/httpd -k start
3541 ? S 0:00 /usr/local/apache2/bin/httpd -k start
3543 ? S 0:00 /usr/local/apache2/bin/httpd -k start
3550 ? S 0:00 /usr/local/apache2/bin/httpd -k start
3551 ? S 0:00 /usr/local/apache2/bin/httpd -k start
3554 ? S 0:00 /usr/local/apache2/bin/httpd -k start
3815 ? S 0:00 /usr/local/apache2/bin/httpd -k start
15566 pts/0 S+ 0:00 grep httpd