Re: [us...@httpd] Forward ssl requests to non-ssl page using proxy

2009-03-29 Thread Krist van Besien
On Sun, Mar 29, 2009 at 6:06 PM, YungWei.Chen wrote: > Hi, >     I am trying to set up a reverse proxy server, which accepts only ssl > requests. >     If the proxy server forwards requests to an ssl page, it will work. > But if the proxy server forwards requests to a non-ssl page, I will get

[us...@httpd] SSLv3 / TLSv1 question

2009-03-29 Thread Christopher Sean Hilton
Good day, I'm trying to understand some behavior that I see from Apache 2.2. We are using apache and tomcat to serve an extranet site. When running on Windows XP connect they either use SSLv3 or TLSv1. What I'm seeing is that when the TCP receive window is set to XP's default of 65535 byt

Re: [us...@httpd] Problem Installing 2.11 from FreeBsd Port

2009-03-29 Thread JasonHirsh
> When I can get in front of my build box, I'll deinstall/reinstall > apache (unless you get this resolved beforehand). > > It'll be another hour or so before I can do so. > > fixed it found this http://pcshare.com/Operating-Systems/84-make-error-sed-1-sFTPUSERS$FreeBSD.html which referred

Re: [us...@httpd] Problem Installing 2.11 from FreeBsd Port

2009-03-29 Thread Glen Barber
On Sun, Mar 29, 2009 at 1:12 PM, Glen Barber wrote: > On Sun, Mar 29, 2009 at 1:09 PM, JasonHirsh wrote: >>> Another thing to try: >>>  cd /usr/ports/www/apache22/; make deinstall; make rmconfig; make >>> config; make install >>> >>> That'll make sure everything is clean (old configs, etc, etc).

Re: [us...@httpd] Problem Installing 2.11 from FreeBsd Port

2009-03-29 Thread Glen Barber
On Sun, Mar 29, 2009 at 1:09 PM, JasonHirsh wrote: >> Another thing to try: >>  cd /usr/ports/www/apache22/; make deinstall; make rmconfig; make >> config; make install >> >> That'll make sure everything is clean (old configs, etc, etc). > > tried that same error > When I can get in front of my b

Re: [us...@httpd] Problem Installing 2.11 from FreeBsd Port

2009-03-29 Thread JasonHirsh
Same error This really should be asked on the po...@freebsd.org mailing list. oops You're trying to upgrade your installed ports, but did you update the ports tree? I installed Apache 2.2.11 approximately 2 days ago, and did not see this error. Do you have any oddities in /etc/make.conf ?

Re: [us...@httpd] Problem Installing 2.11 from FreeBsd Port

2009-03-29 Thread Glen Barber
Also, how exactly are you upgrading your ports? (portmanager, portupgrade, etc?) -- Glen Barber - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more i

Re: [us...@httpd] Problem Installing 2.11 from FreeBsd Port

2009-03-29 Thread Glen Barber
On Sun, Mar 29, 2009 at 12:56 PM, JasonHirsh wrote: > > I have been trying to upgrade my installed ports.   The upgrade of 2.11 fails > > I get a > sed: 1: "s,%%FTPUSERS%%,$FreeBSD ...": bad flag in substitute command: 'v' > *** Error code 1 > > I tried a google search and can't find any informati

[us...@httpd] Problem Installing 2.11 from FreeBsd Port

2009-03-29 Thread JasonHirsh
I have been trying to upgrade my installed ports. The upgrade of 2.11 fails I get a sed: 1: "s,%%FTPUSERS%%,$FreeBSD ...": bad flag in substitute command: 'v' *** Error code 1 I tried a google search and can't find any information on this error...Can some one point me in the right direction?

[us...@httpd] Forward ssl requests to non-ssl page using proxy

2009-03-29 Thread YungWei.Chen
Hi, I am trying to set up a reverse proxy server, which accepts only ssl requests. If the proxy server forwards requests to an ssl page, it will work. But if the proxy server forwards requests to a non-ssl page, I will get 503 Service Temporarily Unavailable error. Does it have t

Re: [us...@httpd] A dumb question but it has me stumped...

2009-03-29 Thread Brian Mearns
On Sun, Mar 29, 2009 at 6:34 AM, Glen Barber wrote: > On Sun, Mar 29, 2009 at 6:18 AM, Mike Lyon wrote: >> Hello Again, >> >> I have a reverse proxy configured and I would like to make it so if someone >> goes to https://www.mydomain.com/ that they get redirected to >> /beginhere.html >> >> I hav

Re: [us...@httpd] A dumb question but it has me stumped...

2009-03-29 Thread Glen Barber
On Sun, Mar 29, 2009 at 6:18 AM, Mike Lyon wrote: > Hello Again, > > I have a reverse proxy configured and I would like to make it so if someone > goes to https://www.mydomain.com/ that they get redirected to > /beginhere.html > > I have tried using the alias and redirect directive but I have gott

[us...@httpd] A dumb question but it has me stumped...

2009-03-29 Thread Mike Lyon
Hello Again, I have a reverse proxy configured and I would like to make it so if someone goes to https://www.mydomain.com/ that they get redirected to /beginhere.html I have tried using the alias and redirect directive but I have gotten no where. The various items I have tried are: redirect / /

Re: [us...@httpd] Virtual hosts + proxy

2009-03-29 Thread Krist van Besien
On Fri, Mar 27, 2009 at 10:05 PM, Ignacio Avellino wrote: > The main problem is that our router/firewall sends all requests on port 80 > to one server only (192.168.100.5), despite a subdomain specified in the > URL. You router only sees the IP address and the port, and so can only make decision