[EMAIL PROTECTED] Re: sending .jpg on another box

2006-10-02 Thread Mike - EMAIL IGNORED
On Mon, 02 Oct 2006 18:35:03 +0200, Josiane BERNILLON wrote: > Mike - EMAIL IGNORED a écrit : >> I have two boxes on my intranet each running >> Apache 2.0 under FC4. My Linksys firewall directs >> port 80 to BoxA. Both boxes are also running >> iptables, including libipq. >> >> BoxA has my html

Re: [EMAIL PROTECTED] redirect and rewriting puzzle

2006-10-02 Thread Joshua Slive
On 10/2/06, Dan Buettner <[EMAIL PROTECTED]> wrote: Launched a new site last week, built on Rails, Apache and mongrel. Now have collected a number of 404 errors from the logs, and wish to redirect them to the appropriate page in Rails. My situatrion is, we're using URL rewriting to direct anythi

[EMAIL PROTECTED] reverse proxy using mod_proxy and REMOTE_USER

2006-10-02 Thread Will Rogers
I am trying to convert an existing Apache + FastCGI configuration to use Apache's mod_proxy and the ProxyPass directive as a reverse proxy for Mongrel (a little Ruby HTTP application server). I am also using mod_auth_sspi for authentication. This is in a Windows corporate environment, running Apac

Re: [EMAIL PROTECTED] Mod_deflate : how does it handle already compressed content ?

2006-10-02 Thread Nick Kew
On Monday 02 October 2006 22:08, ABAPGUY wrote: > Hi all, > we use mod_deflate in our Apache 2 Reverse Proxy . The downstream server > already compresses some content using gzip based on size/exclusion list > (e.g. no gifs , html > xKB) . We have mod_deflate set up with similar > settings . I'm gu

[EMAIL PROTECTED] redirect and rewriting puzzle

2006-10-02 Thread Dan Buettner
Launched a new site last week, built on Rails, Apache and mongrel. Now have collected a number of 404 errors from the logs, and wish to redirect them to the appropriate page in Rails. My situatrion is, we're using URL rewriting to direct anything that is not a file to the mongrel Rail balancer

Re: [EMAIL PROTECTED] RE: Apache/Tomcat request hangs intermittently

2006-10-02 Thread Serge Dubrouski
Are you sure that you ProspectService application has no jsps? Try to comment out those JkMounts for AJP12. Also I would suggest to upgrade Tomcat, it looks pretty old. On 10/2/06, Durbha Murali - mdurbh <[EMAIL PROTECTED]> wrote: The only JKMount that is relevant for our application right now i

[EMAIL PROTECTED] Mod_deflate : how does it handle already compressed content ?

2006-10-02 Thread ABAPGUY
Hi all, we use mod_deflate in our Apache 2 Reverse Proxy . The downstream server already compresses some content using gzip based on size/exclusion list (e.g. no gifs , html > xKB) . We have mod_deflate set up with similar settings  . I'm guessing mod_deflate will not touch the already compressed

RE: [EMAIL PROTECTED] RE: Apache/Tomcat request hangs intermittently

