You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by ap...@mail.kapusta.org on 2002/07/17 03:20:40 UTC

apache/mod_webapp/ssl

Hi,
I am using apache 1.3.23 with ssl and jakarta tomcate 4.0 , and mod_webapp.
Would it be possible to do the following-->

have web traffic going to http://www.website.com be forwarded to jakarta,
to the index.jsp.

have https://mail.website.com/webmail/index.php being run by apache, this
has a SSLRequireSSL within its <Directory> rules
#note the index.jsp has a link to #https://mail.website.com/webmail/index.php

both mail.website.com and www.website.com resolve to the same ip address.

I have been partialy succesful by using a named virtual host for the
www.website.com and including my mod_webapp directives

<VirtualHost*>
DocumentRoot "/var/www/html"
WebAppConnection warpConnection warp localhost:8056
ServerName www.website.com
WebAppDeploy main warp warpConnection /
</VirtualHost>

#the localhost:8056 -->I changed the default connector port
#main the directory under /tomcat4/webapps/main-->my index.jsp

The above does work but, when trying to access
https://mail.website.com/webmail it takes 4min to get to the page?

If anyone has a better way of doing this or any suggestions i would
appreciate it

js



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: apache/mod_webapp/ssl

Posted by Jeff Beard <je...@cyberxape.com>.
SSL requires IP based vhosts.

--Jeff

apachelist@mail.kapusta.org wrote:
> Hi,
> I am using apache 1.3.23 with ssl and jakarta tomcate 4.0 , and mod_webapp.
> Would it be possible to do the following-->
> 
> have web traffic going to http://www.website.com be forwarded to jakarta,
> to the index.jsp.
> 
> have https://mail.website.com/webmail/index.php being run by apache, this
> has a SSLRequireSSL within its <Directory> rules
> #note the index.jsp has a link to #https://mail.website.com/webmail/index.php
> 
> both mail.website.com and www.website.com resolve to the same ip address.
> 
> I have been partialy succesful by using a named virtual host for the
> www.website.com and including my mod_webapp directives
> 
> <VirtualHost*>
> DocumentRoot "/var/www/html"
> WebAppConnection warpConnection warp localhost:8056
> ServerName www.website.com
> WebAppDeploy main warp warpConnection /
> </VirtualHost>
> 
> #the localhost:8056 -->I changed the default connector port
> #main the directory under /tomcat4/webapps/main-->my index.jsp
> 
> The above does work but, when trying to access
> https://mail.website.com/webmail it takes 4min to get to the page?
> 
> If anyone has a better way of doing this or any suggestions i would
> appreciate it
> 
> js
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org