On Wed, 28 Jun 2006 Kenneth Gonsalves wrote :
a) In httpd.conf
ScriptAlias /cgi-bin/ /usr/local/apache2/cgi-bin/
Hey where is the "ExecCGI" option??
This is a sample httpd.conf for CGI on Redhat based distro.
<Directory "/var/www/cgi-bin"> AllowOverride None Options ExecCGI Order allow,deny Allow from all </Directory>
Now copy your cgi script in "/var/www/cg-bin"
In browser: http://yourdomain/cgi-bin/myscript.cgi
Try this password changing cgi program:
http://sarg.sourceforge.net/chetcpasswd.php
You will have to:
chmod 4755 chetcpasswd.cgi
Regards.