[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: Executing CGI in public_html/cgi



Hi Sunny,

Add this line to /etc/httpd/conf/httpd.conf:

	ScriptAlias /~<username>/cgi-bin/ <user_directory>/public_html/cgi-bin/

Where <username> is, funnily enough, the name of the user, and <user_directory>
is the full path to their home directory.

After that, just type

	/etc/rc.d/init.d/httpd restart

and it should start working.

Hope this helps.
-- Shiv JM