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
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
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/
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
24 matches
Mail list logo