Re: [users@httpd] TCP keepalive

2012-05-15 Thread Eric Covener
On Wed, May 16, 2012 at 1:50 AM, Igor Cicimov wrote: > Google Apache KeepAlive and you are done. TCP Keepalive is different. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h..

Re: [users@httpd] TCP keepalive

2012-05-15 Thread Igor Cicimov
Google Apache KeepAlive and you are done. On May 16, 2012 2:58 PM, "Evgeny Shvidky" wrote: > Hi, > > ** ** > > I am developing a new module on C. > > ** ** > > In some cases, it takes to my module a long time to prepare a response > (more than 2 minutes) and during this time a process h

[users@httpd] TCP keepalive

2012-05-15 Thread Evgeny Shvidky
Hi, I am developing a new module on C. In some cases, it takes to my module a long time to prepare a response (more than 2 minutes) and during this time a process handling this request is blocked. In order to prevent a TCP connection disconnect a user sends his HTTP request with TCP keepalive f

Re: [users@httpd] Apache Hangs when proxying Java Requests with WebLogic Plugin

2012-05-15 Thread Kevin Castellow
Sounds like it has to be configuration problem if other proxies work with same code. Try testing a working proxy pointing to this Weblogic server. It is possible the problem is on the Weblogic side. Try to copy the configuration from a working server to this server. Here are all parameters for fu

Re: [users@httpd] rewrite [P]

2012-05-15 Thread Rob
Thanks for the reply Eric, im doing the change in .htaccess should i be doing this in vhosts perhaps ? On Wed, May 16, 2012 at 1:18 PM, Eric Covener wrote: > On Tue, May 15, 2012 at 7:57 PM, Rob wrote: > > Hi guys, > > > > im having issues understating how [P] works in mod rewrite > > > > i ha

Re: [users@httpd] rewrite [P]

2012-05-15 Thread Eric Covener
On Tue, May 15, 2012 at 7:57 PM, Rob wrote: > Hi guys, > > im having issues understating how [P] works in mod rewrite > > i have this: > > RewriteRule ^/mysubdir(.*) http://myotherwebsite.com/subdirectory$1 [P] > > the rewrite doesnt seam to work, mod rewrite is install and is working find. > Do i

Re: [users@httpd] php admin value ignored

2012-05-15 Thread Noel Butler
If you have it defined to use /srv/foo.net/tmp/ and it wants to use /tmp it's probably because httpd/php can't write to that directory, check your permissions, set 1770 on /srv/foo.net/tmp/ On Tue, 2012-05-15 at 17:26 +1000, Nick Edwards wrote: > Hi, > > Although I did not include it in my s

Re: [users@httpd] IO load due to apache? Normal httpd behavior or script related?

2012-05-15 Thread Noel Butler
On Mon, 2012-05-14 at 17:41 +0200, G VM wrote: > Hi all, > > Recently I found out one server generating alot of load on our > storage. > Likely a script problem, httpd wont cause harm > Linux 2.6.18-274.7.1.el5 > that is pretty ancient > httpd 25431apache DEL REG

Re: [users@httpd] Appache localhost server denied access

2012-05-15 Thread Noel Butler
On Sat, 2012-05-12 at 16:51 +0100, Brian Fisher wrote: > I have set up a local server using Wampserver but I can’t access it > from the same computer with http://localhost/pnpTest.pnp or > http://127.0.0.1/pnpTest.pnp in IE8 browser. > My file pnpTest.pnp is in folder C:\wamp\ > Neither can I acces

[users@httpd] rewrite [P]

2012-05-15 Thread Rob
Hi guys, im having issues understating how [P] works in mod rewrite i have this: RewriteRule ^/mysubdir(.*) http://myotherwebsite.com/subdirectory$1 [P] the rewrite doesnt seam to work, mod rewrite is install and is working find. Do i need to have something else installed? acording to php.inmod

[users@httpd] make command errors for upgrade from 2.2,21 to 2.2.22 using config.nice option

2012-05-15 Thread Satya Samala
Hello Experts Can you please advice on this error? I have copied the config.nice from apache 2.2.21 to /tmp/httpd-2.2.22 and tried to upgrade it to 2.2.22 Below are the steps that I have executed: cd /tmp/httpd-2.2.22 ./config.nice make * ma

