[users@httpd] Reverse Proxy - retry parameter in Apache/2.2.3.

2011-02-15 Thread Szász Csaba
Hello All, We have a problem with one reverse proxy. The problem is that there is only one Tomcat backend server but sometimes the connection between the Apache Tomcat gets broken (we are still investogate the cause) To decrease the outage time we want to decrease the retry time while Apache

[users@httpd] Incredible amount of memory allocated by Apache?

2011-02-15 Thread Tony Mobily
Hi, I am very confused by some output in my server. I am hoping my good karma for running an online magazine about free software will help me get some advice, instead of being laughed as... Top is giving me this: op - 04:28:17 up 48 days, 8:56, 1 user, load average: 0.38, 0.32, 0.36 Tasks: 140

Re: [users@httpd] Incredible amount of memory allocated by Apache?

2011-02-15 Thread Tom Evans
On Tue, Feb 15, 2011 at 12:38 PM, Tony Mobily m...@mobily1.com wrote: Hi, I am very confused by some output in my server. I am hoping my good karma for running an online magazine about free software will help me get some advice, instead of being laughed as... Top is giving me this: op -

[users@httpd] More info...

2011-02-15 Thread Tony Mobily
Hi, I just realised I didn't give much info in my previous post about Apache's memory output. OK, here is more info. In httpd.conf I have: IfModule prefork.c StartServers 8 MinSpareServers5 MaxSpareServers 20 ServerLimit 20 MaxClients 20 MaxRequestsPerChild 1500 /IfModule

Re: [users@httpd] Reverse Proxy - retry parameter in Apache/2.2.3.

2011-02-15 Thread Tom Evans
On Tue, Feb 15, 2011 at 12:33 PM, Szász Csaba szasz.cs...@gmail.com wrote: Hello All, We have a problem with one reverse proxy. The problem is that there is only one Tomcat backend server but sometimes the connection between the Apache Tomcat gets broken (we are still investogate the cause)

Re: [users@httpd] More info...

2011-02-15 Thread Julien Cigar
On 02/15/2011 13:46, Tony Mobily wrote: Hi, I just realised I didn't give much info in my previous post about Apache's memory output. OK, here is more info. In httpd.conf I have: IfModule prefork.c StartServers 8 MinSpareServers5 MaxSpareServers 20 ServerLimit 20 MaxClients

Re: [users@httpd] database expires and kills website

2011-02-15 Thread Krist van Besien
On Mon, Feb 14, 2011 at 4:54 PM, Norman Fournier nor...@normanfournier.com wrote: I have a website running with an expiry date set for 1 week in the database file. Once the .db file expires the site goes offline. I then have increment the serial number,  to grep for named and -HUP the

[users@httpd] ssl-vhost-mixing issue

2011-02-15 Thread Hajo Locke
Apache 2.2.14 Hello List, have a question to ssl and two vhosts. i have 2 ip-based vhosts for enabling ssl for one domain in httpd.conf VirtualHost ip1.ip1.ip1.ip1:443 Servername example.com SSLCertificateFile crt1 /VirtualHost VirtualHost ip2.ip2.ip2.ip2:443 Servername example.com

Re: [users@httpd] Reverse Proxy - retry parameter in Apache/2.2.3.

2011-02-15 Thread Szász Csaba
Hi, Dear Tom thanks for your mail. AFAIK, Timeout parameters is about how long time should the Apache wait for the answer from the backend servers. Our problem is that when the server couldn't answer for 1 request (returns with 503) it marks the backend server as unavailable, and waits 60 sec

Re: [users@httpd] Domain Ownership Certificate - .COM registrations

2011-02-15 Thread Igor Galić
- Original Message - Jeroen Geilman wrote: ~snip~ If it's for encryption and validation purposes, those are never free. http://www.cacert.org/ also, self signed only a time cost. the lack of inclusion in the idiotic trusted ca list [ cause they issue certs for cash,

[users@httpd] error in apache error logs malformed header from script. Bad header=Application MS-CGI cannot open: stccgi.exe

