module fcgid_module is already loaded?

pucky

Verified User
Joined
Sep 9, 2006
Messages
758
Why is it still loaded if you shut down apache and killall httpd then start it up again?

Why is fcgid still running?

Shouldnt it be shutdown and killed off when you stop apache?

[root@la1010 conf]# service httpd start
Starting httpd: [Tue Apr 30 15:28:07.926725 2013] [so:warn] [pid 40486:tid 139771619497920] AH01574: module fcgid_module is already loaded, skipping
 
Seems the when i rebuilt everything today to fix another problem the following was added to httpd.conf'

#LoadModule fcgid_module /usr/lib/apache/mod_fcgid.so

WHY?

REMOVED!
 
Back
Top