You can modify 90e-smithAccess40ibays and just add a section for the 
directory you want to protect. i.e, 

<Directory /home/e-smith/files/ibays/$key/html/private>\n"

I just copy and pasted sectin for the /html directory and added private. 
Now every ibay can have a password protected directory called private.

You can also modify 60AccessFileName to include the following,

<Files ~ "^\.ht">
    Order allow,deny
    Deny from all
</Files>


This will prevent apache from showing the contents of you htaccess file.


Cheers,

JB


> Michael Weinberger wrote:
> 
> > /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/90e-smithAccess40ibays.
> > Then change the AllowOverride directive in the new file. Be sure it is for
> 
>       Of course, this will change the AllowOverride setting for _all_ ibays.
> 
> --
> Dan Brown, KE6MKS, [EMAIL PROTECTED]
> "Meddle not in the affairs of dragons, for you are crunchy
> and taste good with ketchup."
> 
> --
> This list is archived
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


Reply via email to