PDA

View Full Version : new web issue


EL7oot
29th May 2007, 21:30
I'm using ISPconfig 2.2.13 on suse 10.1 since 2 months without any problems

but yesterday i have tried to add new web like www.newweb.com.eg , ISPconfig creates the new web site and i can see it on the sites tree , but it was not access able

i have tried to open my /etc/apache2/vhosts/Vhosts_ispconfig.conf
and there is no record talking aboute my new domain www.domain.com
i added the records by my self to Vhosts_ispconfig.conf and the site working without visual problems

but this is not a solution
any idea ??
thanx.

till
29th May 2007, 23:49
Do not edit the file Vhosts_ispconfig.conf manually. This will never solve any problem as ISPConfig will remove your changes.

Please have a look here:

http://www.howtoforge.com/forums/showthread.php?t=7719&highlight=appended

EL7oot
30th May 2007, 18:47
thanx for replay

and this is my httpd -t command output:
#####
Syntax error on line 45 of /etc/apache2/vhosts/Vhosts_ispconfig.conf:
Invalid command 'suPHP_Engine', perhaps misspelled or defined by a module not included in the server configuration
###################################
i have tried to remove this line and try to create the new site again but ispconfig still can't update vhosts file
whats wrong ??

till
31st May 2007, 10:17
This error means that you have enabled suphp in ISPConfig but the suphp apache module is not installed and loaded.

Either you deactivate suphp in ispconfig or you install mod_suphp for your apache webserver.

EL7oot
31st May 2007, 12:28
i have deactivated suphp and now i'm using "both" on ISPconfig configuration file
But why problem persists ?

when i execute /root/ispconfig/php/php/root/ispconfig/scripts/writeconf.php
on the shell as root i get :
ls: /etc/apache2/vhosts.d/*.conf: No such file or directory
start
ende

i'm using suse 10.1

thx for patience

till
31st May 2007, 13:17
You must edit a setting in one of the websites after you midified the value in the config.inc.php file.

EL7oot
31st May 2007, 14:36
yes ..
the problem was solved
thanks Till ...