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
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
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
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
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,
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
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
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
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
-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
>
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.
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
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
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
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
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
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
"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
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
19 matches
Mail list logo