Problem with analyzing configuration file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux