[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: apache et cgi



On Mon, Aug 28, 2000 at 05:13:10PM +0200, Nicolas Kowalski wrote:
> 
> Bonjour a tous.
> 
> 

bonjour,

> AddHandler cgi-script .cgi
> 
> <DirectoryMatch ^/home/.*/intra_html/>
> Options SymLinksIfOwnerMatch ExecCGI FollowSymLinks
> AllowOverride None
> </DirectoryMatch>
> 

Moi j'ai ca dans mon access.conf et ca marche tres bien :

<DirectoryMatch ^/home/.*/public_html>
Options Indexes SymLinksIfOwnerMatch
AllowOverride None
</DirectoryMatch>

<DirectoryMatch ^/home/.*/public_html/cgi-bin>
AllowOverride None
Options ExecCGI FollowSymLinks
</DirectoryMatch>

si ça peut t'aider

-- 
---------------------------------------------------------------------
G.Quiniou					     krolours@free.fr
---------------------------------------------------------------------



Reply to: