I am running Apache 1.3 on Openbsd 4.8, I want to run a proxy server on the Apache, however, when I enable the following line
LoadModule proxy_module /usr/lib/apache/modules/libproxy.so
in httpd.conf and restart the httpd server, it gives me this error:
Cannot load /usr/lib/apache/modules/libproxy.so into server: File not found
I made sure the path to the .so file is correct. The Apache server is chrooted to /var/www, would that cause this error?
Thanks in advance,
Tian