Toggle navigation
Koozali.org: home of the SME Server
Community
Forums
Bugs
Lists
Forum Help
Download
SME Server ISOs
Contribs
Documentation
Manual
Wiki
FAQ
HowTo
Donate
Search
Login
Register
Login
Register
×
Close
Login
Remember me
Koozali.org: home of the SME Server
Legacy Forums
General Discussion (Legacy)
Topic:
Proxypass with SSL
« previous
next »
+
Print
Pages: [
1
]
Go Down
Proxypass with SSL
3 Replies
396 Views
Robert Boardman
Proxypass with SSL
«
on:
January 22, 2003, 11:35:22 PM »
Hi all
Has anyone tried proxypass with ssl support
ie the apache server on e-smith converting the standard http from the internal server to https
I'm using e-smith 5.5
Thanks for your Help
Robb
Logged
Nathan Fowler
Re: Proxypass with SSL
«
Reply #1 on:
January 23, 2003, 12:33:06 AM »
You talking about doing this to circumvent the mod_gzip restrictions?
Logged
Robert Boardman
Re: Proxypass with SSL
«
Reply #2 on:
January 23, 2003, 02:24:11 AM »
What Mod_gzip restrictions
no I have a webserver that cannot do ssl or passwords that I want to connect to across the internet using a password and ssl
Robb
Logged
Tony P.
Re: Proxypass with SSL
«
Reply #3 on:
January 25, 2003, 02:27:16 AM »
I use ProxyPass with SSL for one of my internal servers on a 5.1.2 box.
Here are the two entries I have in my ProxyPass custom template. The first VirtualHost entry supports http and the second supports https.
ServerName myhost.mydomain.com
ProxyPass /
http://myhost.mydomain.com/
ServerName myhost.mydomain.com
ProxyPass /
http://myhost.mydomain.com/
Just a little info on my setup.
I have my SME Server configured for Server Only Mode. It sits behind a hardware firewall. The firewall forwards http and https traffic to the SME server and SME uses ProxyPass to send web requests to my Win NT, Win 2K and Solaris web servers.
I hope that helps.
Tony P.
Logged
+
Print
Pages: [
1
]
Go Up
« previous
next »
Koozali.org: home of the SME Server
Legacy Forums
General Discussion (Legacy)
Topic:
Proxypass with SSL