Re: [EMAIL PROTECTED] Access control to files for logged in users only using apache

2008-06-04 Thread André Warnier
Artem Kuchin wrote: André Warnier пишет: Artem Kuchin wrote: Hello! Where is the situation. I have a bunch of files (thousands) in a directory structure which is accessible via direct url. For example: directory: htdata/index.html htdata/files htdata/files/1/file1.dat htdata/files/1/f

Re: [EMAIL PROTECTED] Access control to files for logged in users only using apache

2008-06-04 Thread Artem Kuchin
André Warnier пишет: Artem Kuchin wrote: Hello! Where is the situation. I have a bunch of files (thousands) in a directory structure which is accessible via direct url. For example: directory: htdata/index.html htdata/files htdata/files/1/file1.dat htdata/files/1/file2.dat htdata/files/2

Re: [EMAIL PROTECTED] Access control to files for logged in users only using apache

2008-06-04 Thread André Warnier
Artem Kuchin wrote: Hello! Where is the situation. I have a bunch of files (thousands) in a directory structure which is accessible via direct url. For example: directory: htdata/index.html htdata/files htdata/files/1/file1.dat htdata/files/1/file2.dat htdata/files/2/file3.dat htdata/files/3/

[EMAIL PROTECTED] Access control to files for logged in users only using apache

2008-06-04 Thread Artem Kuchin
Hello! Where is the situation. I have a bunch of files (thousands) in a directory structure which is accessible via direct url. For example: directory: htdata/index.html htdata/files htdata/files/1/file1.dat htdata/files/1/file2.dat htdata/files/2/file3.dat htdata/files/3/file4.dat The poing

Re: [EMAIL PROTECTED] Access control and AJP

2006-08-02 Thread Dan Peder Eriksen
Hello Vincent, that worked just perfect. Thanks for you quick reply :) Sincerely Dan Peder Eriksen On Wed, 02 Aug 2006 16:56:10 +0200, Vincent Bray <[EMAIL PROTECTED]> wrote: On 8/2/06, Dan Peder Eriksen <[EMAIL PROTECTED]> wrote: Hello, Hi, [snip] This is what I have been trying:

Re: [EMAIL PROTECTED] Access control and AJP

2006-08-02 Thread Vincent Bray
On 8/2/06, Dan Peder Eriksen <[EMAIL PROTECTED]> wrote: Hello, Hi, [snip] This is what I have been trying: AuthType Basic AuthName "Restricted Files" AuthBasicProvider file AuthUserFile F:\Apache\passwd Require valid-user is entirely the wrong dir

[EMAIL PROTECTED] Access control and AJP

2006-08-02 Thread Dan Peder Eriksen
Hello, I have configured my apache httpd server 2.2.3 to have apache tomcat 5.5 handle requests with path /Tromsbuss. Using the following line in httpd.conf: ProxyPass /Tromsbuss ajp://127.0.0.1:8009/Tromsbuss This all works nice. What I am trying to now is to provide access control to /Tromsbus

Re: [EMAIL PROTECTED] access control

2006-05-31 Thread David Salisbury
quire user username Allow from #host list# Order Deny,Allow satisfy any .. I think that'd do it. I could be wrong. -ds - Original Message - From: "Bobby Gontarski" <[EMAIL PROTECTED]> To: Sent: Wednesday, May 31, 2006 4:33 PM Subject: Re: [EMAIL PROTECT

Re: [EMAIL PROTECTED] access control

2006-05-31 Thread Bobby Gontarski
I would guess you need a "satisfy any" directive.. but you're not posting how you have things configured... so no se. Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from #host list# This is the following directory directive I want protected if the IP i

Re: [EMAIL PROTECTED] access control

2006-05-31 Thread Tom Ray [Lists]
Bobby Gontarski wrote: I need the following: Allow access from certain IPs to a certain directory and if the user does not come from that IP I need to authenticate him/her using the password file. I can do one or the other - either certain IPs are allowed and others are not or the access is

Re: [EMAIL PROTECTED] access control

2006-05-31 Thread David Salisbury
I would guess you need a "satisfy any" directive.. but you're not posting how you have things configured... so no se. -ds - Original Message - From: "Bobby Gontarski" <[EMAIL PROTECTED]> To: Sent: Wednesday, May 31, 2006 4:22 PM Subject: [EMAIL PROTECTE

[EMAIL PROTECTED] access control

2006-05-31 Thread Bobby Gontarski
I need the following: Allow access from certain IPs to a certain directory and if the user does not come from that IP I need to authenticate him/her using the password file. I can do one or the other - either certain IPs are allowed and others are not or the access is controled based on password

Re: [EMAIL PROTECTED] access control based on time of day

