Re: [users@httpd] Disable directory listing in apache web server

2012-08-10 Thread Igor Cicimov
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

Re: [users@httpd] mod_authnz_external and mod_auth_external

2012-08-10 Thread Rajeev Prasad
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

Re: [users@httpd] How to allow specific IP to bypass .htaccess authentication ?

2012-08-10 Thread Knute Johnson
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

[users@httpd] patently disobeying, reversed world: symlinks refused in cgi-bin, symlinks followed in DocumentRoot

2012-08-10 Thread Lars Oliver Hansen
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

[users@httpd] How to allow specific IP to bypass .htaccess authentication ?

2012-08-10 Thread J. Bakshi
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

Re: [users@httpd] Re: How does one use cached, static non-private pages with https?

2012-08-10 Thread Tom Browder
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

[users@httpd] mod_deflate fails to decompress incoming request data.

2012-08-10 Thread Abhi Auradkar
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

Re: [users@httpd] The question of Apache deamontools

2012-08-10 Thread Liu JinGang
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): -

Re: [users@httpd] Re: How does one use cached, static non-private pages with https?

2012-08-10 Thread Igor Cicimov
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 > > ---