[us...@httpd] [Travel Assistance] Applications for ApacheCon EU 2009 - Now Open

2009-01-24 Thread Sander Temme
The Travel Assistance Committee is now accepting applications for those wanting to attend ApacheCon EU 2009 between the 23rd and 27th March 2009 in Amsterdam. The Travel Assistance Committee is looking for people who would like to be able to attend ApacheCon EU 2009 who need some financial supp

Re: [us...@httpd] robots.txt and rewrite rule

2009-01-24 Thread Eric Covener
On Sat, Jan 24, 2009 at 6:31 PM, André Warnier wrote: > Sorry to butt in, but is it not just the RewriteCond that is badly written ? > So should > RewriteCond $1 !=robots.txt > not be > RewriteCond %1 !=robots.txt No, The logic in the RewriteCond referring back to the RewriteRule backreference

Re: [us...@httpd] robots.txt and rewrite rule

2009-01-24 Thread André Warnier
Norman Khine wrote: [...] Hi. Sorry to butt in, but is it not just the RewriteCond that is badly written ? From the Apache documentation : (http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html) # RewriteRule backreferences: These are backreferences of the form $N (0 <= N <= 9), which provide

[us...@httpd] Re: UserDir + SetHandler cgi-script broken? (Apache 2.0.52)

2009-01-24 Thread Buck Golemon
Matt McCutchen mattmccutchen.net> writes: > > On Sat, 2009-01-24 at 09:17 -0500, Brian Mearns wrote: > > On Fri, Jan 23, 2009 at 6:44 PM, Buck Golemon amd.com> wrote: > > > Thanks for the reply, but if I remove the SetHandler directive above, it > > > displays the file in plaintext just fine.

Re: [us...@httpd] Firewall causing ProxyPass to fail

2009-01-24 Thread Raj Jay
Thanks Eric! This was helpful. ProxyRemote works fine when using http with the remote server. For https requests I get a 502. The ProxyRemote document states that: "only "http" is supported by this module". Is there any work around for https? Regards, -Raj. On Fri, Jan 23, 2009 at 8:59 PM, Eric

Re: [us...@httpd] Re: UserDir + SetHandler cgi-script broken? (Apache 2.0.52)

2009-01-24 Thread Matt McCutchen
On Sat, 2009-01-24 at 09:17 -0500, Brian Mearns wrote: > On Fri, Jan 23, 2009 at 6:44 PM, Buck Golemon wrote: > > > Thanks for the reply, but if I remove the SetHandler directive above, it > > displays the file in plaintext just fine. It means both that the UserDir > > functions ok by itself, and

Re: [us...@httpd] robots.txt and rewrite rule

2009-01-24 Thread Norman Khine
Hi, Eric Covener wrote: On Sat, Jan 24, 2009 at 10:20 AM, Norman Khine wrote: [Sat Jan 24 18:46:57 2009] [error] [client 86.219.32.244] client denied by server configuration: /usr/htdocs You don't have a that allows you to serve static files out of the filesystem. If this is a new Documen

Re: [us...@httpd] robots.txt and rewrite rule

2009-01-24 Thread Eric Covener
On Sat, Jan 24, 2009 at 10:20 AM, Norman Khine wrote: > [Sat Jan 24 18:46:57 2009] [error] [client 86.219.32.244] client denied by > server configuration: /usr/htdocs You don't have a that allows you to serve static files out of the filesystem. If this is a new DocumentRoot you added, copy the

Re: [us...@httpd] robots.txt and rewrite rule

2009-01-24 Thread Norman Khine
Bob Ionescu wrote: 2009/1/23 Norman Khine : RewriteEngine On #DenyHosts Rules RewriteMap hosts-deny txt:/home/user/txt/hosts.deny RewriteCond ${hosts-deny:%{REMOTE_HOST}|NOT-FOUND} !=NOT-FOUND [OR] RewriteCond ${hosts-deny:%{REMOTE_ADDR}|NOT-FOUND} !=NOT-FOUND [OR] Rew

Re: [us...@httpd] Re: UserDir + SetHandler cgi-script broken? (Apache 2.0.52)

2009-01-24 Thread Brian Mearns
On Fri, Jan 23, 2009 at 6:44 PM, Buck Golemon wrote: > Brian Mearns gmail.com> writes: > >> >> On Thu, Jan 22, 2009 at 8:16 PM, Buck Golemon amd.com> > wrote: >> > works just fine: >> > http://pdweb.ca.atitech.com/beg/foo.sh >> > >> > doesn't work: >> > http://pdweb.ca.atitech.com/~bgolemon/foo.

Re: [us...@httpd] content handler question

2009-01-24 Thread André Warnier
anson ho wrote: This is one of the possible solutions that I was thinking. But it seems it will make the envirnoment more complex and even worse in a cluster environment. I am thinking if it is possible to do something like mod_headers. But first I need to ensure that I can read the existing head