• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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