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
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
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
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
--
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
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
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
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
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
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
-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,
11 matches
Mail list logo