Re: do I need a custom proxy?

2009-06-02 Thread Sam Carleton
Ray Morris wrote: You could of course run one serer on a non standard port. Yes, except that there are many many access points out there that ONLY allow port 80 and 443 out, if I used a different port for one of the servers, than it would be blocked from such places.

Re: do I need a custom proxy?

2009-06-02 Thread Ray Morris
You could of course run one serer on a non standard port. -- Ray B. Morris supp...@bettercgi.com Strongbox - The next generation in site security: http://www.bettercgi.com/strongbox/ Throttlebox - Intelligent Bandwidth Control http://www.bettercgi.com/throttlebox/ Strongbox / Throttlebox affi

RE: do I need a custom proxy?

2009-06-02 Thread Houser, Rick
Not entirely. You could also either use a wildcard certificate (although IE doesn't support dots in the wildcard portion) or exclusively support the vhosts on modern browsers running TLS. Thanks, Rick Houser Auto-Owners Insurance Systems Support (517)703-2580 ___

Re: do I need a custom proxy?

2009-06-02 Thread Sam Carleton
I did not mention that I am only interested in HTTPS, not HTTP. It is my understanding that virtual host's don't work for HTTPS, is this correct? Sorin Manolache wrote: On Tue, Jun 2, 2009 at 14:45, Sam Carleton wrote: I do develop Apache Modules which is why I thought to ask this questio

Re: do I need a custom proxy?

2009-06-02 Thread Sorin Manolache
On Tue, Jun 2, 2009 at 14:45, Sam Carleton wrote: > I do develop Apache Modules which is why I thought to ask this question > here... > > I run a micro ISV out of my home and I only have one external IP address.  I > need to have some services on Apache and others on IIS.  How would I pull > this

do I need a custom proxy?

2009-06-02 Thread Sam Carleton
I do develop Apache Modules which is why I thought to ask this question here... I run a micro ISV out of my home and I only have one external IP address. I need to have some services on Apache and others on IIS. How would I pull this off since I only have one external IP address? My thought is

Re: Making HTTP requests

2009-06-02 Thread Kevac Marko
On Tue, Jun 2, 2009 at 2:00 PM, Nick Kew wrote: > Your module has two basic options.  It can either turn the request into > a proxy request and do [whatever else] around it - c.f. mod_rewrite. > Or it can make subrequests to be proxied, as in mod_include.  The latter > requires a bit of configurat

Fwd: Making HTTP requests

2009-06-02 Thread Nick Kew
Heh. Lost in the ether (again). Begin forwarded message: From: Nick Kew Date: 1 June 2009 21:10:26 BDT To: modules-dev@httpd.apache.org Subject: Re: Making HTTP requests Michael Spiegle wrote: I'm writing a module where I need the ability to make HTTP requests to servers on my backend for

Re: Making HTTP requests

2009-06-02 Thread Kevac Marko
I am using CURL. On Mon, Jun 1, 2009 at 9:01 PM, Michael Spiegle wrote: > Is there a proper/defined way to use mod_proxy for this, or should I just > move forward with cURL? -- Marko Kevac