Redirection issue in a SSL virtual hose
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Hi,
I have some
applications which are running under Tomcat, in a directory called "www".
The Applications are called "Admin" and "Customer". I use Apache to
redirect and proxy into Tomcat.
I want to access my
application using several URLS
So I have set up my
redirects for http
No problem here the http URLs work
OK.
For the https URLs,
the following work OK
BUT
Does not work. The request. and of course it
should not, as we need
For the Tomcat
application
Results in
Which does not point
to the Tomcat application.
So what I need is
some form of URL rewriting or redirection. I tried adding a redirect into
the SSL virtual host
<VirtualHost 1.2.3.4:443 >
I also tried rewriting.
RewriteEngine on
RewriteRule ^/$
/Customer [R,L]
Neither are redirecting or
rewriting the request for / into /Customer
Any suggestions at how to
alias/rewrite/redirect/proxy the root to /Customer ?
Thanks
john
[Index of Archives]
[Open SSH Users]
[Linux ACPI]
[Linux Kernel]
[Linux Laptop]
[Kernel Newbies]
[Security]
[Netfilter]
[Bugtraq]
[Squid]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Samba]
[Video 4 Linux]
[Device Mapper]