• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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