[EMAIL PROTECTED] URI: index.html.en and mod_negotiate FAIL

2006-08-05 Thread David Flory
Hi All, I just installed Apache2.2.3 with PHP5.2 using localhost on my Win32 box. I cannot get the system to deliver the manual pages. It looks as if httpd is not recognizing the "URI: index.html.en" line in manual/index.html. Things worked fine under Apache2.0.55, my last version. I am loadin

Re: [EMAIL PROTECTED] server busy

2006-08-05 Thread Joshua Slive
On 8/5/06, Mididoc Productions <[EMAIL PROTECTED]> wrote: thank you Joshua, I tried to mount the numbers, but I fear this was too high, cause the apache server could not be started anymore. What error message did you get? Could you give me an idea about the amount please. As I told you we

AW: [EMAIL PROTECTED] server busy

2006-08-05 Thread Mididoc Productions
thank you Joshua, I tried to mount the numbers, but I fear this was too high, cause the apache server could not be started anymore. Could you give me an idea about the amount please. As I told you we have at the moment: (original values) StartServers 5 MinSpareServers 3 MaxSpareServers 5 Max

Re: [EMAIL PROTECTED] server busy

2006-08-05 Thread Joshua Slive
On 8/5/06, Mididoc Productions <[EMAIL PROTECTED]> wrote: hello, we get a message in apache log-file that the server is to busy and that we should rise the amount: [Sat Aug 5 17:08:53 2006] [info] server seems busy, (you may need to increase StartServers, or Min/MaxSpareServers), spawning 8 ch

RE: [EMAIL PROTECTED] Protecting certain cgi-bin subdirectories

2006-08-05 Thread Steve Swift
> Try converting BOTH sections to (even thought the > second one will be a trivial regex). Then the order of processing > will be controlled by the order of listing in the config file. I tried that, in both orders, but without success. I checked that the DirectoryMatch for the cgi-bin/admin subd

Re: [EMAIL PROTECTED] mod_log_config - time taken to serve the request, in microseconds

2006-08-05 Thread Alexander Lazic
On Sam 05.08.2006 15:32, Rob Kirkbride wrote: Sorry you're right. We basically have bands whereby if we achieve >=99% within 1 second the client pays us. If we're between say 98 and 99% the cost is neutral, less than 98 and we pay them. It's slightly more complicated than that but that's the bas

[EMAIL PROTECTED] server busy

2006-08-05 Thread Mididoc Productions
hello, we get a message in apache log-file that the server is to busy and that we should rise the amount: [Sat Aug 5 17:08:53 2006] [info] server seems busy, (you may need to increase StartServers, or Min/MaxSpareServers), spawning 8 children, there are 2 idle, and 12 total children At the mome

[EMAIL PROTECTED] Virtual hosting - 2.2.2 - XP

2006-08-05 Thread kurt miller
I'm fairly new to this so I hope my explanation is clear enough. I am developing multiple sites. The scenario I'm trying to create is one where I can access each site internally (localhost) for development AND simultaneously allow external clients to preview the production site (separate direct

Re: [EMAIL PROTECTED] Protecting certain cgi-bin subdirectories

2006-08-05 Thread Joshua Slive
On 8/5/06, Steve Swift <[EMAIL PROTECTED]> wrote: > You need to read: > http://httpd.apache.org/docs/2.2/sections.html I've read that section and also the section on the order in which the directives are applied, but what I'm seeing doesn't seem to match the documentation, in my opinion. > You'l

RE: [EMAIL PROTECTED] Protecting certain cgi-bin subdirectories

2006-08-05 Thread Steve Swift
> You need to read: > http://httpd.apache.org/docs/2.2/sections.html I've read that section and also the section on the order in which the directives are applied, but what I'm seeing doesn't seem to match the documentation, in my opinion. > You'll find that automatically protects subdirectories,

Re: [EMAIL PROTECTED] mod_log_config - time taken to serve the request, in microseconds

2006-08-05 Thread Rob Kirkbride
On 05/08/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 8/5/06, Rob Kirkbride <[EMAIL PROTECTED]> wrote:>>> On 05/08/06, Joshua Slive <[EMAIL PROTECTED]> wrote: > > On 8/5/06, Rob Kirkbride <[EMAIL PROTECTED]> wrote:> > > On 8/4/06, Joshua Slive <[EMAIL PROTECTED] > wrote:> > >> > > >> > >  On 8/4/

Re: [EMAIL PROTECTED] mod_log_config - time taken to serve the request, in microseconds

2006-08-05 Thread Joshua Slive
On 8/5/06, Rob Kirkbride <[EMAIL PROTECTED]> wrote: On 05/08/06, Joshua Slive <[EMAIL PROTECTED]> wrote: > On 8/5/06, Rob Kirkbride <[EMAIL PROTECTED]> wrote: > > On 8/4/06, Joshua Slive <[EMAIL PROTECTED]> wrote: > > > > > > > On 8/4/06, Rob Kirkbride <[EMAIL PROTECTED]> wrote: > > > Hi all,

Re: [EMAIL PROTECTED] mod_log_config - time taken to serve the request, in microseconds

2006-08-05 Thread Rob Kirkbride
On 05/08/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 8/5/06, Rob Kirkbride <[EMAIL PROTECTED]> wrote:> On 8/4/06, Joshua Slive <[EMAIL PROTECTED]> wrote:>> > >  On 8/4/06, Rob Kirkbride <[EMAIL PROTECTED]> wrote:> > Hi all,> >> > I need to understand exactly what this figure means. > > Does the

Re: [EMAIL PROTECTED] Protecting certain cgi-bin subdirectories

2006-08-05 Thread Joshua Slive
On 8/5/06, Steve Swift <[EMAIL PROTECTED]> wrote: I'm using Apache 2.0.46 and I want to password protect all of the subdirectories below cgi-bin. This is easy, with: Very old version. You should upgrade. Require valid-user This works fine, you need a userid, any userid, to get into t

Re: [EMAIL PROTECTED] mod_log_config - time taken to serve the request, in microseconds

2006-08-05 Thread Joshua Slive
On 8/5/06, Rob Kirkbride <[EMAIL PROTECTED]> wrote: On 8/4/06, Joshua Slive <[EMAIL PROTECTED]> wrote: > On 8/4/06, Rob Kirkbride <[EMAIL PROTECTED]> wrote: > Hi all, > > I need to understand exactly what this figure means. > Does the figure include any time for the response to be sent back to

[EMAIL PROTECTED] Protecting certain cgi-bin subdirectories

2006-08-05 Thread Steve Swift
I’m using Apache 2.0.46 and I want to password protect all of the subdirectories below cgi-bin.  This is easy, with: Require valid-user This works fine, you need a userid, any userid, to get into the subdirectories.   Now, I’d like to be more selective about who gets into the /admin

Re: [EMAIL PROTECTED] mod_log_config - time taken to serve the request, in microseconds

2006-08-05 Thread Rob Kirkbride
On 8/4/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 8/4/06, Rob Kirkbride <[EMAIL PROTECTED]> wrote:> Hi all,>> I need to understand exactly what this figure means.> Does the figure include any time for the response to be sent back to the > client, or is it the time that the web server has comple