RE: [Zope] ProxyPass Problems

2000-06-28 Thread Baker, Dennis [sjmr]

The idea was to have http://mysite.org go to one part of my site,  and
https://mysite.org go to a different section of my page.  When you request a
page using http:// the request comes in on port 80 is non-encrypted html.
https:// requests go to port 443,  and are encrypted.  So the idea is to
have Apache ProxyPass the secure pages (Port 443) to the Secured pages.  All
better now... I didn't pay attention to the existing VirtualHosts in
httpd.conf and paid for it.

> -Original Message-
> From: Peter Sabaini [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 27, 2000 6:12 AM
> To: Baker, Dennis [sjmr]
> Cc: '[EMAIL PROTECTED]'
> Subject: Re: [Zope] ProxyPass Problems
> 
> 
> 
> i dont know much about ssl but wouldn't you want to pass / -->
> https:// instead of / --> http:// ?
> but then again i dont know a thing about ssl...
> peter
> 
> 
> On Mon, 26 Jun 2000, Baker, Dennis [sjmr] wrote:
> 
> :I'm having a problem with getting ProxyPass and SSL to work. 
>  I followed the
> :How-to on Using Apache with ZServer,  and unfo's How-To on
> :Apache+ZServer+SSL.  And my setup is nearly identical to the 
> one listed on
> :the howto.  I have my main site in the root of my Zope 
> Setup,  and My SSL
> :site is in a subdirectory of the root called SecureSite.  
> :
> :After setting up the ProxyPass Directives in Apache (I have 
> the httpd.conf
> :section attached below) and Adding the SiteRoot objects on 
> Zope I can access
> :the main Site at http://mysite.org,  but if I try to access
> :https://mysite.org my web browser hangs until it times out.  
> Also,  it
> :becomes impossible to browse the SecureSite Folder unless I 
> delete the
> :SiteRoot Object. 
> :
> :It appears to be some kind of Apache issue,  however I can't 
> figure out why
> :it won't connect,  the directives are almost identical to 
> the ones on the
> :Howto.  Any Suggestions ??
> :
> :  Snippet from httpd.conf  ---
> :NameVirtualHost 206.171.167.101:80
> :
> :
> :ServerAdmin [EMAIL PROTECTED]
> :ServerName mysite.org
> :ProxyPass / http://mysite.org:8080/
> :ProxyPassReverse / http://mysite.org:8080/
> :ProxyPass /misc_ http://mysite.org:8080/misc_
> :ProxyPass /p_ http://mysite.org:8080/p_
> :
> :
> :NameVirtualHost 206.171.167.101:443
> :
> :
> :ServerAdmin [EMAIL PROTECTED]
> :ServerName mysite.org
> :ProxyPass / http://mysite.org:8080/SecureSite/
> :ProxyPassReverse / http://mysite.org:8080/SecureSite/
> :ProxyPass /misc_ http://mysite.org:8080/misc_
> :ProxyPass /p_ http://mysite.org:8080/p_
> :
> :
> :  End Snippet 
> :
> :Dennis Baker
> :Information Systems Manager, St. Joseph's Medical Resources 
> :
> :
> :___
> :Zope maillist  -  [EMAIL PROTECTED]
> :http://lists.zope.org/mailman/listinfo/zope
> :**   No cross posts or HTML encoding!  **
> :(Related lists - 
> : http://lists.zope.org/mailman/listinfo/zope-announce
> : http://lists.zope.org/mailman/listinfo/zope-dev )
> :
> 
> -- 
> 
> _
> peter sabaini, mailto: [EMAIL PROTECTED]
> -
> 
> 
> ___
> Zope maillist  -  [EMAIL PROTECTED]
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists - 
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )
> 
> 


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] ProxyPass Problems

2000-06-27 Thread Peter Sabaini


i dont know much about ssl but wouldn't you want to pass / -->
https:// instead of / --> http:// ?
but then again i dont know a thing about ssl...
peter


On Mon, 26 Jun 2000, Baker, Dennis [sjmr] wrote:

