Hello, I've installed zpanel 10.1.1 and we put in httpd-vhost this:
And I've any problem but when past the time, zpanel resets this file and removes this configuration. Do anyone know could I stop it?
Thanks
Emilio
(02-03-2015, 11:13 PM)Diablo925 Wrote: On Linux
Remember to add </VirtualHost> at the start
and no </VirtualHost> at the end
Webmail:
Phpmyadmin / MysqlCode:</VirtualHost>
# Configuration for WebMail
<VirtualHost *:80>
ServerAlias webmail.*
DocumentRoot "/etc/sentora/panel/etc/apps/webmail/"
AddType application/x-httpd-php .php
<Directory "/etc/sentora/panel/etc/apps/webmail/">
Options +FollowSymLinks -Indexes
AllowOverride All
Require all granted
</Directory>
Code:</VirtualHost>
# Configuration for PHPmyadmin
<VirtualHost *:80>
ServerAlias pma.*
DocumentRoot "/etc/sentora/panel/etc/apps/phpmyadmin/"
AddType application/x-httpd-php .php
<Directory "/etc/sentora/panel/etc/apps/phpmyadmin/">
Options +FollowSymLinks -Indexes
AllowOverride All
Require all granted
</Directory>
And I've any problem but when past the time, zpanel resets this file and removes this configuration. Do anyone know could I stop it?
Thanks
Emilio