2006-01-29 Thread Joshua Slive
On 1/29/06, Nick Kew <[EMAIL PROTECTED]> wrote: > On Sunday 29 January 2006 03:53, McDouglas wrote: > > > I've read the documentations of mod_access and mod_auth, but could not find > > any information. > > > > "Access can be granted or denied based on a wide variety of criteria, such > > as the ne

Re: [EMAIL PROTECTED] access control based on time of day

2006-01-29 Thread Jean Bonnot
McDouglas a écrit : Hi, I have some trouble figuring out how to set up apache to allow remote users to request pages only at a given time of day. I've read the documentations of mod_access and mod_auth, but could not find any information. "Access can be granted or denied based on a wide varie

Re: [EMAIL PROTECTED] access control based on time of day

2006-01-28 Thread Nick Kew
On Sunday 29 January 2006 03:53, McDouglas wrote: > I've read the documentations of mod_access and mod_auth, but could not find > any information. > > "Access can be granted or denied based on a wide variety of criteria, such > as the network address of the client, the TIME OF DAY, the phase of th

Re: [EMAIL PROTECTED] access control based on time of day

2006-01-28 Thread Nick Kew
On Sunday 29 January 2006 03:53, McDouglas wrote: > Hi, > > I have some trouble figuring out how to set up apache to allow remote users > to request pages only at a given time of day. > > I've read the documentations of mod_access and mod_auth, but could not find > any information. > > "Access can

[EMAIL PROTECTED] access control based on time of day

2006-01-28 Thread McDouglas
Hi, I have some trouble figuring out how to set up apache to allow remote users to request pages only at a given time of day. I've read the documentations of mod_access and mod_auth, but could not find any information. "Access can be granted or denied based on a wide variety of criteria, such as

Re: [EMAIL PROTECTED] Access control problems, .htaccess and Directory and Allow directives

2006-01-07 Thread Emmanuel E
Whoa! Thanks it works. - Original Message - From: "Joshua Slive" <[EMAIL PROTECTED]> To: Sent: Sunday, January 08, 2006 1:01 AM Subject: Re: [EMAIL PROTECTED] Access control problems, .htaccess and Directory and Allow directives On 1/7/06, Emmanuel E <[EMAI

Re: [EMAIL PROTECTED] Access control problems, .htaccess and Directory and Allow directives

2006-01-07 Thread Joshua Slive
On 1/7/06, Emmanuel E <[EMAIL PROTECTED]> wrote: > yes i got that. But I have set AllowOverride to All in the directory htdocs. > So why dosent .htaccess work? I mean I thought as outlined in > http://httpd.apache.org/docs/2.0/sections.html#mergin - "So for example, > will be processed before /va

Re: [EMAIL PROTECTED] Access control problems, .htaccess and Directory and Allow directives

2006-01-07 Thread Emmanuel E
quot; <[EMAIL PROTECTED]> To: Sent: Saturday, January 07, 2006 11:56 PM Subject: Re: [EMAIL PROTECTED] Access control problems, .htaccess and Directory and Allow directives On 1/7/06, Emmanuel E <[EMAIL PROTECTED]> wrote: Options FollowSymLinks AllowOverride None The

Re: [EMAIL PROTECTED] Access control problems, .htaccess and Directory and Allow directives

2006-01-07 Thread Joshua Slive
On 1/7/06, Emmanuel E <[EMAIL PROTECTED]> wrote: > > Options FollowSymLinks > AllowOverride None > > The .htaccess file in C:\ contains the following: > > = > AuthUserFile c:/apache2/bin/password.txt > AuthName "blah" > AuthType Basic > Require user blah > Satisfy Al

[EMAIL PROTECTED] Access control problems, .htaccess and Directory and Allow directives

2006-01-07 Thread Emmanuel E
Hi, I have not been able to understand how the different Access Control directives are merged. The access control methods specified in the .htaccess files are not being followed. I am on Apache (SSL enabled) version 2.0.54 on WinXP. The problem I am having is as follows: My Configuration file

Re: [EMAIL PROTECTED] access control and .htaccess

2005-09-14 Thread Joshua Slive
On 9/14/05, Vieri Di Paola <[EMAIL PROTECTED]> wrote: > Isn't "Options All" supposed to do a listing of all > dirs and files? In version 2.0 you won't see directories/files that you don't have rights to access (because, for example, you haven't logged in). This is for security reasons. Joshua.

[EMAIL PROTECTED] access control and .htaccess

2005-09-14 Thread Vieri Di Paola
Hi, I'm using Gentoo 2005.0 and Apache 2 with -D DAV -D DAV_FS. WebDAV is working but there are still things I don't master as far as access control is concerned. My Apache2 httpd is using vhosts from dynamic-vhosts.conf. In the latter file I added: DAVlockDB /path/to/lock/file DAV On Options Al