Re: [users@httpd] per location group based authentication

2011-07-13 Thread S. Levent Yilmaz
Hi again, Apologies for the double post. The question was to set "Require group " for a dynamically set group-name, based on directory/location where the Require is specified. One potential answer was to set an (environment?) variable via mod_rewrite. That is possible of course, but it seems th

[users@httpd] HTTP PUT to truncate a file.

2011-07-13 Thread Ben Timby
I am working with WebDAV on apache and I have figured out how to use the Content-Range header to append to a file. Request 1: HTTP/1.1 PUT /file Host: node0 Content-Length: 1 a * /file now: a Request 2: HTTP/1.1 PUT /file Host: node0 Content-Range: 1-4/* Content-Length: 3 aaa * /file now: aaa

Re: [users@httpd] mod_proxy, mod_cache and set header

2011-07-13 Thread Nick Kew
On 13 Jul 2011, at 20:40, Tim Watts wrote: > Hi all, > > Quick pointer would be most welcomed: > > I have mod_proxy_http in use to front-end a tomcat server. > > Sadly the tomcat programmers omitted to set cache control headers (eg > Expires) and the tomcat servers are being overloaded, despi

Re: [users@httpd] Apache Module mod_alias or?

2011-07-13 Thread Nick Kew
On 13 Jul 2011, at 18:16, Csanyi Pal wrote: > What I'm trying to achieve is that that if one open my website on > address: > > http://csanyi-pal.info > > then the Apache2 sholud provide actually the > > http://csanyi-pal.info/drupal6 Just set your documentroot and stop over-complicating it.

[users@httpd] mod_proxy, mod_cache and set header

2011-07-13 Thread Tim Watts
Hi all, Quick pointer would be most welcomed: I have mod_proxy_http in use to front-end a tomcat server. Sadly the tomcat programmers omitted to set cache control headers (eg Expires) and the tomcat servers are being overloaded, despite the content being totally invariant. I don't "do" JSP so

[users@httpd] Apache Module mod_alias or?

2011-07-13 Thread Csanyi Pal
Hi, I have on Debian GNU/Linux Squeeze an Apache2 server. My FQDN is csanyi-pal.info I have installed Drupal6, an open source content management platform. In /etc/apache2/conf.d/@drupal6.conf that is a symlink to /etc/drupal/6/apache.conf is the following setup: ---> Alias /drupal6 /usr/share/

[users@httpd] keepalivetimeout - odd behaviour

2011-07-13 Thread Hajo Locke
Apache 2.2.14 Hello, try to linkcheck my domain with http://validator.w3.org/checklink The linkchecker tells in some cases that my server would answer with 500: Error: 500 Server closed connection without sending any data back All i see in Log is no error but successful request to /robots.txt f

[users@httpd] RE: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-07-13 Thread Ashwin Kesavan
This is not the right mailing list. Ask in tomcat user mailing list http://tomcat.apache.org/lists.html . Because session stickness has to do with mod_jk and tomcat, not httpd. Mod_jk and tomcat issues are best addressed in tomcat mailing list. With regards, ashwin From: Lataxes, Karl [mailto:

[users@httpd] Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-07-13 Thread Lataxes, Karl
We are attempting to run identical servlets under several Tomcat 7.0.8 nodes behind a load balancer (Apache 2.0.54 using mod_jk), but we have been unable to get sticky sessions to work. Initial requests are forwarded to a node as expected, but subsequent requests from the same client are being

Re: [users@httpd] Re: phishing problem

2011-07-13 Thread Frank Bonnet
On 07/13/2011 12:53 PM, Patrick Proniewski wrote: On 13 juil. 2011, at 12:18, Ashwin Kesavan wrote: There are huge befits of doing this if I were a hacker. First I don't invoke the suspicion of the admin. B'cos I am making minimal changes to config server, so that I delay his notice. Then by

Re: [users@httpd] HTTPD 2.2.17 issue on Fedora 15 with listening on IPv4

2011-07-13 Thread Barry Scott
On Wednesday 13 July 2011 01:24:34 Jeff Trawick wrote: > On Mon, Jul 11, 2011 at 8:21 AM, Barry Scott wrote: > > We are porting our application to Fedora 15 and to systemd from SysV init. > > The httpd configuraturation we are using work without problem on earlier > > Fedora 13 systems. > > > > We

Re: [users@httpd] Re: phishing problem

2011-07-13 Thread Patrick Proniewski
On 13 juil. 2011, at 12:18, Ashwin Kesavan wrote: > There are huge befits of doing this if I were a hacker. First I don't invoke > the suspicion of the admin. B'cos I am making minimal changes to config > server, so that I delay his notice. Then by diverting to my website I have > the huge adva

RE: [users@httpd] Re: phishing problem

2011-07-13 Thread Ashwin Kesavan
Answers inline -Original Message- From: Patrick Proniewski [mailto:patrick.proniew...@univ-lyon2.fr] Sent: Wednesday, July 13, 2011 12:54 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Re: phishing problem On 13 juil. 2011, at 07:23, Ashwin Kesavan wrote: > And make sure it is

Re: [users@httpd] Re: phishing problem

2011-07-13 Thread Frank Bonnet
On 07/13/2011 09:23 AM, Patrick Proniewski wrote: On 13 juil. 2011, at 07:23, Ashwin Kesavan wrote: And make sure it is not a case access to your server having httpd is compromised ? look though the apache httpd conf files and its included files and look for the parameter redirect . or so

Re: [users@httpd] Re: phishing problem

2011-07-13 Thread Patrick Proniewski
On 13 juil. 2011, at 07:23, Ashwin Kesavan wrote: > And make sure it is not a case access to your server having httpd is > compromised ? look though the apache httpd conf files and its included files > and look for the parameter redirect . or some url rewite rule through > mod_rewrite rules