Wes James wrote:
> I want to set up secure access to javamon
> (http://host:port/cgi-bin/JavMonitor.woa). Is there a way to so this
> with apache RewriteRule or mod_proxy?  What I would like is secure
> access to the password screen so I'm not typing the password in the
> clear.
>
>   
Hi James,
If you access to javamonitor from
http://host:port/cgi-bin/JavaMonitor.woa you access it directly, I don't
think ssl is possible by this way. Therefore you have to use ssl layer
provided by your webserver (apache must be set up to use mod_ssl).
You can acces javamonitor undirectly using
https://your.host/cgi-bin/WebObjects/JavaMonitor.woa/-port without
sending plain text password thanks to httpS.

> If I use:
>
> RewriteRule    ^/javamon$  /cgi-bin/WebObjects/JavaMonitor.woa    [L,P]
>
> per (chill's suggestion), how will the system know who to access the
> javamonitor.woa at the right port?
>
> thanks,
>
> wj
>  _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-deploy mailing list      ([email protected])
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/webobjects-deploy/aurelien.minet%40univ-paris5.fr
>
> This email sent to [EMAIL PROTECTED]
>   

Aurelien Minet

-- 
------------------
Direction des systèmes d'information
Université Réne Descartes Paris 5 
01.40.46.17.09

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to