One way to preserve the host name is putting
UseCanonicalName On
in the virtual host but not sure if it helps in your case.
On Wed, Jul 1, 2009 at 10:56 PM, K. Clair wrote:
> Hi, I realized I forgot to mention we are running apache 2.0. On Tue, June
> 30, 2009 8:52 pm, Igor Cicimov wrote: > Wh
Hi, I realized I forgot to mention we are running apache 2.0. On Tue, June
30, 2009 8:52 pm, Igor Cicimov wrote: > What about this: > > DirectoryIndex
index.cfm this was already set in our server config. > > Or maybe changing
the redirect to > > RewriteRule ^/(.*)$ http://192.168.0.100/$1 [P] > thi
What about this:
DirectoryIndex index.cfm
Or maybe changing the redirect to
RewriteRule ^/(.*)$ http://192.168.0.100/$1 [P]
On Tue, Jun 30, 2009 at 11:41 PM, K. Clair wrote:
> Hi All,
>
> I'm trying to figure out if the following is possible. Let me know if
> anyone has any ideas!
>
> I hav
Hi All,
I'm trying to figure out if the following is possible. Let me know if
anyone has any ideas!
I have a webserver that takes all incoming requests, and I am trying
to proxy all coldfusion requests to another server.
So I have set up a rewrite to catch the requests based on filenames
and pro