You just need to remove Indexes from Options directive. Example:
Options -Indexes
If you need users to be able to change config you use htacess file. If not
i dont see a reason for using one.
On Aug 8, 2012 5:21 PM, "Kaushal Shriyan" wrote:
> Hi,
>
> What are the best practices followed to d
mod_auth_tkt is what i was looking for thanks a lot!
From: Yehuda Katz
To: users@httpd.apache.org; Rajeev Prasad
Sent: Thursday, August 9, 2012 5:25 PM
Subject: Re: [users@httpd] mod_authnz_external and mod_auth_external
There are modules that I have used
On 8/10/2012 5:11 AM, J. Bakshi wrote:
Dear list,
I have the following in my .htaccess to force the authentication
[]
AuthName "htaccess password prompt"
AuthUserFile /home/askapache.com/.htpasswd
AuthType Basic
Require valid-user
[...]
Now I like some IPs to bypass the authentication. Hen
Hi,
can somebody help me?:
no matter what I try, Apache refuses to access a directory symlink in
its default cgi-bin: /usr/lib/cgi-bin/symlink/
- everything up to including symlink is world r_x
- everything up to including everything accessed beyond the resolved
symlink is world
Dear list,
I have the following in my .htaccess to force the authentication
[]
AuthName "htaccess password prompt"
AuthUserFile /home/askapache.com/.htpasswd
AuthType Basic
Require valid-user
[...]
Now I like some IPs to bypass the authentication. Hence I have modified the
rule as
[...]
Or
On Fri, Aug 10, 2012 at 2:13 AM, Igor Cicimov wrote:
> On Thu, Aug 9, 2012 at 12:05 AM, Tom Browder wrote:
>>
>> On Tue, Jul 31, 2012 at 9:15 AM, Tom Browder
>> wrote:
>> > I have a completely https site and would like to make it more
>> > efficient for non-private static pages.
...
> So, is it
Hi,
I am using apache 2.2.22 with mod_deflate and weblogic proxy module.
I want to decompress incoming requests. But I am not able get this working.
(The outgoing responses get compressed though)
I add more debug statements to mod_deflate.c and see this error when a
request arrive
Hi Rainer,
Thanks for your helps!
On 2012-08-09 20:10, Brett Maxfield wrote:
On 09/08/2012, at 1:43 PM, Liu JinGang wrote:
ApacheGroup Mem:
hello,boys~
I use the deamontools to control the apache.
run script as following(refer to the doc of www):
-
On Thu, Aug 9, 2012 at 12:05 AM, Tom Browder wrote:
> On Tue, Jul 31, 2012 at 9:15 AM, Tom Browder
> wrote:
> > I have a completely https site and would like to make it more
> > efficient for non-private static pages.
>
> Ping, anyone?
>
> -Tom
>
> ---