2011-02-15 Thread Amol Puglia
Hello Team, I am getting following error messages in apache error logs. kindly help how to get out of this error. malformed header from script. Bad header=Application MS-CGI cannot open: stccgi.exe

Re: [users@httpd] database expires and kills website

2011-02-15 Thread Norman Fournier
On 2011-02-15, at 6:45 AM, Krist van Besien wrote: On Mon, Feb 14, 2011 at 4:54 PM, Norman Fournier nor...@normanfournier.com wrote: I have a website running with an expiry date set for 1 week in the database file. Once the .db file expires the site goes offline. I then have increment

Re: [users@httpd] error in apache error logs malformed header from script. Bad header=Application MS-CGI cannot open: stccgi.exe

2011-02-15 Thread Tom Evans
On Tue, Feb 15, 2011 at 4:17 PM, Amol Puglia amolcpug...@yahoo.com wrote: Hello Team, I am getting following error messages in apache error logs. kindly help how to get out of this error. malformed header from script. Bad header=Application MS-CGI cannot open: stccgi.exe Your CGI is

Re: [users@httpd] database expires and kills website

2011-02-15 Thread Tom Evans
On Tue, Feb 15, 2011 at 4:38 PM, Norman Fournier nor...@normanfournier.com wrote: Krist Hello, I thought it was all part and parcel of the Apache configuration. The relevant part of the .db file looks like this: $ORIGIN . $TTL 14400    ; 4 hours e4edmonton.com        IN SOA    

Re: [users@httpd] error in apache error logs malformed header from script. Bad header=Application MS-CGI cannot open: stccgi.exe

2011-02-15 Thread Amol Puglia
Hello Tom, Thanks for the quick response. I have following files in cgi-bin and cgi-bin2 directory which is copied from server where it is working fine. Any idea what we have to fix in cgi-app. bash-3.00# pwd /opt/app/sbyn/cgi-bin bash-3.00# ls -ltr total 1404 -rwxrwxrwx   1 abc xyz    599

Re: [users@httpd] database expires and kills website

2011-02-15 Thread Norman Fournier
On 2011-02-15, at 9:52 AM, Tom Evans wrote: On Tue, Feb 15, 2011 at 4:38 PM, Norman Fournier nor...@normanfournier.com wrote: Krist Hello, I thought it was all part and parcel of the Apache configuration. The relevant part of the .db file looks like this: $ORIGIN . $TTL 14400; 4

[users@httpd] mod_filter and inflate

2011-02-15 Thread Daniel Holth
Is it possible to apply the inflate filter twice (incorrectly) in the same filter chain, or does a second 'inflate' have no effect? Thanks, Daniel Holth

Re: [users@httpd] mod_filter and inflate

2011-02-15 Thread Nick Kew
On 15 Feb 2011, at 18:12, Daniel Holth wrote: Is it possible to apply the inflate filter twice (incorrectly) in the same filter chain, or does a second 'inflate' have no effect? Yes and yes. The second occurrence will infer uncompressed data from the now-uncompressed Content-Encoding

RE: [users@httpd] Re: Apache2+LDAP authentication problem

2011-02-15 Thread David Long
Hi David, I am using LDAP authentication too. I have similar configuration line with yours in httpd.conf file and it works for authentication part. But I found out that once I authenticated, the credential will stay forever until I close to browser. If I left the browser open over a day, and it

[users@httpd] Rewrite conflicts with partial downloads

2011-02-15 Thread Belov, Charles
The SFMTA has various archival documents on the www.sfmta.com website which we need to retain without modification for public disclosure. As the documents have the potential of being mistaken for current information, I put in a feature in which a request that comes in without a referer from a

[users@httpd] RE: Rewrite conflicts with partial downloads

2011-02-15 Thread Belov, Charles
I appear to have found a workable solution. -Original Message- From: Belov, Charles Sent: Tuesday, February 15, 2011 11:53 AM To: 'users@httpd.apache.org' Subject: Rewrite conflicts with partial downloads The SFMTA has various archival documents on the www.sfmta.com website