Fresh instal ispconfig 3 Version: 3.0.3.2 i have 3 problems: 1: dns-server Offline 2: php file dont work ex: index.php install.php (Error HTTP 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.) 3: mail auth dont work Pls for any help tnx.
Log eror: [Tue Feb 08 16:31:39 2011] [warn] [client 89.35.231.8] mod_fcgid: stderr: PHP Warning: require_once(): open_basedir restriction in effect. File(/var/www/clients/client1/web1/web/includes/defines.php) is not within the allowed path(s): (/var/www/clients/client0/web1/web:/var/www/clients/client0/web1/tmp:/var/www/www.site.com/web:/srv/www/www.site.com /web:/usr/share/php5:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin) in /var/www/clients/client1/web1/web/index.php on line 21 [Tue Feb 08 16:31:39 2011] [warn] [client 89.35.231.8] mod_fcgid: stderr: PHP Warning: require_once(/var/www/clients/client1/web1/web/includes/defines.php): failed to open stream: Operation not permitted in /var/www/clients/client1/web1/web/index.php on line 21 [Tue Feb 08 16:31:39 2011] [warn] [client 89.35.231.8] mod_fcgid: stderr: PHP Fatal error: require_once(): Failed opening required '/var/www/clients/client1/web1/web/includes/defines.php' (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/clients/client1/web1/web/index.php on line 21 [Tue Feb 08 16:31:40 2011] [error] [client 89.35.231.8] File does not exist: /var/www/site.com/web/favicon.ico [Tue Feb 08 16:31:40 2011] [error] [client 89.35.231.8] File does not exist: /var/www/error/404.html
mail it's working now ... tested i have a message on dovecot: i set auth_debug =yes on conf i hope it's start on reboot. now how to resolve problem with php files and dns-server ???
You can see it in the web site settings in ISPConfig. Your DNS server isn't running. Please try Code: /etc/init.d/named start
Please try mod_php. Did you create a zone in ISPConfig's DNS Manager? That should create the missing /etc/named.conf.local file. If you don't need ISPConfig's DNS Manager (and therefore didn't create any zone), then you don't need a running BIND.
ok the dns server it's work now . is remains only php files i put mod_php restart httpd not work reboot system not work. What should i doo?
Add: :/var/www/clients/client1/web1/web at the end of the string in the open_basedir field under options in the website settings.
Another thing, I changed from mod_php to FastCGI mode, all functions works perfectly .... I had a problem when I restart the server dovect and named not start automatically know what I can do?