2006-10-02 Thread Durbha Murali - mdurbh
The only JKMount that is relevant for our application right now is - JkMount /bankers/* ProspectService We are using Apache just as a pass-thru to the ProspectService. We are not running any servlets or JSPs. I think the rest of the JKMount lines can be ignored. Sorry about the confusion. Tha

Re: [EMAIL PROTECTED] Force authentication

2006-10-02 Thread Nick Kew
On Monday 02 October 2006 21:40, António Mota wrote: > Hello: > > I'm trying to do some basic authentication that checks for user > existence on every request, something like this: > > 1) User asks page > 2) Server answer with a 401 > 3) Browser ask for User id/pwd > 4) Browser sends User id/pwd >

[EMAIL PROTECTED] Apache restart problem: Address already in use: make_sock: could not bind to address [::]:443

2006-10-02 Thread Thomas Leavitt
Here's the deal - I can't restart apache service httpd restart or service httpd stop service httpd start without manually first terminating a bunch of hung processes... # service httpd stop Shutting down httpd:[ OK ] # # service httpd start Starting

[EMAIL PROTECTED] Force authentication

2006-10-02 Thread António Mota
Hello: I'm trying to do some basic authentication that checks for user existence on every request, something like this: 1) User asks page 2) Server answer with a 401 3) Browser ask for User id/pwd 4) Browser sends User id/pwd 5) Server looks into user file if user id/pwd exists so far so good,

Re: [EMAIL PROTECTED] RE: Apache/Tomcat request hangs intermittently

2006-10-02 Thread Serge Dubrouski
On 10/2/06, Durbha Murali - mdurbh <[EMAIL PROTECTED]> wrote: JKMount options from the ./apache/httpd.conf file - # # Root context mounts for Tomcat # JkMount /*.jsp ajp12 JkMount /servlet/* ajp12 You do not have ajp12 connector configured in your workers.properties. So why do you have it here

RE: [EMAIL PROTECTED] RE: Apache/Tomcat request hangs intermittently

2006-10-02 Thread Durbha Murali - mdurbh
JKMount options from the ./apache/httpd.conf file - # # Root context mounts for Tomcat # JkMount /*.jsp ajp12 JkMount /servlet/* ajp12 JkMount /* ProspectService JkMount /bankers/* ProspectService Regarding Firewall, I'm not sure. I will check with my team. Can you please tell me what impact t

Re: [EMAIL PROTECTED] RE: Apache/Tomcat request hangs intermittently

2006-10-02 Thread Serge Dubrouski
Sorry, I forgot to ask you for your JkMount options. Also what kind of firewall do you use? IPTables? If yes please check that you have something like this in your rules: -A YOUR_CHAIN -m state --state RELATED,ESTABLISHED -j ACCEPT On 10/2/06, Durbha Murali - mdurbh <[EMAIL PROTECTED]> wrote:

RE: [EMAIL PROTECTED] RE: Apache/Tomcat request hangs intermittently

2006-10-02 Thread Durbha Murali - mdurbh
Serge, Thanks for responding. Connectors and workers.properties given below. Please note that there is a firewall between server running Apache and the server running Tomcat. All the required ports are open...since the connection does go thru 3 out of 5 times. I found some documentation about a

Re: [EMAIL PROTECTED] RE: Apache/Tomcat request hangs intermittently

2006-10-02 Thread Serge Dubrouski
Can you post "connectors" part of your Tomcat's server.xml and your workers.properties? On 10/2/06, Durbha Murali - mdurbh <[EMAIL PROTECTED]> wrote: Can anyone help me out with this please? I'm just completely stuck. Thanks From: Durbha Murali - md

[EMAIL PROTECTED] RE: Apache/Tomcat request hangs intermittently

2006-10-02 Thread Durbha Murali - mdurbh
Can anyone help me out with this please?  I’m just completely stuck. Thanks     From: Durbha Murali - mdurbh Sent: Friday, September 29, 2006 4:06 PM To: 'users@httpd.apache.org' Subject: RE: Apache/Tomcat request hangs intermittently     Just to add to this, I’m also gett

Re: Re: Re: [EMAIL PROTECTED] Debugging a runaway httpd process

2006-10-02 Thread Jeff Mohler
I apologise, I re-sent the wrong Email with the wrong debug output. Here is the proper output. On 9/29/06, Jeff Mohler <[EMAIL PROTECTED]> wrote: Finally got one to run away.. gdb output of the runaway gives: (gdb) where #0 0x28bbcec0 in _thread_sig_handle_pending () from /usr/lib/libc_r.so.

Re: [EMAIL PROTECTED] Apache 2.0.52 CentOS memory leak issue

2006-10-02 Thread Joshua Slive
On 10/2/06, Devraj Mukherjee <[EMAIL PROTECTED]> wrote: Hi everyone, I have a box running CentOS 4.4 as an httpd server. I am running version 2.0.52 of Apache as ditributed by CentOS. It seems to me that httpd is eating up all the memory and thus my machiens eventually runs out of memory and com

[EMAIL PROTECTED] Re: Debugging a runaway httpd process

2006-10-02 Thread Jeff Mohler
Re-sending, in the hope that someone can assist with this mystery runaway httpd problem I am having. Thanks again. On 9/28/06, Jeff Mohler <[EMAIL PROTECTED]> wrote: I am suffering from runaway httpd processes, and I dont understand enough about systems at this level, to understand why. I ask

Re: [EMAIL PROTECTED] sending .jpg on another box

2006-10-02 Thread Josiane BERNILLON
Mike - EMAIL IGNORED a écrit : I have two boxes on my intranet each running Apache 2.0 under FC4. My Linksys firewall directs port 80 to BoxA. Both boxes are also running iptables, including libipq. BoxA has my html tree. I have a number of .jpg files, some as large as 10 meg. The various dir

[EMAIL PROTECTED] sending .jpg on another box

2006-10-02 Thread Mike - EMAIL IGNORED
I have two boxes on my intranet each running Apache 2.0 under FC4. My Linksys firewall directs port 80 to BoxA. Both boxes are also running iptables, including libipq. BoxA has my html tree. I have a number of .jpg files, some as large as 10 meg. The various directories containing the .html fil

Re: [EMAIL PROTECTED] Apache access issue on high "traffic" web site

2006-10-02 Thread KLEIN Stéphane
2006/10/2, Joshua Slive <[EMAIL PROTECTED]>: On 10/2/06, KLEIN Stéphane <[EMAIL PROTECTED]> wrote: > Hello > > I've high "traffic" web site. I've access issue. > > I use Apache version 2 on Debian. > > This is my prefork configuration : > > > StartServers10 > MinSpareServers 5 > Max

Re: [EMAIL PROTECTED] Apache access issue on high "traffic" web site

2006-10-02 Thread Joshua Slive
On 10/2/06, KLEIN Stéphane <[EMAIL PROTECTED]> wrote: Hello I've high "traffic" web site. I've access issue. I use Apache version 2 on Debian. This is my prefork configuration : StartServers10 MinSpareServers 5 MaxSpareServers 10 MaxClients 250 MaxRequestsPerChild

[EMAIL PROTECTED] Apache access issue on high "traffic" web site

2006-10-02 Thread KLEIN Stéphane
Hello I've high "traffic" web site. I've access issue. I use Apache version 2 on Debian. This is my prefork configuration : StartServers10 MinSpareServers 5 MaxSpareServers 10 MaxClients 250 MaxRequestsPerChild 0 I've set MaxClient on 250, then I think than my Apa

Re: [EMAIL PROTECTED] Problems with encoding(?)

2006-10-02 Thread Joshua Slive
On 10/1/06, Jan Johansson <[EMAIL PROTECTED]> wrote: Now, I suppose I could use AddDefaultCharset, but that would most likely break a lot of other pages. Check what AddDefaultCharset is already set to on each server. I bet you can "fix" the problem by commenting it out on the server sending U

Re: [EMAIL PROTECTED] Apache2 and directory listing

2006-10-02 Thread Josiane BERNILLON
Oooops ! And great I was looking for something like that since 2days! and now it's OK. Thanks. thanks. thank. Boyle Owen a écrit : -Original Message- From: Josiane BERNILLON [mailto:[EMAIL PROTECTED] Sent: Monday, October 02, 2006 12:52 PM To: users@httpd.apache.org Subject

RE: [EMAIL PROTECTED] Apache2 and directory listing

2006-10-02 Thread Boyle Owen
> -Original Message- > From: Josiane BERNILLON [mailto:[EMAIL PROTECTED] > Sent: Monday, October 02, 2006 12:52 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Apache2 and directory listing > > > > Boyle Owen a écrit : > >> -Original Message- > >> From: Josiane

Re: [EMAIL PROTECTED] Logging *everything* in access.log

2006-10-02 Thread Joshua Slive
On 10/2/06, Oliver Marshall <[EMAIL PROTECTED]> wrote: Does anyone know of a list of all the possible options of what to include in access.log ? We currently have the logfile format set to common, but I have been asked to enable logging of "*everything*". Is there a log format that will log all

[EMAIL PROTECTED] Apache 2.0.52 CentOS memory leak issue

2006-10-02 Thread Devraj Mukherjee
Hi everyone, I have a box running CentOS 4.4 as an httpd server. I am running version 2.0.52 of Apache as ditributed by CentOS. It seems to me that httpd is eating up all the memory and thus my machiens eventually runs out of memory and comes to a stand still. Is this true? Has anyone had simila

Re: [EMAIL PROTECTED] Apache2 and directory listing

2006-10-02 Thread Josiane BERNILLON
Boyle Owen a écrit : -Original Message- From: Josiane BERNILLON [mailto:[EMAIL PROTECTED] Sent: Monday, October 02, 2006 11:57 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Apache2 and directory listing Hello I run Apache (2.0.54) under Debian (Sarge) with PHP and Postgre

[EMAIL PROTECTED] Logging *everything* in access.log

2006-10-02 Thread Oliver Marshall
Does anyone know of a list of all the possible options of what to include in access.log ? We currently have the logfile format set to common, but I have been asked to enable logging of "*everything*". Is there a log format that will log all possible options ? Olly -

RE: [EMAIL PROTECTED] Apache2 and directory listing

2006-10-02 Thread Boyle Owen
> -Original Message- > From: Boyle Owen [mailto:[EMAIL PROTECTED] > Sent: Monday, October 02, 2006 12:19 PM > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Apache2 and directory listing > > > -Original Message- > > From: Josiane BERNILLON [mailto:[EMAIL PROTECTED]

RE: [EMAIL PROTECTED] Apache2 and directory listing

2006-10-02 Thread Boyle Owen
> -Original Message- > From: Josiane BERNILLON [mailto:[EMAIL PROTECTED] > Sent: Monday, October 02, 2006 11:57 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Apache2 and directory listing > > Hello > I run Apache (2.0.54) under Debian (Sarge) with PHP and > Postgresql sinc

[EMAIL PROTECTED] Apache2 and directory listing

2006-10-02 Thread Josiane BERNILLON
Hello I run Apache (2.0.54) under Debian (Sarge) with PHP and Postgresql since some months. I just discover that directories listing dont'work. (I did'nt need it until today). I put option Indexes at the root of the server : it seems to be activate --> http: //myserver//exampledir/ returns