0 Members and 2 Guests are viewing this topic.
[root@server modules]# lltotal 3324-rw-r--r-- 1 root root 9201 Mar 25 09:24 httpd.exp-rwxr-xr-x 1 root root 228001 Mar 30 10:10 mod_proxy_ajp.so-rwxr-xr-x 1 root root 169881 Mar 30 10:10 mod_proxy_balancer.so-rwxr-xr-x 1 root root 209528 Mar 30 10:11 mod_proxy_connect.so-rwxr-xr-x 1 root root 193525 Mar 30 10:10 mod_proxy_http.so-rwxr-xr-x 1 root root 151233 Mar 30 10:11 mod_proxy_scgi.so-rwxr-xr-x 1 root root 226341 Mar 30 10:09 mod_proxy.so-r--r--r-- 1 root root 2131493 Mar 26 20:11 mod_security2.so-rwxr-xr-x 1 root root 62864 Mar 25 09:25 mod_suphp.so[root@server modules]# service httpd restartStopping httpd: [ OK ]Starting httpd: httpd: Syntax error on line 54 of /usr/local/apache/conf/httpd.conf: module proxy_module is built-in and can't be loaded [FAILED]
# Example:# LoadModule foo_module modules/mod_foo.soLoadModule proxy_module modules/mod_proxy.soLoadModule proxy_ajp_module modules/mod_proxy_ajp.soLoadModule proxy_http_module modules/mod_proxy_http.soLoadModule proxy_balancer_module modules/mod_proxy_balancer.soLoadModule proxy_connect_module modules/mod_proxy_connect.soLoadModule proxy_scgi_module modules/mod_proxy_scgi.so#<IfModule !mpm_netware_module><IfModule !mpm_winnt_module>## If you wish httpd to run as a different user or group, you must run# httpd as root initially and it will switch.#