Hello
After following the tutorial below
When I restart HTTPd
I get the following error:
When I issue
I get the following
Any ideas which file I should edit to remove the extra mod_ruid2 line?
By the Way, I have installed CB2.0.
Regards
After following the tutorial below
Code:
[URL="https://forum.directadmin.com/showthread.php?t=37467"]https://forum.directadmin.com/showthread.php?t=37467[/URL]
When I restart HTTPd
I get the following error:
Code:
[so:warn] [pid 14221] AH01574: module ruid2_module is already loaded, skipping
When I issue
Code:
grep -R "mod_ruid2" /etc/httpd/conf/*
I get the following
Code:
/etc/httpd/conf/extra/httpd-phpmodules.conf:LoadModule ruid2_module /usr/lib/apache/mod_ruid2.so
/etc/httpd/conf/extra/httpd-hostname.conf: <IfModule mod_ruid2.c>
/etc/httpd/conf/extra/httpd-vhosts.conf: <IfModule !mod_ruid2.c>
/etc/httpd/conf/extra/httpd-vhosts.conf: <IfModule !mod_ruid2.c>
/etc/httpd/conf/extra/httpd-modsecurity.conf: <IfModule mod_ruid2.c>
/etc/httpd/conf/httpd.conf:LoadModule ruid2_module /usr/lib/apache/mod_ruid2.so
Any ideas which file I should edit to remove the extra mod_ruid2 line?
By the Way, I have installed CB2.0.
Regards