ISPsystem.com Forums

ISPsystem.com Forums (http://forum.ispsystem.com//index.php)
-   Troubleshooting (http://forum.ispsystem.com//forumdisplay.php?f=11)
-   -   problems setting domain (http://forum.ispsystem.com//showthread.php?t=1472)

hugohiram 06-29-2011 06:14 AM

problems setting domain
 
Hello,

I have ISPmanager-Pro 4.3.56.4, I have succesfully created multiple domains, but when I try to modify the settings for any of them, nothing happens. This is what happens;

First, I tried to modify the file the DirectoryIndex parameter from ISPmanager, restart apache, nothing happens...

Then, I tried to modify the document root to a subfolder in the root editing the /etc/apache2/apache2.conf file, restart apache, same result, nothing... I also tried the the "config" button on the domains list with no luck.

This is the virtual host, on my /etc/apache2/apache2.conf file, with the original names changed:

DirectoryIndex changed:

Quote:

<VirtualHost SERVER_IP:80>
ServerName sub.domain.com
DocumentRoot /var/www/USER/data/www/sub.domain.com
SuexecUserGroup USER USER
CustomLog /var/www/httpd-logs/sub.domain.com.access.log combined
ErrorLog /var/www/httpd-logs/sub.domain.com.error.log
ServerAlias www.sub.domain.com
ServerAdmin MY_EMAIL
ScriptAlias /cgi-bin/ /var/www/USER/data/www/sub.domain.com/cgi-bin/
php_admin_value open_basedir "/var/www/USER/data:."
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f MY_EMAIL"
php_admin_value upload_tmp_dir "/var/www/USER/data/mod-tmp"
php_admin_value session.save_path "/var/www/USER/data/mod-tmp"
php_admin_value safe_mode "on"
AddType application/x-httpd-php .php .php3 .php4 .php5 .phtml
AddType application/x-httpd-php-source .phps
AddDefaultCharset ISO-8859-1
DirectoryIndex info.php
</VirtualHost>
DocumentRoot changed:

Quote:

<VirtualHost SERVER_IP:80>
ServerName sub.domain.com
DocumentRoot /var/www/USER/data/www/sub.domain.com/public
SuexecUserGroup USER USER
CustomLog /var/www/httpd-logs/sub.domain.com.access.log combined
ErrorLog /var/www/httpd-logs/sub.domain.com.error.log
ServerAlias www.sub.domain.com
ServerAdmin MY_EMAIL
ScriptAlias /cgi-bin/ /var/www/USER/data/www/sub.domain.com/cgi-bin/
php_admin_value open_basedir "/var/www/USER/data:."
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f MY_EMAIL"
php_admin_value upload_tmp_dir "/var/www/USER/data/mod-tmp"
php_admin_value session.save_path "/var/www/USER/data/mod-tmp"
php_admin_value safe_mode "on"
AddType application/x-httpd-php .php .php3 .php4 .php5 .phtml
AddType application/x-httpd-php-source .phps
AddDefaultCharset ISO-8859-1
</VirtualHost>
I need help, I don't know what is happening.

Regards,
Hugo.

GakcaT 06-29-2011 11:02 AM

Could you provide the part of ispmgr.log that is created when you perform the actions?

hugohiram 06-29-2011 01:56 PM

Yes, I will send you a private message with the data.

GakcaT 06-30-2011 09:38 AM

Got the message, sent you a reply.

hugohiram 07-05-2011 09:38 AM

Hi,

Did you get my last message with the log file?

Regards.


All times are GMT +2. The time now is 10:56 AM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.