Hi there its me again ^__^ today i have a big problem as follows: I dont know when this happened but when im trying to setup a new web the domain routing is not working. It shows the standard ISP welcome file. So i checked the following: output from httpd -t Code: [Wed May 30 20:19:27 2007] [warn] module cgi_module is already loaded, skipping [Wed May 30 20:19:27 2007] [warn] The ScriptAlias directive in /etc/apache2/apac he2.conf at line 220 will probably never match because it overlaps an earlier Sc riptAlias. [Wed May 30 20:19:27 2007] [warn] The Alias directive in /etc/apache2/apache2.co nf at line 221 will probably never match because it overlaps an earlier Alias. Syntax error on line 49 of /etc/apache2/vhosts/Vhosts_ispconfig.conf: Invalid command 'php_admin_flag', perhaps mis-spelled or defined by a module not included in the server configuration i tried the following: Code: $go_info["server"]["apache2_php"] = 'suphp'; // 'filter' = set PHP filters, 'addtype' = Set PHP addtype or 'both' = Set Filter + Addtype, suphp = SuPHP wrapper enabled no result, the following lines are the lines mentioned in the output from httpd -t Code: # # Basic apache configuration for OTRS # # agent, admin and customer frontend # ScriptAlias /otrs/ "/opt/otrs/bin/cgi-bin/" Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/" like said, everytime i create a new web the information for the domain and their directory are written in the vhosts_ispconfig file. So where could the error be?
Did you remove the standard "welcome to your domain" index.html file from the domain / directory that you created?
yes, thats not the problem. The problem is that the domains wont redirect to their respective spaces on the web. The newly created accounts all redirect to the main ISP config showing this url: Diese IP-Adresse wird mehrfach genutzt. Um die gewünschte Website zu erreichen, geben Sie ihre Domain anstelle der IP-Adresse in der Adresszeile des Browsers ein. Bei Fragen oder Problemen wenden Sie sich bitte an den Server-Administrator. rough english translation: This IP Adress is multiused. To see the requested Website please type the Domain instead of the IP Adress in your webbrowser. So how can it be that old accounts domians are working properly but the new ones not? thank you very much in advance
The problem is that you have suphp enabled in ISPConfig but you have not installed and loaded the suphp module. Either you deactivate suphp in ISPConfig or you install and load the apache suphp module.