• 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.

404 Not found The requested URL /opt/php52/bin/php5/index.php

M

mchavez

Guest
Hi,

After installing sitebuilder from a CentOS 5 using yum (no errors), and testing the setup i visit sitebuilder.mydomain.com and got the error:

The requested URL /opt/php52/bin/php5/index.php was not found on this server.

php52 is installed in /opt/php52 . This is the php supplied by sitebuilder install.
The server root is in /usr/local/sitebuilder/htdocs .
The zz011_sitebuilder.conf is unchanged and working.

I note that if I comment the line "Action application/x-httpd-php5 /opt/php52/bin/php5" inside the virtualhost in the zz011_sitebuilder.conf file, the index.php is shown in plain text.

Any ideas to solve this ?
 
According to error it looks like there is something wrong with apache configuration as it tries to open file not in correct directory. Did you check apache error log files for any errors? You need to find out where Sitebuilder looks for index.php file. Which is the configured DocumentRoot for it.
 
Back
Top