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.
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
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
___
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
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
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
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
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
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