:I'm having a problem with getting ProxyPass and SSL to work.  I followed the
:How-to on Using Apache with ZServer,  and unfo's How-To on
:Apache+ZServer+SSL.  And my setup is nearly identical to the one listed on
:the howto.  I have my main site in the root of my Zope Setup,  and My SSL
:site is in a subdirectory of the root called SecureSite.  
:
:After setting up the ProxyPass Directives in Apache (I have the httpd.conf
:section attached below) and Adding the SiteRoot objects on Zope I can access
:the main Site at http://mysite.org,  but if I try to access
:https://mysite.org my web browser hangs until it times out.  Also,  it
:becomes impossible to browse the SecureSite Folder unless I delete the
:SiteRoot Object. 
:
:It appears to be some kind of Apache issue,  however I can't figure out why
:it won't connect,  the directives are almost identical to the ones on the
:Howto.  Any Suggestions ??
:
:  Snippet from httpd.conf  ---
:NameVirtualHost 206.171.167.101:80
:
:
:ServerAdmin [EMAIL PROTECTED]
:ServerName mysite.org
:ProxyPass / http://mysite.org:8080/
:ProxyPassReverse / http://mysite.org:8080/
:ProxyPass /misc_ http://mysite.org:8080/misc_
:ProxyPass /p_ http://mysite.org:8080/p_
:
:
:NameVirtualHost 206.171.167.101:443
:
:
:ServerAdmin [EMAIL PROTECTED]
:ServerName mysite.org
:ProxyPass / http://mysite.org:8080/SecureSite/
:ProxyPassReverse / http://mysite.org:8080/SecureSite/
:ProxyPass /misc_ http://mysite.org:8080/misc_
:ProxyPass /p_ http://mysite.org:8080/p_
:
:
:  End Snippet 
:
:Dennis Baker
:Information Systems Manager, St. Joseph's Medical Resources 
:
:
:___
:Zope maillist  -  [EMAIL PROTECTED]
:http://lists.zope.org/mailman/listinfo/zope
:**   No cross posts or HTML encoding!  **
:(Related lists - 
: http://lists.zope.org/mailman/listinfo/zope-announce
: http://lists.zope.org/mailman/listinfo/zope-dev )
:

-- 

_
peter sabaini, mailto: [EMAIL PROTECTED]
-


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




RE: [Zope] ProxyPass Problems

2000-06-26 Thread Baker, Dennis [sjmr]

Never mind,  Incidentally if you are going to use RedHat's SecureServer,
they already have a virtual host assigned to port 443,  with all of the SSL
directives in it.  You need to place the ProxyPass directives in the
existing default:443 virtual host section or copy the SSL Directives into
the virtual host you create for zope (or move them into the global
settings).  Strangely enough,  any single request can only be handle by one
virtual host :).

> -Original Message-
> From: Baker, Dennis [sjmr] [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 26, 2000 9:45 AM
> To: '[EMAIL PROTECTED]'
> Subject: [Zope] ProxyPass Problems
> 
> 
> I'm having a problem with getting ProxyPass and SSL to work.  
> I followed the
> How-to on Using Apache with ZServer,  and unfo's How-To on
> Apache+ZServer+SSL.  And my setup is nearly identical to the 
> one listed on
> the howto.  I have my main site in the root of my Zope Setup, 
>  and My SSL
> site is in a subdirectory of the root called SecureSite.  
> 
> After setting up the ProxyPass Directives in Apache (I have 
> the httpd.conf
> section attached below) and Adding the SiteRoot objects on 
> Zope I can access
> the main Site at http://mysite.org,  but if I try to access
> https://mysite.org my web browser hangs until it times out.  Also,  it
> becomes impossible to browse the SecureSite Folder unless I delete the
> SiteRoot Object. 
> 
> It appears to be some kind of Apache issue,  however I can't 
> figure out why
> it won't connect,  the directives are almost identical to the 
> ones on the
> Howto.  Any Suggestions ??
> 
>   Snippet from httpd.conf  ---
> NameVirtualHost 206.171.167.101:80
> 
> 
> ServerAdmin [EMAIL PROTECTED]
> ServerName mysite.org
> ProxyPass / http://mysite.org:8080/
> ProxyPassReverse / http://mysite.org:8080/
> ProxyPass /misc_ http://mysite.org:8080/misc_
> ProxyPass /p_ http://mysite.org:8080/p_
> 
> 
> NameVirtualHost 206.171.167.101:443
> 
> 
> ServerAdmin [EMAIL PROTECTED]
> ServerName mysite.org
> ProxyPass / http://mysite.org:8080/SecureSite/
> ProxyPassReverse / http://mysite.org:8080/SecureSite/
> ProxyPass /misc_ http://mysite.org:8080/misc_
> ProxyPass /p_ http://mysite.org:8080/p_
> 
> 
>   End Snippet 
> 
> Dennis Baker
> Information Systems Manager, St. Joseph's Medical Resources 
> 
> 
> ___
> Zope maillist  -  [EMAIL PROTECTED]
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists - 
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )
> 
> 


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )