[EMAIL PROTECTED] Strange interaction between mod_rewrite and mod_jk

2007-08-22 Thread Alan Chandler
I am running Debian Etch Apache2 with Tomcat backending it connected via the standard Debian libapache2-mod-jk package. Something has happened (a Debian upgrade maybe) that has made it stop working properly. It has been working Accessing http://www.chandlerfamily.org.uk hangs with no reply whi

Re: [EMAIL PROTECTED] access denied

2007-08-22 Thread Phil
Joshua Slive wrote: On 8/22/07, Phil <[EMAIL PROTECTED]> wrote: The error message for httpd : client denied by server configuration: /user . This looks like an Apache problem; but there is no /user directory in the apache files. Alias /sql-ledger /user/local/sql-ledger/ Oop

Re: [EMAIL PROTECTED] access denied

2007-08-22 Thread Phil
Joshua Slive wrote: On 8/22/07, Phil <[EMAIL PROTECTED]> wrote: The error message for httpd : client denied by server configuration: /user . This looks like an Apache problem; but there is no /user directory in the apache files. Alias /sql-ledger /user/local/sql-ledger/ Oop

Re: [EMAIL PROTECTED] access denied

2007-08-22 Thread Phil
Joshua Slive wrote: On 8/22/07, Phil <[EMAIL PROTECTED]> wrote: The error message for httpd : client denied by server configuration: /user . This looks like an Apache problem; but there is no /user directory in the apache files. Alias /sql-ledger /user/local/sql-ledger/ Oop

Re: [EMAIL PROTECTED] access denied

2007-08-22 Thread Joshua Slive
On 8/22/07, Phil <[EMAIL PROTECTED]> wrote: > The error message for httpd : client denied by server configuration: /user . > This looks like an Apache problem; but there is no /user directory in > the apache files. > Alias /sql-ledger /user/local/sql-ledger/ Oops. There are other path typos in y

[EMAIL PROTECTED] access denied

2007-08-22 Thread Phil
I am trying to set up sql-ledger 2.8.7. I have followed the instructions as close as possible. Running FreeBSD 6.2, apache22 v.2.2.4_2, postgresql 8.2. Apache returns an "It works!" but access is denied to .../sql-ledger/login.pl I have tried both from localhost and LAN client without success. I

Re: [EMAIL PROTECTED] limit the number of httpd processes on apache server

2007-08-22 Thread Melanie Pfefer
thanks bunches. --- Joshua Slive <[EMAIL PROTECTED]> wrote: > On 8/22/07, Melanie Pfefer > <[EMAIL PROTECTED]> wrote: > > Many thanks Joshua. > > APACHE_MPM_DIR="server/mpm/prefork" > > > > One more question if you don't mind: is there a > > default value for backlog if it is not set? I want > to

Re: [EMAIL PROTECTED] limit the number of httpd processes on apache server

2007-08-22 Thread Joshua Slive
On 8/22/07, Melanie Pfefer <[EMAIL PROTECTED]> wrote: > Many thanks Joshua. > APACHE_MPM_DIR="server/mpm/prefork" > > One more question if you don't mind: is there a > default value for backlog if it is not set? I want to > start with a value for tuning purposes and then > increase this value. Thi

Re: [EMAIL PROTECTED] limit the number of httpd processes on apache server

2007-08-22 Thread Melanie Pfefer
Many thanks Joshua. APACHE_MPM_DIR="server/mpm/prefork" One more question if you don't mind: is there a default value for backlog if it is not set? I want to start with a value for tuning purposes and then increase this value. thanks again, --- Joshua Slive <[EMAIL PROTECTED]> wrote: > On 8/22/

Re: [EMAIL PROTECTED] Apache is slow with SSL

2007-08-22 Thread Joshua Slive
On 8/22/07, Lavoie,Alain [CMC] <[EMAIL PROTECTED]> wrote: > Hello, > > I have a Debian etch with apache2-2.2.3-4 and openssl-0.9.8c-4 > 2 VirtualHosts are configured on this server, one regular on port 80 and > the other with SSL on port 443. > The 2 sites are almost the same except the one

Re: [EMAIL PROTECTED] limit the number of httpd processes on apache server

2007-08-22 Thread Joshua Slive
On 8/22/07, Melanie Pfefer <[EMAIL PROTECTED]> wrote: > Thanks again Joshua. > Actually in httpd.conf, I have many occurences of > MaxClients: > > > # prefork MPM > ... > MaxClients 150 > ... > # worker MPM > ... > MaxClients 150 > ... > > # BeOS MPM > ... > MaxClients

[EMAIL PROTECTED] Apache is slow with SSL

2007-08-22 Thread Lavoie,Alain [CMC]
Hello, I have a Debian etch with apache2-2.2.3-4 and openssl-0.9.8c-4 2 VirtualHosts are configured on this server, one regular on port 80 and the other with SSL on port 443. The 2 sites are almost the same except the one with SSL deals with private informations. When I request any pages o

Re: [EMAIL PROTECTED] limit the number of httpd processes on apache server

2007-08-22 Thread Melanie Pfefer
Thanks again Joshua. Actually in httpd.conf, I have many occurences of MaxClients: # prefork MPM ... MaxClients 150 ... # worker MPM ... MaxClients 150 ... # BeOS MPM ... MaxClients 50 ... all of these should be replaced and add backlog? thanks --- Joshua Slive

Re: [EMAIL PROTECTED] limit the number of httpd processes on apache server

2007-08-22 Thread Joshua Slive
On 8/22/07, Melanie Pfefer <[EMAIL PROTECTED]> wrote: > thanks Joshua. > > can you please also tell us how to set these > parameters in httpd.conf? That question is a little vague. I have no idea where you are starting at. Do you need instructions on how to use your editor? Do you not understand t

Re: [EMAIL PROTECTED] limit the number of httpd processes on apache server

2007-08-22 Thread Melanie Pfefer
thanks Joshua. can you please also tell us how to set these parameters in httpd.conf? thanks. --- Joshua Slive <[EMAIL PROTECTED]> wrote: > On 8/22/07, Melanie Pfefer > <[EMAIL PROTECTED]> wrote: > > hi > > I am using svn with apache2 and I noticed that the > > number of httpd processes can go u

RE: [EMAIL PROTECTED] 403 error with apache and ColdFusion 8

2007-08-22 Thread Matthew Smith
# JRun Settings LoadModule jrun_module "C:/ColdFusion8/runtime/lib/wsconfig/1/mod_jrun22.so" JRunConfig Verbose false JRunConfig Apialloc false JRunConfig Ignoresuffixmap false JRunConfig Serverstore "C:/ColdFusion8/runtime/lib/wsconfig/1/jrunserver.store" JRunConfig Bootstrap

RE: [EMAIL PROTECTED] 403 error with apache and ColdFusion 8

2007-08-22 Thread Matthew Smith
The only thing in the error log besides "notice" entries are these two: Warning: DocumentRoot [C:/www/docs/dummy-host.localhost] does not exist Warning: DocumentRoot [C:/www/docs/dummy-host2.localhost] does not exist -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: [EMAIL PROTECTED] limit the number of httpd processes on apache server

2007-08-22 Thread Joshua Slive
On 8/22/07, Melanie Pfefer <[EMAIL PROTECTED]> wrote: > hi > I am using svn with apache2 and I noticed that the > number of httpd processes can go up to 300 processes > on the server leading to 0% CPU idle. > > my objective is to limit the number of httpd processes > while other requests wait in a

[EMAIL PROTECTED] limit the number of httpd processes on apache server

2007-08-22 Thread Melanie Pfefer
hi I am using svn with apache2 and I noticed that the number of httpd processes can go up to 300 processes on the server leading to 0% CPU idle. my objective is to limit the number of httpd processes while other requests wait in a queue without being dropped. is this feasible? what are the parame

Re: [EMAIL PROTECTED] mod_mem_cache & mod_disk_cache Issues

2007-08-22 Thread Joshua Slive
On 8/22/07, Vincent Bray <[EMAIL PROTECTED]> wrote: > On 22/08/07, Joshua Slive <[EMAIL PROTECTED]> wrote: > > Add to that the fact that mem_cache seems a little less stable > > overall, and I think disk_cache is the best choice for most people. > > Joshua, > > This is fast becoming an FAQ (or rath

Re: [EMAIL PROTECTED] Apache consuming lot of memory

2007-08-22 Thread Joshua Slive
On 8/22/07, solidzh <[EMAIL PROTECTED]> wrote: > 2007/8/22, Joshua Slive <[EMAIL PROTECTED]>: > > On 8/21/07, solidzh <[EMAIL PROTECTED]> wrote: > > > 2007/8/21, Joshua Slive <[EMAIL PROTECTED]>: > > > > On 8/20/07, Jeff Peng <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > > There is almost no

Re: [EMAIL PROTECTED] 403 error with apache and ColdFusion 8

2007-08-22 Thread Solidzh
2007/8/22, Joshua Slive <[EMAIL PROTECTED]>: > Start by telling us exactly what appears in the apache error_log. > Also it's helpful to post the main piece of httpd.conf (such as the config for CF8). - The official User-To-User s

[EMAIL PROTECTED] mod_proxy_ajp problem: ajp_ilink_receive failed

2007-08-22 Thread Dennis Kieselhorst
Hi, I have some problems with my application. If there is a high request count, the client will get a 503 error. I have two apaches (accessed by round robin dns) and two tomcats. So if one of them fails, the other one should handle the requests. Unfortunately this doesn't work, both fail at the sa

Re: [EMAIL PROTECTED] mod_mem_cache & mod_disk_cache Issues

2007-08-22 Thread Vincent Bray
On 22/08/07, Joshua Slive <[EMAIL PROTECTED]> wrote: > Add to that the fact that mem_cache seems a little less stable > overall, and I think disk_cache is the best choice for most people. Joshua, This is fast becoming an FAQ (or rather, "frequently corrected question"), both here and on irc. Is t