Prathima Dandapani -X (pdandapa - HCL at Cisco) wrote:
> I have compiled Apache 1.3.41 + mod_perl + mod_jk +
> modssl.Apache child processes are crashing very very frequently and the
> error.log is getting filled up with the following message
>
> [Tue Jun 9 12:05:38 2009] [notice
Hello All,
I have compiled Apache 1.3.41 + mod_perl + mod_jk +
modssl.Apache child processes are crashing very very frequently and the
error.log is getting filled up with the following message
[Tue Jun 9 12:05:38 2009] [notice] child pid 73 exit signal Segmentation
Fault (11),
Hello all
I am sure this has been asked, but I couldn't find the answer I was
looking for.
I have apache 2.2 installed on my Debian server with name based virtual
hosting. Single static IP.
I have my DNS setup as wildcard left of the domain *.shooter.co.nz
I have setup the websites I wanted us
Hi ,
I have a problem that I am hoping one you have seen before
I am trying to run multiple instances of Apache V. 2.2.8 on Solaris
10. I have everything setup. i.e. Different configuration files for
each instances, with different port numbers, lock file, PidFile, and
ScoreBoardFile. However
Hi httpd users :)
The documentation says :
> *ForceLanguagePriority Prefer uses LanguagePriority to serve a one valid
> result, rather than returning an HTTP result 300 (MULTIPLE CHOICES) when
> there are several equally valid choices. If the directives below were given,
> and the user's Accept-L
On Jun 8, 2009, at 2:59 PM, Stuart P. Bentley wrote:
After checking the error log, it seems that realm does, in fact,
matter: it has to be the same as the AuthName. This should be
documented somewhere.
Ah, yes. AuthName in the apache config is also known as "Realm" to the
HTTP protocol.
After checking the error log, it seems that realm does, in fact, matter: it
has to be the same as the AuthName. This should be documented somewhere.
"Doug Bell" wrote in message
news:424510af-0acc-4a39-b3f5-7d0559868...@plainblack.com...
On Jun 7, 2009, at 7:12 AM, Stuart P. Bentley wrote:
ricardo figueiredo writes:
> Hi again,
>
> Can I get processing time of a request ??
http://httpd.apache.org/docs/2.2/mod/mod_log_config.html#formats
--
Dan Poirier
-
The official User-To-User support forum of the Apache HTT
Jenny Brown wrote:
On Mon, Jun 8, 2009 at 12:50 PM, Jenny Brown wrote:
What you should really try, is to use the browser to access that same URL
directly on Tomcat, without going through Apache, and see how long you have
to wait there to get an answer after you start Tomcat.
Hitting tomcat dire
On Mon, Jun 8, 2009 at 12:50 PM, Jenny Brown wrote:
>> What you should really try, is to use the browser to access that same URL
>> directly on Tomcat, without going through Apache, and see how long you have
>> to wait there to get an answer after you start Tomcat.
>
> Hitting tomcat directly on po
On Mon, Jun 8, 2009 at 12:10 PM, André Warnier wrote:
> Jenny Brown wrote:
> ...
> Just to get better answers, can you provide some additional information,
> such as
> - which Apache are you talking about (version) ?
Apache/2.2.3 built Nov 12, 2008
> - which Tomcat (version) ?
6.0.18
> - how ar
Jenny Brown wrote:
...
Just to get better answers, can you provide some additional information,
such as
- which Apache are you talking about (version) ?
- which Tomcat (version) ?
- how are they connected (connector ?)
- on which platform (OS) ?
Then anyway, as far as I know, /nothing/ is cachi
I have apache httpd running as a front for a few instances of tomcat.
When I have tomcat down, the httpd server shows (appropriately) a 503
status, service unavailable, message. Then I bring tomcat back up,
and can see by its logs that it starts in about 10 seconds. However,
if I've seen the 503
Hi again,
Can I get processing time of a request ??
Thank you
Ricardo
On Mon, Jun 8, 2009 at 12:19 PM, ricardo figueiredo <
ricardoogra...@gmail.com> wrote:
> UpTime is the time (in seconds) that start server.
> That's right ??
>
> Ricardo
>
>
>
> On Mon, Jun 8, 2009 at 12:15 PM, ricardo figu
UpTime is the time (in seconds) that start server.
That's right ??
Ricardo
On Mon, Jun 8, 2009 at 12:15 PM, ricardo figueiredo <
ricardoogra...@gmail.com> wrote:
> Hi all,
>
> Only more a thing.
> What's "UpTime" metric ???
>
> Thank you
> Ricardo
>
>
> On Mon, Jun 8, 2009 at 10:53 AM, ricardo
Hi all,
Only more a thing.
What's "UpTime" metric ???
Thank you
Ricardo
On Mon, Jun 8, 2009 at 10:53 AM, ricardo figueiredo <
ricardoogra...@gmail.com> wrote:
> Hi all,
>
> Ok. That's work. Great help.
> Thank you very much.
>
> Ricardo
>
>
> On Mon, Jun 8, 2009 at 10:38 AM, Foster, Stephen (AS
Hi all,
Ok. That's work. Great help.
Thank you very much.
Ricardo
On Mon, Jun 8, 2009 at 10:38 AM, Foster, Stephen (ASPIRE) <
steve.fos...@hmrcaspire.com> wrote:
>
>
>
> --
>
> *From:* ricardo figueiredo [mailto:ricardoogra...@gmail.com]
> *Sent:* 08 June 2009 14:33
From: ricardo figueiredo [mailto:ricardoogra...@gmail.com]
Sent: 08 June 2009 14:33
To: users@httpd.apache.org
Subject: Re: [us...@httpd] Information in mod_status to text file
Hi all,
thank you by code.
But, what's "log_server_status" ?? a program ??
Chk this..
http://gd.tuwien.ac.at/infosys/servers/http/apache-apache-1.3/src/support/log_server_status
On Mon, Jun 8, 2009 at 7:03 PM, ricardo figueiredo wrote:
> Hi all,
>
> thank you by code.
>
> But, what's "log_server_status" ?? a program ??
> I google it, but didn't find it.
>
> Ricardo
>
Hi all,
thank you by code.
But, what's "log_server_status" ?? a program ??
I google it, but didn't find it.
Ricardo
On Mon, Jun 8, 2009 at 10:22 AM, Foster, Stephen (ASPIRE) <
steve.fos...@hmrcaspire.com> wrote:
> Why not have a look at “log_server_status” , google it..
>
>
>
> It’s a usefu
For example, the standard script comes with the following:
while () {
$requests=$1 if ( m|^BusyWorkers:\ (\S+)|);
$idle=$1 if ( m|^IdleWorkers:\ (\S+)|);
$number=$1 if ( m|Total Accesses:\ (\S+)|);
$cpu=$1 if (m|^CPULoad:\ (\S+)|);
}
print OUT "$time,$requests,$idle,$nu
Why not have a look at "log_server_status" , google it..
It's a useful perl script that can be used to connect to the server and
output the metrics into a logfile for then graphing against.
It comes with a very basic set of reports but its quite easy to modify
to collect further fields of i
mod_status processes the request for server status dynamically. what i mean
by dynamic is that, apache have structures into it which will be updated by
each request and activity inside it. So there is no refresh rate at which it
publishes information. Its just dynamic. Open in it a explorer and pre
On Mon, Jun 8, 2009 at 9:38 AM, Davide Bianchi <
dav...@walterisookeensufferukker.nl> wrote:
> ricardo13 wrote:
> > First, I would like to write these information in a text file instead
> html
> > page.
>
> How about calling the status page directly from a script?
How do I do it ?
>
> > Second
ricardo13 wrote:
> First, I would like to write these information in a text file instead html
> page.
How about calling the status page directly from a script?
> Second, mod_status write the information in the text file every 1 second.
I suggest you relax your monitoring a bit, otherwise you'll
Hi all,
I've developed a simple monitor program to colect information about server
machine.
But, I liked mod_status because it provides all information that I need.
There are two problems.
First, I would like to write these information in a text file instead html
page.
Second, mod_status write
Hi
I have one proxy with mod_cache and mod_disk_cache. Apache is 2.2.11
compiled from source.
The backends are apache 1.3 also compiled from source.
On the proxy server the cache related config are :
CacheDefaultExpire 3600
CacheMaxExpire 43200
CacheIgnoreCacheControl Off
BipinDas-Gmail wrote:
Yes Eric. I have read that already . I need to solve it :). I have put
.htaccess in my webroot
According to the document instructed.
But still I am getting the same.
It looks like you did not read it very well then, as I cannot see where
it tells you to add a .htaccess
28 matches
Mail list logo