You should not edit Vhosts_ispconfig.conf; it will change with every new website you make or every change you apply.
Edit the /etc/apache2/apache2.conf file and somewhere at the end make it look like:
Code:
<snipped>........
###############ispconfig_log###############
LogFormat "%v||||%b||||%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined_ispconfig
CustomLog "|/root/ispconfig/cronolog --symlink=/var/log/httpd/ispconfig_access_log /var/log/httpd/ispconfig_access_log_%Y_%m_%d" combined_ispconfig
<Directory /home/ispwww/*/web>
Options +Includes -Indexes
AllowOverride None
AllowOverride Indexes AuthConfig Limit FileInfo Options
Order allow,deny
Allow from all
<Files ~ "^\.ht">
Deny from all
</Files>
</Directory>
<Directory /home/ispwww/*/user/*/web>
Options +Includes -Indexes
AllowOverride None
AllowOverride Indexes AuthConfig Limit FileInfo
.....
<snipped rest of file>
Recent comments
7 hours 28 min ago
12 hours 21 min ago
21 hours 13 min ago
22 hours 13 min ago
1 day 2 hours ago
1 day 3 hours ago
1 day 6 hours ago
1 day 14 hours ago
1 day 22 hours ago
2 days 31 min ago