• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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