|
i need help
i have a cgi perl script to install on one of my server
with the .htaccess file i activate perl with that code
SetHandler perl-script
PerlHandler Apache::Registry
Options +ExecCGI
after everything work and i can setup the admin password
but the problem is after the script seem like unable to read html and give me a txt file with the html code
anyone have a solution or idea of the cause ?
(btw the script is a .cgi installed in the cgi-bin directory)
|