[users@httpd] Apache tuning assistance request

2013-04-08 Thread Ashly Pridmore
Hello! We are using Apache as a front end for communication to a number of devices using TR69 (SOAP over HTTP). In order to resolve a problem with a particular device, I need to enable KeepAlive, but upon doing so I find that a number of our other devices drop connection to the server until

Re: [users@httpd] AuthDBMGroupFile in v2.4 - being ignored?

2013-04-08 Thread Eric Covener
mod_authz_dbm responds to Require dbm-group (and dbm-file-group) only in 2.4 which seems to be a change from 2.2. On Mon, Apr 8, 2013 at 4:55 AM, richard.wise...@bt.com wrote: Hi, I am using v2.4.4 of httpd compiled by ApacheLounge (running on Windows Server 2003, in case that's

RE: [users@httpd] AuthDBMGroupFile in v2.4 - being ignored?

2013-04-08 Thread richard.wiseman
Fantastic - thanks very much! That's exactly what I needed to know. :-) Richard -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: 08 April 2013 11:46 To: users@httpd.apache.org Subject: Re: [users@httpd] AuthDBMGroupFile in v2.4 - being ignored? mod_authz_dbm

[users@httpd] locating cgi-bin

2013-04-08 Thread Stormy
I'm missing something, probably simple, so assistance appreciated. Apache 2.2.22 on Ubuntu 12.04(LTS) server. I have, for site foo which uses some Perl scripts: ScriptAlias /cgi-bin/ /var/www/foo/cgi-bin/ Directory /var/www/foo/cgi-bin/ AllowOverride None Options

[users@httpd] Apache2 and Tomcat load balancing | Timeouts: request, connection, cping/cpong

2013-04-08 Thread King Holger (CI/AFP2)
Dear Apache2 community, having installed Apache2 2.4.3 in combination with: - mod_proxy_balancer (not mod_jk!) - mod_proxy_ajp - mod_proxy and the following virtual host configuration: BalancerMember ajp://rb-wcmstc1.de.bosch.com:8010 loadfactor=50 ping=5 retry=10

Re: [users@httpd] locating cgi-bin

2013-04-08 Thread wejii
I had no luck with ScriptAlias. I set a UserDir public_html I used ExecCGI and AddHandler similar to you - That was the only way I found to run CGI scripts in Firefox. The Apache documentation does not help so much with Ubuntu. This page helped: