theonewhocant
30th May 2007, 23:03
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
[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:
$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
#
# 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?
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
[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:
$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
#
# 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?