• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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