[EMAIL PROTECTED] exact matching in mod_rewrite

2008-05-29 Thread Matthew Wherry
Hi I am looking for some advice on how to do exact matching for mod_rewrite, I have the 2 rules in my config: Rule1 RewriteRule ^/nokian95 /phones.php?id=555 [PT,QSA,NS,NE] RewriteCond %{REQUEST_URI} ^(.*)phones\.php(.*)$ RewriteCond %{QUERY_STRING} ^id\=555$ RewriteRule ^(.*)$ /nokian95? [R

Re: [EMAIL PROTECTED] exact matching in mod_rewrite

2008-05-29 Thread Severin Gehwolf
Hi! > I am looking for some advice on how to do exact matching for > mod_rewrite, I have the 2 rules in my config: > > Rule1 > > RewriteRule ^/nokian95 /phones.php?id=555 [PT,QSA,NS,NE] > RewriteCond %{REQUEST_URI} ^(.*)phones\.php(.*)$ > RewriteCond %{QUERY_STRING} ^id\=555$ > RewriteRule ^

[EMAIL PROTECTED] Inputs on the apache logs

2008-05-29 Thread Arnab Ganguly
Hi All, Can you explain me in brief of how the apache logs gets written.Does it have any buffer mechanism while writing it into the file?I am sing Apache 2.2 with Worker model.When my webserver is overloaded i don't see my access logs file growing for at least 1 min and again later on it grows.Late

Re: [EMAIL PROTECTED] exact matching in mod_rewrite

2008-05-29 Thread Matthew Wherry
Perfect! Thanks very much works a charm. On Thu, May 29, 2008 at 10:11 AM, Severin Gehwolf < [EMAIL PROTECTED]> wrote: > Hi! > > > I am looking for some advice on how to do exact matching for > > mod_rewrite, I have the 2 rules in my config: > > > > Rule1 > > > > RewriteRule ^/nokian95 /phon

[EMAIL PROTECTED] Apache 2.2 hangs

2008-05-29 Thread Mark Murphy
Is there something with Windows XP Media Center that will cause Apache 2.2 to hang? I have tried the base 2.2.8 windows installer taking all the defaults, and it will not serve a page, it just hangs. I tried installing Zend Core with it's preconfigured Apache 2.2.4 server, it hangs. I tried

[EMAIL PROTECTED] redirect to maintenance page

2008-05-29 Thread Sagar
Hi All, I need to make configuration on Apache installed on Windows Server 2003. To redirect to maintenance page. I have three application A, B and C. I access these application as http:/// for example http:///A I have made a common maintenance redirect for error 404 and 500 and this redirects when

Re: [EMAIL PROTECTED] Apache hanging but after restart is working fine

2008-05-29 Thread Krist van Besien
On Tue, May 27, 2008 at 1:05 PM, Arnab Ganguly <[EMAIL PROTECTED]> wrote: > Yes, my webserver is not able to respond to incoming requests.I couldn't see > the server status page as it times out.My MaxClient setting is > 128.ListenBackLog is 511 by default, so I assume it should be able to handle >

[EMAIL PROTECTED] Access, Authentication, Aauthorization directives work only in .htaccess file, not in httpd.conf

2008-05-29 Thread Ed
Hi, New to the list, but not new to open source and apache. Configured my first apache server on unix around 1997. About once a year or when a security problem is reported, I upgrade to the latest 1.3.xx release. Recently, I upgraded to 1.3.41 and now have a problem that doesn't make sense, b

[EMAIL PROTECTED] to maintenance page

2008-05-29 Thread Sagar
I need to make configuration on Apache installed on Windows Server 2003. To redirect to maintenance page. I have three application A, B and C. I access these application as http:/// for example http:///A I have made a common maintenance redirect for error 404 and 500 and this redirects when any app

Re: [EMAIL PROTECTED] ProxyPass/ProxyPassreverse shared cookies?

2008-05-29 Thread Nino Saturnino Martinez Vazquez Wael
After some wondering, I decided to see if changing domain name would help, I mean going away from having the danish character æ in the domain, and it did. And I actually did not have to use cookie rewrite or domain. So this works too using mod proxy.. Nino Saturnino Martinez Vazquez Wael wrot

[EMAIL PROTECTED] Heavy Wait on My Shoulders

2008-05-29 Thread amiribarksdale
Hello folks: I have newly built web server with very little load, and beginning several minutes after a server restart, it just hangs for no good reason. I click a page, and the browser just waits. The request comes up in my access logs, but top shows no httpd activity. No new children seem to be

Re: [EMAIL PROTECTED] Heavy Wait on My Shoulders

2008-05-29 Thread Ben Ricker
I would search for 'LogLevel' and bump it up to Debug and watch the error_log. Also, you say the request hits the access_log? What is the result? Since you have mod_perl, you may be using CGI which is the cause of the hang. Ben Ricker On Thu, May 29, 2008 at 3:52 PM, amiribarksdale <[EMAIL PROTEC

Re: [EMAIL PROTECTED] Heavy Wait on My Shoulders

2008-05-29 Thread amiribarksdale
I'm not using CGI--just mod_perl. The request that hits the access log is just for the bare html page--nothing else on it or in it. No images or anything. The request that hits the logs is for the page, and then the infinite wait begins. Sometimes after it begins to load, it doesn't get all the im

[EMAIL PROTECTED] mod_mem_cache Issues

2008-05-29 Thread Email Lists
I've been trying to setup apache to do memory caching of my static files, I run 4 servers serving only .js and .css files as well as some images. this machines have 2 gigs of ram and only run apache. I've been able to use the file cache without a problem and can see it caches them in the error log

[EMAIL PROTECTED] lbmethods in mod_proxy_balancer

2008-05-29 Thread andrzej
Hi, module mod_proxy_balancer can make decision basing on volume of traffic or number of requests. How, for example, this volume is counted? Is it counted from the time server starts (hope not) or maybe it is counted in 10 minutes period (after 10 minutes values read and transfered are reset

Re: [EMAIL PROTECTED] Heavy Wait on My Shoulders

2008-05-29 Thread amiribarksdale
About the only strange thing in my debug-level error logs is (32)Broken pipe: client stopped connection before rwrite completed This happens when I try to reload a page in the midst of a wait. Amiri -- View this message in context: http://www.nabble.com/Heavy-Wait-on-My-Shoulders-tp17545527p

Re: [EMAIL PROTECTED] Heavy Wait on My Shoulders

2008-05-29 Thread Ben Ricker
That is expected because reload stops the current request and starts another one so it would force a Broken Pipe. Have you tried turning off https and seeing if you see the same behavior? -- Thanks, Ben Ricker -- I use my cat's name for a password: he is called [EMAIL PROTECT

Re: [EMAIL PROTECTED] Heavy Wait on My Shoulders

2008-05-29 Thread amiribarksdale
I have turned off ssl by just commenting out that part of my httpd.conf, and while I still get the wait with no other traffic on the server, the page does seem to load--within 10 or 15 seconds, as opposed to a minute or longer. So, if this is indicative of some problem with ssl, how do I go about

[EMAIL PROTECTED] FW: Cannot reach host

2008-05-29 Thread dark angel
Greetings, I have a bit of a noob question, but I wondered if perhaps anyone else had encountered this issue. I installed Apache on Windows XP, ran it, tested it, and it works fine on that machine. However, I cannot reach the host machine from any other machine, even one on the sam

Re: [EMAIL PROTECTED] FW: Cannot reach host

2008-05-29 Thread steve
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 dark angel wrote: | | | | | Greetings, I have a bit of a noob question, but I wondered if | perhaps anyone else had encountered this issue. | | I installed Apache on Windows XP, ran it, tested it, and it works | fine on that machine.