Is PHP running in safe mode?
PHP is not running in safe mode. [Back to top] • What kind of override do you allow in Apache’s .htaccess files? What is the value of the AllowOverride value in the httpd.conf? .htaccess will have the power to override the apache settings, such as directory permissions, IP banning, etc. The value is AllowOverride None. [Back to top] • If I add more domains, and have 1 IP address, can you please explain to me how it works that the right site will pull up? All servers are using BIND to manage the DNS. All domains, even if they are on the same IP, will be forwarded to the correct web site. [Back to top] • What BIND version are you using? Version 9. [Back to top] • How often you do backups? Backups are done daily. [Back to top] • Do you have PHP with IMAP support (compiled with IMAP)? Yes, PHP is compiled with IMAP support. However, the servers themselves do not have IMAP. [Back to top] • Do you allow Telnet access? We allow SSH, which is the same as Telnet, just on a secure connection. Fo