hi, I'd like to grant cgi privilege for users. Done this:
change this in /etc/apache/access.conf # AllowOverride None AllowOverride Options has this in /home/$user/public_html/cgi-bin/.htaccess Options +ExecCGI However it does not work. Sure, CGI works in /usr/lib/cgi-bin, even symbolic links (linking to user's cgi-bin/scripts). Tried <Directory>, no luck either. Any hints? thanks