Miscellaneous > Programming & Networking

perl training wheels

<< < (2/8) > >>

Master of Reality:
dont you just need to add something like:

<directory /var/www/html/cgi-bin>
Options ExecCGI FollowSymLinks
Order allow,deny
AllowOverRide none
</directory>

and make sure you have the line:
addhandler cg-script .cgi
or somethin'

i cant remember what my exact configuration is but i have it set to execute cgi in all directories except for a couple in my ikonboard tree.

are you following an online tutorial? if so, where is it?

[ September 22, 2002: Message edited by: The Master of Reality / Bob ]

voidmain:
Actually you shouldn't have to add anything if you put the file under the cgi-bin directory.

Master of Reality:
my default setup had /var/www/cgi-bin but had the document root set to /var/www/html/
so wouldnt there be no way to access the cgi-bin from the net?

Master of Reality:
ahhhh... i get it. the ScriptAlias command redirects /cgi-bin/ to /var/www/cgi-bin

voidmain:
You got it.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version