On 10/31/2013 2:30 PM, Chris Arnold wrote:
>> mod_rewrite is what's adding the extra /share/
>> RewriteRule ^/(.*) https://192.168.123.3:8443/share/$1 [P]
>> should be something like either:
>> RewriteRule ^/(.*) https://192.168.123.3:8443/$1 [P]
> This takes me to the tomcat home page, /
>
>> or:
>> RewriteRule ^/share/(.*) https://192.168.123.3:8443/share/$1 [P]
> This one gives me a 403 access denied
>
>> ..depending on whether you want to proxy all URL's to Tomcat, or just the 
>> /share ones..
> Looks like i am back to the apache list
>


This might help:

    http://httpd.apache.org/docs/2.4/mod/mod_rewrite.html#rewriterule

That's for version 2.4.

-Terence Bandoian


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to