Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Aug 2006 10:12:43 +0200
From:      Thomas <freebsdlists@bsdunix.ch>
To:        freebsd-questions@freebsd.org
Subject:   mod_rewrite does not work with apache13-modssl and enabled modaccel
Message-ID:  <44D3017B.2090904@bsdunix.ch>

next in thread | raw e-mail | index | archive | help
Hello

I compiled apache13-modssl with WITH_APACHE_MODACCEL=YES.
With enabled MODACCEL my mod_rewrite does not work as expected. I get
this error message:
[error] [client xxx.xxx.xxx.xxx] attempt to make remote request from
mod_rewrite without proxy enabled: proxy:http://mysite/foobar/traffic

System: Freebsd 4.11
Apache13-modssl port from 1. August 2006
ssl_config.include:
<IfModule mod_proxy.c>
        ProxyRequests Off
        RewriteRule ^/login/foobar/monitor/(.*)$
http://mysite/foobar/traffic/$1 [P,L]
        ProxyPassReverse /login/foobar/monitor/
http://mysite/foobar/traffic/
</IfModule>

I rebuilded apache13-modssl without MODACCEL and then everything works
perfectly. So i doubt that's a config error. Is this a known behavior?

regards,
Thomas



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44D3017B.2090904>