robman70
Technical User
- Aug 6, 2002
- 90
When i try to run the perl script that was already in apache (printenv.pl) a box pops up asking where to download the file to, what do i need to change to make apache run the script in my web browswer...im pretty sure its something in the httpd.conf file but i dont know what, heres the entry for my cgi-bin:
<Directory "C:/Program Files/Apache Group/Apache2/cgi-bin">
Options Indexes Multiviews ExecCGI
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
and have uncommented the AddHandler line
any ideas?
<Directory "C:/Program Files/Apache Group/Apache2/cgi-bin">
Options Indexes Multiviews ExecCGI
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
and have uncommented the AddHandler line
any ideas?