Re: [users@httpd] https before auth

2013-07-10 Thread Pol Hallen
I'm not sure but add: SSLOptions +StrictRequire SSLRequireSSL seems resolve the problem Is it correct? thanks! > Hi all :-) > > working on my last post I configured a https rewrite and auth basic: > > default > [...] > > > > RewriteEngine on > RewriteCond %{HTTPS} !^on$ [NC] > RewriteRule .

[users@httpd] https before auth

2013-07-10 Thread Pol Hallen
Hi all :-) working on my last post I configured a https rewrite and auth basic: default [...] RewriteEngine on RewriteCond %{HTTPS} !^on$ [NC] RewriteRule . https://example.org/test [L] [...] default-ssl [...] Options +SymLinksIfOwnerMatch +Multiviews +Indexes AuthType Basic AuthName "Au

[users@httpd] incomplete mod_filter substitution results

2013-07-10 Thread Robin Coe
I have been attempting to use mod_filter with mod_substitute to modify the response stream and change the back-end server host name and protocol in content being returned to users beyond the firewall. The proxy server is fronting Windchill PLM software, which uses an apache proxy in front of tomca

Re: [users@httpd] Issue with URL Rewriting

2013-07-10 Thread yvand
Le 10/07/2013 00:18, Eric Covener a écrit : RewriteEngine On RewriteCond %{DOCUMENT_ROOT}/mysite/pictures%{REQUEST_URI} -f RewriteRule ^(.+) /mysite/pictures/$1 [L] Unfortunately it doesn't work, because %{REQUEST_URI}contains also /mysite... Indeed if I request /mysite/icon.png, the input of Re