[us...@httpd] Matching an empty hostname with virtual hosting

2010-06-02 Thread Ruslan Sivak
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi All, I have virtual hosting set up and working, but I'm having trouble getting health checks from the load balancer to go to their own vhost. The load balancer just sends this request: Head / HTTP/1.0 This results in no host header being sent,

Re: [EMAIL PROTECTED] Multiple VirtualHosts with the same name

2008-02-23 Thread Ruslan Sivak
Joshua Slive wrote: On Sat, Feb 23, 2008 at 7:31 PM, Ruslan Sivak <[EMAIL PROTECTED]> wrote: Joshua Slive wrote: > On Sat, Feb 23, 2008 at 2:54 PM, Ruslan Sivak <[EMAIL PROTECTED]> wrote: > >> I'm having a bit of a problem. I have a loadbalancer go to tw

Re: [EMAIL PROTECTED] Multiple VirtualHosts with the same name

2008-02-23 Thread Ruslan Sivak
Joshua Slive wrote: On Sat, Feb 23, 2008 at 2:54 PM, Ruslan Sivak <[EMAIL PROTECTED]> wrote: I'm having a bit of a problem. I have a loadbalancer go to two virtual servers on one real server. Something like Listen 80 NameVirtualHost *:80 HostName www.myh

[EMAIL PROTECTED] Multiple VirtualHosts with the same name

2008-02-23 Thread Ruslan Sivak
I'm having a bit of a problem. I have a loadbalancer go to two virtual servers on one real server. Something like Listen 80 NameVirtualHost *:80 HostName www.myhostname.com ... HostName www.myhostname.com ... HostName www.someotherhostname.com Hosts one and two work fine, b

Re: [EMAIL PROTECTED] RewriteRule problem

2008-02-20 Thread Ruslan Sivak
Krist van Besien wrote: On Wed, Feb 20, 2008 at 6:20 PM, Ruslan Sivak <[EMAIL PROTECTED]> wrote: So basically appache is not encoding the arguments when they're proxied. When it gets to index.html it just sees user=testing. How do I make apache properly encode th

Re: [EMAIL PROTECTED] RewriteRule problem

2008-02-20 Thread Ruslan Sivak
Krist van Besien wrote: On Feb 19, 2008 11:35 PM, Ruslan Sivak <[EMAIL PROTECTED]> wrote: Logs: for somehostname.com/u/testing test 127.0.0.1 - - [19/Feb/2008:17:25:33 --0500] [somehostname.com/sid#7680e0][rid#a82fa0/initial] (2) init rewrite engine with requested uri /u/testin

Re: [EMAIL PROTECTED] RewriteRule problem

2008-02-19 Thread Ruslan Sivak
Eric Covener wrote: On Feb 19, 2008 3:37 PM, Ruslan Sivak <[EMAIL PROTECTED]> wrote: I have the following rewrite rule RewriteRule ^/u/(.+)/*$ /index.html?user=$1 [P,NC] for some reason this rule is not working for things like this /u/Testing test /u/#1 Test etc. What am I missi

[EMAIL PROTECTED] RewriteRule problem

2008-02-19 Thread Ruslan Sivak
I have the following rewrite rule RewriteRule ^/u/(.+)/*$ /index.html?user=$1 [P,NC] for some reason this rule is not working for things like this /u/Testing test /u/#1 Test etc. What am I missing? I though .+ would match everything? Russ --

Re: [EMAIL PROTECTED] Apache 2.2.6 weird security issue

2007-11-06 Thread Ruslan Sivak
William A. Rowe, Jr. wrote: Ruslan Sivak wrote: I just upgraded from Apache 2.2.0 to 2.2.6 using the binaries from apachelounge.com. After I put in the new binaries (keeping my config), it refused to start up due to a security failure (no futher information was in the logs). After running

[EMAIL PROTECTED] Apache 2.2.6 weird security issue

2007-11-06 Thread Ruslan Sivak
I just upgraded from Apache 2.2.0 to 2.2.6 using the binaries from apachelounge.com. After I put in the new binaries (keeping my config), it refused to start up due to a security failure (no futher information was in the logs). After running Process Monitor, it looks like it was failing at th

[EMAIL PROTECTED] Apache Service auto-enabling itself on Windows

2007-05-12 Thread Ruslan Sivak
I am seeing weird behaving for Apache running on windows. We have 2 servers, and due to maintanence, I have one of the servers' Apache service disabled. The problem is that it auto-enables itself (or something auto enables it) pretty much once a day. It seems to be initiated by the user SYST