Re: [us...@httpd] A list of apache2 environmental variables from the command line ?

2010-02-21 Thread dave selby
On 22 February 2010 00:48, Paul McFerrin wrote: > I'm assuming that you are referring to file > /usr/local/apache2/bin/envvars-std.  All it contains in mine is to add "lib" > to it's PATH.   Nothing else. > -Paul Yep same here, oh well have to do some parsing of config Thanks anyway Cheers Dav

[us...@httpd] A list of apache2 environmental variables from the command line ?

2010-02-21 Thread dave selby
Is there a way to get a list of apache2 environmental variables from the command line, specifically the apache run group. Many thanks Dave -- Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html ---

Re: [EMAIL PROTECTED] apache 5 x load, 15 x CPU load - whats happening ?

2008-11-11 Thread dave selby
2008/11/11 André Warnier <[EMAIL PROTECTED]>: > dave selby wrote: > [...] >> >> OK ... I did not realize that there would be competition, the CPU load >> is not 100% so I don't understand why apache and firefox would be >> competing ? >> > It i

Re: [EMAIL PROTECTED] apache 5 x load, 15 x CPU load - whats happening ?

2008-11-11 Thread dave selby
> I am not the specialist here, but just looking at your two top displays > above, am I right in suspecting that you are running this XmlHttpRequest > test from a firefox browser which runs on the same machine as the Apache you > are testing ? Yep, thats the case if that is the case, it would be

[EMAIL PROTECTED] apache 5 x load, 15 x CPU load - whats happening ?

2008-11-11 Thread dave selby
Hi All, I have apache2 running AOK serving a web page that calls a xmlhttp request every second and downloads a jpeg image approx 28k every second. top reveals ... 3.3% CPU and 0.8% Memory 16089 dave 20 0 241m 85m 29m R 7.3 6.8 6:32.20 firefox-2-bin 31187 www-data 20 0 24956 10

Re: [EMAIL PROTECTED] way for me to turn off if-modified-since & always return 304 reply ?

2008-09-13 Thread dave selby
2008/9/12 Scott Gifford <[EMAIL PROTECTED]>: > "dave selby" <[EMAIL PROTECTED]> writes: > >> Is there a way for me to turn off if-modified-since so the client >> browser will ALWAYS use its locally cached document > > Dave, > > Usually sending

Re: [EMAIL PROTECTED] way for me to turn off if-modified-since & always return 304 reply ?

2008-09-12 Thread dave selby
2008/9/12 André Warnier <[EMAIL PROTECTED]>: > dave selby wrote: >> >> 2008/9/12 André Warnier <[EMAIL PROTECTED]>: >>> >>> Manik Taneja wrote: >>>> >>>> Nope, there is no way you can prevent the client from sending you an IMS &

Re: [EMAIL PROTECTED] way for me to turn off if-modified-since & always return 304 reply ?

2008-09-12 Thread dave selby
2008/9/12 André Warnier <[EMAIL PROTECTED]>: > Manik Taneja wrote: >> >> Nope, there is no way you can prevent the client from sending you an IMS >> request. > > The above is correct, but if I understand the OP question correctly, the > basic issue is to make sure that the client does not re-use a

Re: [EMAIL PROTECTED] way for me to turn off if-modified-since & always return 304 reply ?

2008-09-12 Thread dave selby
2008/9/12 Manik Taneja <[EMAIL PROTECTED]>: > Nope, there is no way you can prevent the client from sending you an IMS > request. That is a browser prerogative, I suppose the best that you can do > is bump up the Age and Expires headers that are returned along with the > documents that your server

[EMAIL PROTECTED] way for me to turn off if-modified-since & always return 304 reply ?

2008-09-11 Thread dave selby
Is there a way for me to turn off if-modified-since so the client browser will ALWAYS use its locally cached document ie from the definition below Apache always returns a 304 reply ? "If-Modified-Since: date This request header is used with GET method to make it conditional: if the requested docu

Re: [EMAIL PROTECTED] very odd vhost 8085 problem

2008-08-02 Thread dave selby
Looks like this is an ubuntu problem http://brainstorm.ubuntu.com/idea/10813/ I will head that way Thanks Dave -- Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html --

Re: [EMAIL PROTECTED] very odd vhost 8085 problem

2008-08-02 Thread dave selby
Thanks for replying :) > There's a whole bunch of things that may be happening or not here, depending > on the exact circumstances. > But if your vhost is "getting loaded" when you are on-line, there is no > reason why Apache would not load it when you are off-line. > My bet is that you have a pro

[EMAIL PROTECTED] very odd vhost 8085 problem

2008-08-02 Thread dave selby
Hi all, I have a very strange problem, I have apache2 setup with a vhost ... Listen 8085 NameVirtualHost *:8085 ServerName kmotion ServerAdmin [EMAIL PROTECTED] DocumentRoot /home/dave/kmotion2/www/kmotion_www Options FollowSymLinks MultiViews AllowOverride N

Re: [EMAIL PROTECTED] what modules have been loaded ?

2008-05-21 Thread dave selby
end on your distribution (or operating system) for > more detailed information, though from the list... Many thanks Dave > > Sincerely, > > Craig Huffstetler > > On Wed, May 21, 2008 at 3:13 PM, dave selby <[EMAIL PROTECTED]> wrote: >> >> Hi all, >>

[EMAIL PROTECTED] what modules have been loaded ?

2008-05-21 Thread dave selby
Hi all, Is there a way to get apache2 to tell you what modules have been successfully loaded ? Cheers Dave -- Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html --

[EMAIL PROTECTED] Re: ServerPath unexpected results

2008-03-24 Thread dave selby
On 24/03/2008, dave selby <[EMAIL PROTECTED]> wrote: > Hi all, > > I have named vhosting for two sites kmotion & testbed working AOK on > LAN with hosts file set up as 127.0.0.1 for kmotion & testbed. > > However in the WAN where no DNS points to this machine I h

[EMAIL PROTECTED] ServerPath unexpected results

2008-03-24 Thread dave selby
Hi all, I have named vhosting for two sites kmotion & testbed working AOK on LAN with hosts file set up as 127.0.0.1 for kmotion & testbed. However in the WAN where no DNS points to this machine I have a dydns account so I have its IP. I need to access the vhosts by name. A helpful guy on IRC su