Q 1 What version of PHP do you support?
A 1 We use PHP 5.2.11.
Q 2 Is PHP installed as an Apache module or as CGI?
A 2 PHP is installed as CGI. you can install PHP as an Apache module on our dedicated servers.
Q 3 Can I use SSI?
A 3 Of course, you can. Use *.shtml extension so that the server recognizes the files.
Q 4 I see "premature end of script headers". What is it?
A 4 It's a very annoying problem. At first check that permissions are set to 0755 (rwxr-xr-x).
Make sure that the scripts new lines are free from \n\r (CR+LF) we are a Linux (Unix) host,
and each new line should end only with \n (LF).
Q 5 What permissions should be set for the script files and directories?
A 5 The permissions should be set to 0755. The incorrect permissions can affect both the security and reliability of your site.
Q 6 Do you offer FastCGI?
A 6 Yes, we do.
|