GoldenEternity
Technical User
I'm going nuts on this access control issue... Apache is running along happily, except that I can't set .htaccess restrictions on a directory.
What am I doing wrong here...? I've even tried rebuilding it a few different ways. Anything else I should try?
in httpd.conf:
--
AccessFileName .htaccess
...
<Directory /var/ order deny,allow
deny from all
Options Indexes MultiViews
AllowOverride AuthConfig
</Directory>
--
in /var/--
AuthUserFile /var/AuthName "OMNI"
AuthType Basic
Require valid-user
--
in /var/--
omni:<blah>
--
in config.status:
--
./configure "--with-layout=Apache" "--activate-module=src/modules/php4/libphp4.a" "--prefix=/var/ "$@"
--
What am I doing wrong here...? I've even tried rebuilding it a few different ways. Anything else I should try?
in httpd.conf:
--
AccessFileName .htaccess
...
<Directory /var/ order deny,allow
deny from all
Options Indexes MultiViews
AllowOverride AuthConfig
</Directory>
--
in /var/--
AuthUserFile /var/AuthName "OMNI"
AuthType Basic
Require valid-user
--
in /var/--
omni:<blah>
--
in config.status:
--
./configure "--with-layout=Apache" "--activate-module=src/modules/php4/libphp4.a" "--prefix=/var/ "$@"
--