leslie has asked for the wisdom of the Perl Monks concerning the following question:
Dear friends,
I know perl. But I don't know about perl CGI. I want to learn that. I have tried to configure the perl CGI. But I unable to do that.
Configuration I have done : In /etc/apache2/httpd.conf, I have added ,
Then I have restart the apache server, While running the sample script with the extension of .cgi its simply prints the hole file content on the browser.<Directory /home/leslie/public_html/> Options ExecCGI AddHandler cgi-script .cgi .pl </Directory>
System Env: Webserver: apache2 OS : ubuntu 10.4 Note: I am not root user.
Can some one help me to configure the CGI in my env
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI configuraton
by Khen1950fx (Canon) on Sep 10, 2010 at 07:01 UTC | |
by leslie (Pilgrim) on Sep 10, 2010 at 17:51 UTC | |
by Corion (Patriarch) on Sep 10, 2010 at 18:04 UTC | |
by rowdog (Curate) on Sep 10, 2010 at 20:23 UTC |