Tarang Patel wrote:
> >>>>> On Tue, 04 May 1999 13:04:49 -0700, "jon *" <[EMAIL PROTECTED]> said:
>
> >> I have an appache running 80 and 443 (ssl).
> >>
> >> JServ woks great on 80, but how do I make jserv to run under 443?
>
> jon> <https://www.server.com/servlets/Foo>
>
> [Q] So how does one configure a "secure" servlets directory versus that which can
> be accessed by sundry and all ?
2 solutions:
- easiest one :You can just start 2 Apache servers on 2 different ports, with different
ServerRoot, and so use 2 different config files.
- defining your servletmounpoint inside a Virtualhost directive. This is working here
for me. but you need 2 hostnames.
> Would something like this do it :
>
> ApJServMount /servlets ajpv11://localhost:8443
No
Jean-Luc
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]