PDA

View Full Version : Apache is functioning normally



internetsistem
04-02-2008, 04:27 AM
hello

http://ip

welcome message;

Apache is functioning normally


and

[root@root ~]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [Wed Apr 02 02:08:31 2008] [warn] module php5_module is already loaded, skipping

[root@root ~]#

we are waiting..

jackc
04-02-2008, 04:41 AM
that's normal.

smtalk
04-02-2008, 05:05 AM
You can comment out php5_module line in your httpd.conf file.

blasty
04-02-2008, 08:33 AM
we are waiting..

That's certainly going to increase the chance of people answering faster. not.

As pointed out already the warning you get is rather harmless. There's a duplicate LoadModule line your httpd.conf which you might want to get rid of.