Nino,

Please load the mod_proxy_html module.

Nino Saturnino Martinez Vazquez Wael wrote:
I get a error about DSO(stating that I have to enable a proxy submodule), it's there for all sub sites, root passes without problems. I have enabled all the proxy modules. Whats wrong?



Error msg:
[Mon Jul 21 20:40:54 2008] [notice] Apache/2.2.3 (Ubuntu) proxy_html/2.5 mod_ssl/2.2.3 OpenSSL/0.9.8c configured -- resuming normal operations
...
....
[Mon Jul 21 20:45:59 2008] [warn] proxy: No protocol handler was valid for the URL /static/f5ffa9029c78c03cdf54c3b0d4999417-thumb.jpg. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule. [Mon Jul 21 20:45:59 2008] [warn] proxy: No protocol handler was valid for the URL /css/images/pages-forward.gif. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule.
Access Log:
ip - - [21/Jul/2008:20:45:59 +0200] "GET /static/f5ffa9029c78c03cdf54c3b0d4999417-thumb.jpg HTTP/1.1" 403 375 "http://domain.net/"; "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16" ip - - [21/Jul/2008:20:45:59 +0200] "GET /css/images/pages-forward.gif HTTP/1.1" 403 354 "http://domain.net/"; "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16"


heres the contents of mods-enabled:
alias.load authz_groupfile.load cache.load dir.load mime.load proxy_balancer.load proxy_http.load status.load auth_basic.load authz_host.load cgid.conf disk_cache.load negotiation.load proxy_connect.load setenvif.load authn_file.load authz_user.load cgid.load env.load proxy.load proxy_ftp.load ssl.conf authz_default.load autoindex.load dir.conf mem_cache.load proxy_ajp.load proxy_html.load ssl.load


vhost config:

NameVirtualHost *:80

ErrorLog /var/log/apache2/error.log

# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn

CustomLog /var/log/apache2/access.log combined
ServerSignature On

<VirtualHost *:80>
       ProxyRequests off
       ServerName domain.net

ProxyPass / balancer://cluster stickysession=JSESSIONID|jsessionid nofailover=On
       ProxyPassReverse / balancer://cluster

       <Proxy *>
               Order Deny,Allow
                Allow from all
       </Proxy>


       <Proxy balancer://cluster>
BalancerMember http://tomcatserver.net:8080 route=jvm1 loadfactor=5
       </Proxy>
       <Location /balancer-manager>
               SetHandler balancer-manager
               Order deny,allow
               Allow from all
       </Location>
</VirtualHost>





---------------------------------------------------------------------
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]

Reply via email to