Shared Hosting for Everyone, imagined by developers, for developers.
Discovering the Public CloudExternal service to check uptime: Where’s It Up?
whois
1,Adding the domaine in the Domains menu is not enough to create a website. It is required to add the addresses in Web > Sites.
For websites using Apache it will per default look for a file named index.html
or index.php
for the home page. Rename your file or use the DirectoryIndex directive in an .htaccess
.
These errors may be returned by web servers (e.g. Apache), language runtime, or the application itself. Set debug logs to get more inputs on how to fix them.
An empty page without a message or error code usually indicates an application issue: the returned code by HTTP logs is 200, stating that the request reached the application. Set debug logs to get more inputs on how to fix it.
Logs are available in the $HOME/logs/apache
directory.
Broken pipe: [client X.X.X.X:0] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
(104)Connection reset by peer: [client X.X.X.X:0] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
The connection was broken by the client. For example, because the visitor closed his tab while the page was not fully loaded. This is nothing unusual.
Premature end of script headers: index.php, referer: https://exemple.com
The server stopped suddenly and Apache returned a 500 error. This should not happen under normal circumstances. This can be caused by many reasons (PHP bug, application bug, PHP process killed by the kernel, etc.).
You need to analyze all the logs at your disposal to find the cause: application logs, PHP logs…