>- see footer for list info -<
Hi Adrian,

I've not got anything to test it on at the moment, but this *might* work:



<Directory /flashservices/gateway>
        AllowOverride All
</Directory>

<Directory "C:/path/to/webroot">
        AuthType Basic
        AuthName "Apache Realm"
        AuthUserFile "C:\path\to\auth\file"
        Require user aUser
</Directory>



Cheers

Ian


-----Original Message-----
From: Adrian Lynch [mailto:[EMAIL PROTECTED]
Sent: 21 February 2007 13:40
To: CF-Dev
Subject: [CF-Dev] OT Apache - Allowing access to /flashservices/gateway
in httpd.conf


>- see footer for list info -<
Sorry if you get this on CF-Talk too, but until they wake up over the
water...

On my current dev set up I restrict access in Apache with:

<Directory "C:/path/to/webroot">
        AuthType Basic
        AuthName "Apache Realm"
        AuthUserFile "C:\path\to\auth\file"
        Require user aUser
</Directory>

Then I'll create user access to sub directories using the same directive as
above.

I want to allow anonymous access to /flashservices/gateway, can anyone help
me out with this?

I thought maybe:

<Directory /flashservices/gateway>
        Allow from all
</Directory>

Cheers all.

Adrian Lynch
http://www.halestorm.co.uk/
http://www.adrianlynch.co.uk/

_______________________________________________

For details on ALL mailing lists and for joining or leaving lists, go to
http://list.cfdeveloper.co.uk/mailman/listinfo

--
CFDeveloper Sponsors:-
>- cfdeveloper Hosting provided by www.cfmxhosting.co.uk -<
>- Lists hosted by www.Gradwell.com -<
>- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<
_______________________________________________

For details on ALL mailing lists and for joining or leaving lists, go to 
http://list.cfdeveloper.co.uk/mailman/listinfo

--
CFDeveloper Sponsors:-
>- cfdeveloper Hosting provided by www.cfmxhosting.co.uk -<
>- Lists hosted by www.Gradwell.com -<
>- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<

Reply via email to