You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Ronald Vyhmeister <rv...@aiias.edu> on 2006/11/01 18:48:42 UTC

[users@httpd] mod_proxy doesn't work right after upgrade to 2.2.3

I've just upgraded a debian box from 2.0.59 to 2.2.3... and I now have
trouble...  It worked just fine before the upgrade...  Any help is really
welcome... Thanks in advance!

Here is the error:

[warn] proxy: No protocol handler was valid for the URL /webmin. If you are
using a DSO version of mod_proxy, make sure the proxy submodules are
included in the configuration using LoadModule.

Here are the lines from /etc/apache2/apache2.conf

ProxyPass /webmin http://localhost:10000/
ProxyPassReverse /webmin http://localhost:10000/

I've got the following mods-enabled:

host:/etc/apache2/mods-enabled# ls -l | fgrep proxy
lrwxrwxrwx 1 root root   37 2006-11-01 11:40 proxy_balancer.load ->
../mods-available/proxy_balancer.load
lrwxrwxrwx 1 root root   28 2006-11-01 12:09 proxy.conf ->
../mods-available/proxy.conf
-rw-r--r-- 1 root root  865 2006-11-01 11:58 proxy.conf.sv
lrwxrwxrwx 1 root root   43 2006-04-28 09:30 proxy_html.load ->
/etc/apache2/mods-available/proxy_html.load
lrwxrwxrwx 1 root root   33 2006-05-01 14:20 proxy_http.local ->
../mods-available/proxy_http.load
lrwxrwxrwx 1 root root   28 2006-05-01 14:20 proxy.load ->
../mods-available/proxy.load


>From the proxy.conf

<IfModule mod_proxy.c>
        #turning ProxyRequests on and allowing proxying from all may allow
        #spammers to use your proxy to send email.

        ProxyRequests Off

        <Proxy *>
                Order deny,allow
                Allow from all
                #Allow from .example.com
        </Proxy>

        # Enable/disable the handling of HTTP/1.1 "Via:" headers.
        # ("Full" adds the server version; "Block" removes all outgoing Via:
headers)
        # Set to one of: Off | On | Full | Block

        ProxyVia On
</IfModule>
--------------------------------------
Ronald Vyhmeister, PhD
rvyhmeister@aiias.edu
Program Director, PhD in Business
AIIAS
Technology is dominated by two kinds of people:
Those who manage what they do not understand and
those who understand that which they do not manage.
 



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