LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   perl problem (https://www.linuxquestions.org/questions/linux-software-2/perl-problem-48883/)

dsgdevil 03-08-2003 03:09 PM

perl problem
 
I can get a simple script like
#!/usr/bin/perl -w
print "Content-type: text/html\n\n";
print "This CGI script works!";
to work but when i tried to install coranto and imagefolio,it gives me an 500 error.The things in my httpd.conf file that is perl related is
AddHandler cgi-script .cgi .pl
<Directory "/home/*/public_html">
Options Indexes +Includes FollowSymLinks +ExecCGI
AllowOverride None
Order allow,deny
Allow from all
</Directory>
What do you think is the problem?

acid_kewpie 03-08-2003 03:12 PM

can i ask that if you're actually asking about CGI you add it to the title. i keep seeign you ask about perl but when i look at it it's actually normally about CGI and http, and i've not got that far in my book yet! thanks.

dsgdevil 03-08-2003 03:34 PM

yea its CGI and perl


All times are GMT -5. The time now is 07:24 AM.