Issue
When you try to access your website your receive the following error message:
Causes
There are a number of issues which can cause this problem.
- World writeable access to httpdocs directory while running PHP
Under Net24's PHP hosting environment, PHP does not run as an Apache module, but instead runs under suexec mod_fcgid. For security suexec mod_fcgid does not permit the document root to be world writable. If your httpdocs permissions show the following...
..you then have world writable permission set on the directory. The permissions should be as per below (chmod 750):
The permissions can be changed using the Plesk File Manager.
Also check that the .phpwrapper file within the httpdocs directory has the correct permissions applied.
- Disk quota exceeded
If there is not enough space available under your account, applications that depend on Fast-CGI, such as PHP, may cause this error. A small amount of free space is required for Fast-CGI to initalise. To resolve this issue remove some files under your account or contact Net24 Customer Service to increase your disk quota.