• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Cgi Paths

S

scottcap

Guest
I am having a heck of a time getting a simple cgi program to work properly.

The path I am using on the web page is:

<!--#exec cgi="/cgi-bin/ipsource.cgi" -->

this is suppose to log the ip addresses and details of visitors to the web page (shtml).

The "ipsource.cgi" file is using this syntax:

#!/usr/bin/perl

it should write to:

$logfile = "http://www.domainname.com/log.htm";

The "log.htm" is Chmod to 777

The "ipsource.cgi" is Chmod ot 755

All of the above works fine on another host server but cannot get it to work using the new server using Plesk 7.5.1

Any suggestions are appreciated.
 
Back
Top