- Original Message -
From: "Igor Cicimov"
To: "users"
Sent: Monday, November 26, 2012 5:49:19 PM
Subject: Re: [users@httpd] Interesting Problem
On Tue, Nov 27, 2012 at 6:03 AM, Chris Arnold < carn...@electrichendrix.com >
wrote:
#This will be
More specific this:
Default one is the one that is defined first in the list of vhosts no
matter if its name starts with 000 or not.
On 27/11/2012 8:18 PM, "Igor Cicimov" wrote:
>
>
> On 27/11/2012 7:16 PM, "Igor Galić" wrote:
> >
> >
> >
> > - Original Message -
> > >
> > >
> > > # Cat
On 27/11/2012 7:16 PM, "Igor Galić" wrote:
>
>
>
> - Original Message -
> >
> >
> > # Catch all VHost, traffic that is NOT going to domain.net
> >
> > ServerName localhost_name.domain.net
> >
> > RewriteEngine On
> > RewriteCond %{HTTP_HOST} ^192\.168\.123\.3$
> > RewriteRule .* https://d
- Original Message -
>
>
> # Catch all VHost, traffic that is NOT going to domain.net
>
> ServerName localhost_name.domain.net
>
> RewriteEngine On
> RewriteCond %{HTTP_HOST} ^192\.168\.123\.3$
> RewriteRule .* https://domain.net [R,L]
> # or do what ever you like with this
>
> -->Pr
On Nov 26, 2012, at 5:49 PM, Igor Cicimov wrote:
> So you have put the proxy for https://mail.domain.com inside domain.net
> virtual host. You realize they are different domains right?
> You need to set a separate vhost for that subdomain mail.domain.com and put
> the Proxy there. Or you can se
- Original Message -
From: "Chris Arnold"
To: users@httpd.apache.org
Cc: users@httpd.apache.org
Sent: Monday, November 26, 2012 8:04:34 AM
Subject: Re: [users@httpd] Interesting Problem
On Nov 26, 2012, at 7:07 AM, Igor Cicimov < icici...@gmail.com > wrote:
On Nov 26, 2012, at 7:07 AM, Igor Cicimov wrote:
> Do you have a default one like this
>
>
> or with the ip?
>
Yes. Would you care to see it?
On 26/11/2012 10:03 PM, "Chris Arnold" wrote:
>
> On Nov 25, 2012, at 11:58 PM, Igor Cicimov wrote:
>
>>
>> On Mon, Nov 26, 2012 at 3:00 PM, Chris Arnold <
carn...@electrichendrix.com> wrote:
>>>
>>> On Nov 25, 2012, at 10:17 PM, Kevin Castellow
wrote:
>>>
Yes. That is exactly what a proxy
On Nov 25, 2012, at 11:58 PM, Igor Cicimov wrote:
>
> On Mon, Nov 26, 2012 at 3:00 PM, Chris Arnold
> wrote:
>> On Nov 25, 2012, at 10:17 PM, Kevin Castellow
>> wrote:
>>
>>> Yes. That is exactly what a proxy would do for you.
>>> Turn on logging to know for sure.
>> Ok, I disabled the l
On Mon, Nov 26, 2012 at 3:00 PM, Chris Arnold
wrote:
> On Nov 25, 2012, at 10:17 PM, Kevin Castellow
> wrote:
>
> Yes. That is exactly what a proxy would do for you.
> Turn on logging to know for sure.
>
> Ok, I disabled the last proxy pass entry to the all vhost and now I do not
> get the webma
I would start with this page:
http://httpd.apache.org/docs/2.2/mod/mod_proxy.html There are great
examples there.
Determine the match that you want. Then set up the destination to the
right ip and port. It sounds like you had a match but maybe the
destination was not what you wanted. Wor
On Nov 25, 2012, at 10:17 PM, Kevin Castellow wrote:
> Yes. That is exactly what a proxy would do for you.
> Turn on logging to know for sure.
>
Ok, I disabled the last proxy pass entry to the all vhost and now I do not get
the webmail login. What I was trying to do with the proxy pass entr
Yes. That is exactly what a proxy would do for you.
Turn on logging to know for sure.
Regards,
Kevin
On Sun, Nov 25, 2012 at 10:14 PM, Chris Arnold
wrote:
> We have a problem and I am trying to either confirm or deny it being an
> apache config mistake. 2 servers, 1 is 192.168.123.3 and 1 is
>
We have a problem and I am trying to either confirm or deny it being an apache
config mistake. 2 servers, 1 is 192.168.123.3 and 1 is 192.168.124.3. On the
192.168.124.3 server we have email; on the 192.168.123.3 server we have web
server. When I go to https://192.168.123.3 I am presented with t
14 matches
Mail list logo