_______________________________________________________________
ScriptAlias /payroll/ "/home/payroll/public_html/"
AddHandler cgi-script .sh .cgi
Alias /prbash/ /home/payroll/payrollbash-1.06/
<Directory /home/payroll/public_html/>
Options ExecCGI Includes FollowSymlinks MultiViews
</Directory>
<Directory /home/payroll/payrollbash-1.06>
Options MultiViews
Allow from All
</Directory>
UserDir enable payroll
________________________________________________________________
If you are using a networked pc then you will need to replace host=localhost in ./bin/source.ref to host=yourDomainName and open the url :http://yourDomainName/~payroll/cgi-bin/prbash.cgi You will also need to look into security issues if other users have access to the server.