Closed (fixed)
Project:
Secure Site
Version:
4.6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 Jan 2006 at 05:14 UTC
Updated:
3 Feb 2006 at 13:03 UTC
I have searched extensively and cannot find any information on how to install securesite. I have installed securesite, but I am not sure what setings I should modify in my httpd.conf for it to work correctly. I get multiple login requests, etc right now. What do I need to do to get this module to work correctly?
Thanks
Norm
Comments
Comment #1
npollock commentedOk, I have resolved this.
In you httpd.conf, change the directory to this:
Options FollowSymLinks
AllowOverride Authconfig
and change to this for the individual override line.
AllowOverride All
Then I added individual directories that I wanted to protect, such as:
AllowOverride All
Order deny,allow
Deny from all
This blocks access to this directory except from inside drupal.
I hope this helps anyone looking for this info in the future.
Norm