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
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
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
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.
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
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
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
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
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
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.
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
11 matches
Mail list logo