Re: [users@httpd] logging post requests? - SOLVED

2012-05-15 Thread Miles Fidelman
Miles Fidelman wrote: So.. I: - enabled mod_dumpio - put a |DumpIOInput On config statement in httpd.conf - restarted the server But... I'm not seeing the input data logged into error.log. Had to play around with setting LogLevel to debug for this to work (and commenting out conflicting setting

[users@httpd] logging post requests?

2012-05-15 Thread Miles Fidelman
Hi Folks, I'm trying to diagnose a spam-injection attack. Someone seems to have figured out how to POST a message to wordpress, and by doing so inject spam into postfix's mail queue. Definitely nasty. I can see the Apache and Postfix log entries created by the attack - but not the actual c

[users@httpd] CVE-2011-338

2012-05-15 Thread BFinkeldei
I am trying to verify if the openssl env I am working in 0.9.8u is affected or not. I don't beleive it is because it seems this is NOT a default option that is enabled. Line from the CVE-2011-338 OpenSSL uses empty fragments as a countermeasure unless the 'SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS' o

Re: [users@httpd] Response code 408

2012-05-15 Thread Jeroen Geilman
On 05/11/2012 06:01 PM, John Iliffe wrote: I recently switched from Apache-2.2.14 to Apache-2.4.2. In the entire time we ran 2.2.14 I don't recall seeing a response code 408. Since we switched two weeks ago we average about 30 - 35 a day. Our server is not heavily loaded. The RFC definition o

RE: [users@httpd] Apache Hangs when proxying Java Requests with WebLogic Plugin

2012-05-15 Thread Richters, Eriks (US - Arlington)
We had the plugin configured for Debug ALL, as you suggested. Still no sign of an error.Apache just stops responding to all requests. We've also tried to reproduce this issue by pointing the same proxy to different WebLogic clusters. Two other cluster's don't exhibit this behavior. It's ti

[users@httpd] rpmbuild fails with "nss native error -8128: (SEC_ERROR_NO_MODULE)"

2012-05-15 Thread Nate Woodward
I'm trying to build and install apr-util 1.4.1 for CentOS 5. When I do an `rpmbuild -ba apr-util.spec` using the spec file included in the distribution tarball, it eventually fails with this output: ... testmd4 : SUCCESS testmd5 : SUCCESS testcrypto : |passphrase

Re: [users@httpd] apache as ssl-proxy - recommended way?

2012-05-15 Thread Jonas Eckerman
On 2012-05-14 15:26, Stefan Bauer wrote: Unfortunately we want to have several machines behind the proxy. The client should talk to the servers directly. You have to decide wich it is. Either the client talks to a proxy that talks to the server OR the client talks directly to the server.

Re: [users@httpd] cgi-bin subdirectories

2012-05-15 Thread Téssio Fechine
> De: Doug McNutt > Assunto: Re: [users@httpd] cgi-bin subdirectories > Para: users@httpd.apache.org > Data: Segunda-feira, 14 de Maio de 2012, 23:13 > At 16:03 -0700 5/14/12, Téssio > Fechine wrote: > >Hello, > >I am having a problem with subdirectories in cgi-bin. > >Scripts like 'cgi-bin/user

Re: [users@httpd] php admin value ignored

2012-05-15 Thread Nick Edwards
Hi, Although I did not include it in my snippage, I already have php_admin_value session.save_path /srv/foo.net/sess/ Should it make a difference if thats not the same as tmp ? Thanks. On 5/15/12, Alex Domoradov wrote: > Try to something like this > > php_admin_value open_basedir /usr/local/

Re: [users@httpd] php admin value ignored

2012-05-15 Thread Alex Domoradov
Try to something like this php_admin_value open_basedir /usr/local/lib/php/:/srv/foo.net/ php_admin_value upload_tmp_dir /srv/foo.net/tmp/ php_admin_value session.save_path /srv/foo.net/tmp/ On Tue, May 15, 2012 at 9:46 AM, Nick Edwards wrote: > Hi, > > in httpd.conf each virtual host has > ...