You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Breno Cardoso Perucchi <br...@omegatec.net> on 2003/02/18 00:56:53 UTC

[users@httpd] Apache with AuthConfig - .htaccess

I've been trying to apply .htaccess (AuthConfig) in all directories and
domains that are in my computer . My doubt is if exist how to create one
configuration in the httpd.conf for that all directories have .htaccess
(authconfig) configured
Exist way to do that ?

Only with Apache/1.3.27 (Unix) PHP/4.2.3 The configuration below functioned
correctly

<Directory />
    Options FollowSymLinks
    AllowOverride AuthConfig
</Directory>

I already tried do this way.

I tried to do with
Apache/1.3.27 (Unix) PHP/4.3.1 mod_ssl/2.8.12 OpenSSL/0.9.6g
Apache/1.3.26 (Unix) PHP/4.2.3 mod_ssl/2.8.10 OpenSSL/0.9.6a

<Directory />
    deny from all
    #Options ExecCGI
    AllowOverride AuthConfig
    Order deny,allow
  </Directory>
Respectfully

Breno Cardoso Perucchi
breno@omegatec.net


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org