-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.
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
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
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
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
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
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
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
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
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
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
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
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
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
>
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
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
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
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 ^
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
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
20 matches
Mail list logo