[EMAIL PROTECTED] overriding mod_proxy headers with mod_expires

2008-07-16 Thread WHIRLYCOTT
I have Apache 2.2.3 going against a servlet engine. I have some static content that is hosted by the servlet engine (css, jpegs, etc.). Whenever a request without a JSESSIONID cookie hits the servlet engine, the servlet engine sends back a Cache-control: no- cache header and an Expires hea

Re: [EMAIL PROTECTED] Overriding

2007-09-05 Thread Aaron Dalton
Joshua Slive wrote: > On 9/4/07, Aaron Dalton <[EMAIL PROTECTED]> wrote: > >> Thanks again. would be fine but how do I then associate >> /js with somewhere in the filesystem? I kept the Alias and >> directives too, but no go. I am confused about why slurps >> everything in if it is indeed re

Re: [EMAIL PROTECTED] Overriding

2007-09-04 Thread Aaron Dalton
Joshua Slive wrote: > On 9/4/07, Aaron Dalton <[EMAIL PROTECTED]> wrote: >> Joshua Slive wrote: >>> On 9/4/07, Aaron Dalton <[EMAIL PROTECTED]> wrote: I have an overarching directive that passes everything in my virtual host through a home-rolled handler. I would like create a few

Re: [EMAIL PROTECTED] Overriding

2007-09-04 Thread Joshua Slive
On 9/4/07, Aaron Dalton <[EMAIL PROTECTED]> wrote: > Joshua Slive wrote: > > On 9/4/07, Aaron Dalton <[EMAIL PROTECTED]> wrote: > >> I have an overarching directive that passes everything in > >> my virtual host through a home-rolled handler. I would like create a > >> few directory aliases, thou

Re: [EMAIL PROTECTED] Overriding

2007-09-04 Thread Aaron Dalton
Joshua Slive wrote: > On 9/4/07, Aaron Dalton <[EMAIL PROTECTED]> wrote: >> I have an overarching directive that passes everything in >> my virtual host through a home-rolled handler. I would like create a >> few directory aliases, though, that bypass this handler. As far as I >> know, however,

Re: [EMAIL PROTECTED] Overriding

2007-09-04 Thread Joshua Slive
On 9/4/07, Aaron Dalton <[EMAIL PROTECTED]> wrote: > I have an overarching directive that passes everything in > my virtual host through a home-rolled handler. I would like create a > few directory aliases, though, that bypass this handler. As far as I > know, however, Locations are processed be

[EMAIL PROTECTED] Overriding

2007-09-04 Thread Aaron Dalton
I have an overarching directive that passes everything in my virtual host through a home-rolled handler. I would like create a few directory aliases, though, that bypass this handler. As far as I know, however, Locations are processed before Directories. How can I accomplish this? Here's what

RE: [EMAIL PROTECTED] Overriding directory directives

2007-07-09 Thread Dean Pullen
EMAIL PROTECTED] Overriding directory directives On 09/07/07, Dean Pullen <[EMAIL PROTECTED]> wrote: > > Options I don't believe that's valid. Use "Options None" if you want that, but consider keeping Options Symlinks enabled for the whole se

Re: [EMAIL PROTECTED] Overriding directory directives

2007-07-09 Thread Vincent Bray
On 09/07/07, Dean Pullen <[EMAIL PROTECTED]> wrote: Options I don't believe that's valid. Use "Options None" if you want that, but consider keeping Options Symlinks enabled for the whole server which will speed things up a bit. AllowOverride None Order Deny,Allow Deny from al

RE: [EMAIL PROTECTED] Overriding directory directives

2007-07-09 Thread Dean Pullen
-Original Message- From: Vincent Bray [mailto:[EMAIL PROTECTED] Sent: 09 July 2007 13:36 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Overriding directory directives On 09/07/07, Dean Pullen <[EMAIL PROTECTED]> wrote: > It produces a 403: > > Forbidden >

Re: [EMAIL PROTECTED] Overriding directory directives

2007-07-09 Thread Vincent Bray
On 09/07/07, Dean Pullen <[EMAIL PROTECTED]> wrote: It produces a 403: Forbidden You don't have permission to access /documents/ on this server. If I remove Indexes from the first directory directive on /, then it works as required. But in the OP your block didn't have an Options directive.

RE: [EMAIL PROTECTED] Overriding directory directives

2007-07-09 Thread Dean Pullen
users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Overriding directory directives On 09/07/07, Dean Pullen <[EMAIL PROTECTED]> wrote: > Thanks for the tip, I did read something similar myself...but I've tried > it and it didn't work :-/ Could you be a little more specific

Re: [EMAIL PROTECTED] Overriding directory directives

2007-07-09 Thread Vincent Bray
On 09/07/07, Dean Pullen <[EMAIL PROTECTED]> wrote: Thanks for the tip, I did read something similar myself...but I've tried it and it didn't work :-/ Could you be a little more specific? If you're just not seeing indexes, it could be that you don't have mod_autoindex loaded, or else your Optio

RE: [EMAIL PROTECTED] Overriding directory directives

2007-07-09 Thread Dean Pullen
Thanks for the tip, I did read something similar myself...but I've tried it and it didn't work :-/ -Original Message- From: Vincent Bray [mailto:[EMAIL PROTECTED] Sent: 09 July 2007 12:14 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Overriding directory directives

Re: [EMAIL PROTECTED] Overriding directory directives

2007-07-09 Thread Vincent Bray
On 09/07/07, Dean Pullen <[EMAIL PROTECTED]> wrote: I have the following: [snip] Options -Indexes FollowSymLinks MultiViews This could be the problem. Mixing relative and non-relative options in the same directives is broken. See: http://people.apache.org/~rbowen/presentations/apacheco

[EMAIL PROTECTED] Overriding directory directives

2007-07-09 Thread Dean Pullen
I have the following: AllowOverride None Order Deny,Allow Deny from all Options -Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny Allow from @apache.allow.from@ Options Indexes FollowSymLinks MultiViews AllowOverride None Orde

Re: [EMAIL PROTECTED] Overriding url filename changing in Apache

2007-05-17 Thread Harry Spier
Thanks Scott, That did the trick. Best, Harry Harry Spier 371 Brickman Rd. Hurleyville, New York USA 12747 From: Scott Gifford <[EMAIL PROTECTED]> Reply-To: users@httpd.apache.org To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Overriding url filename changing in Apach

Re: [EMAIL PROTECTED] Overriding url filename changing in Apache

2007-05-16 Thread Scott Gifford
"Harry Spier" <[EMAIL PROTECTED]> writes: > I have a website on a shared hosting Apache Linux server. [...] > I believe (but I'm not sure) that [...] mod-speling is enabled on > that Apache server. This is the default behaviior on the shared > hosting server and they wont change it. > > I need t

[EMAIL PROTECTED] Overriding url filename changing in Apache

2007-05-16 Thread Harry Spier
Dear list members, I have a website on a shared hosting Apache Linux server. On that server, Apache is set so that if a url is sent to a domain with a file name that doesn't exist but another filename exists on that domain with one letter different from the url, it changes the url to the exist