Dear users,
in my /etc/sysconfig/apache2 I have mentioned:
APACHE_SERVER_FLAGS="USSW- I586"
in /etc/apache2/conf.d/myapache.conf is mentioned:
<IfDefine I586>
<IfModule !mod_proxy.c>
LoadModule proxy_module /usr/lib/apache2/mod_proxy.so
</IfModule>
<IfModule !mod_proxy_ajp.c>
LoadModule proxy_ajp_module /usr/lib/apache2/mod_proxy_ajp.so
</IfModule>
<IfModule !mod_proxy_http.c>
LoadModule proxy_http_module /usr/lib/apache2/mod_proxy_http.so
</IfModule>
</IfDefine>
<IfDefine !I586>
<IfModule !mod_proxy.c>
LoadModule proxy_module /usr/lib64/apache2/mod_proxy.so
</IfModule>
<IfModule !mod_proxy_ajp.c>
LoadModule proxy_ajp_module /usr/lib64/apache2/mod_proxy_ajp.so
</IfModule>
<IfModule !mod_proxy_http.c>
LoadModule proxy_http_module /usr/lib64/apache2/mod_proxy_http.so
</IfModule>
</IfDefine>
But sometimes during the starting of apache2 I am receiving:
Starting httpd2 (prefork) done
AShttp: Checking httpd2 configuration file syntax:
AShttp: Error in config file /etc/apache2/conf.d/mod_unity.conf:
httpd2: Syntax error on line 89 of /etc/apache2/conf.d/mod_unity.conf:
Cannot load /usr/lib64/apache2/mod_proxy.so into server:
/usr/lib64/apache2/mod_proxy.so: cannot open shared object file: No
such file or directory
could you please advise me where can I have problem?
--
Best Regards / S pozdravem
Petr Hracek
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [email protected]
" from the digest: [email protected]
For additional commands, e-mail: [email protected]