> -----Original Message-----
> From: Todd Nine [mailto:[EMAIL PROTECTED] 
> Sent: Mittwoch, 19. April 2006 04:51
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] .htaccess configuration file
> 
> Hi all,
>   I have an .htaccess question, and I cannot seem to find the 
> answer to my question.  I'm using shared hosting, so I'm 
> limited to .htaccess for security.  I'm creating a test sub 
> domain and a staging sub domain for my site that I would like 
> to secure.  In the test sub domain I have the following 
> .htaccess file. 
> 
> AuthType Basic
> 
> AuthName "Test System"
> 
> AuthUserFile "/home/smokskis/.htpasswds/test/passwd"
> 
> #deny entire "test" directory and hence test sub domain
> require valid-user 
> 
> Now, within my directory test, I have a notify.php file that 
> I need to allow global access to for pay pal sandbox testing. 
>  Since pay pal will not use any form of basic authentication, 
> this file needs to be publicly available.  What directive can 
> I use to require basic authentication for every file except 
> notify.php?  I can't seem to find the answer anywhere on the 
> net, I've tried setting a <File> directive that sets allow 
> from all, but this doesn't seem to work.  I've looked at both 
> http://httpd.apache.org/docs/1.3/mod/mod_access.html 

Check out the "Satisfy" directive 
(http://httpd.apache.org/docs/1.3/mod/core.html#satisfy). It provides an OR 
between basic auth and allow/deny.

Basically, put your notify.php in a Files container (as you have done) and then 
put "Satisfy any" in there.

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 


> <http://httpd.apache.org/docs/1.3/mod/mod_access.html>  and 
> http://httpd.apache.org/docs/1.3/sections.html
> any help would be greatly appreciated.
> 
> Thanks, 
> Todd
> 
> 
> 
Diese E-mail ist eine private und persönliche Kommunikation. Sie hat keinen 
Bezug zur Börsen- bzw. Geschäftstätigkeit der SWX Gruppe. This e-mail is of a 
private and personal nature. It is not related to the exchange or business 
activities of the SWX Group. Le présent e-mail est un message privé et 
personnel, sans rapport avec l'activité boursière du Groupe SWX.
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to