Hello all, i m runing this script on ubuntu. same prob like luca.
which code i have to put in the panel?
i put 2 times the code from wiki and the panel crashed. i had to reinstall the server. i dont want to try that again if i m not shure. i takes alot of time
for me works only this method:
in the vhost congif file.
how can i activate that global?
which code i have to put in the panel?
i put 2 times the code from wiki and the panel crashed. i had to reinstall the server. i dont want to try that again if i m not shure. i takes alot of time
for me works only this method:
in the vhost congif file.
how can i activate that global?
Code:
################################################################
# Apache VHOST configuration file
# Automatically generated by ZPanel 10.1.1
# Generated on: 18:35 17th Aug 2014 CEST
################################################################
*:80
# Configuration for ZPanel control panel.
<VirtualHost *:80>
ServerAdmin info@domain.eu
DocumentRoot "/etc/zpanel/panel/"
ServerName domain.eu
ErrorLog "/var/sentora/logs/sentora-error.log"
CustomLog "/var/sentora/logs/sentora-access.log" combined
CustomLog "/var/sentora/logs/sentora-bandwidth.log" common
AddType application/x-httpd-php .php
<Directory "/etc/zpanel/panel/">
Options FollowSymLinks -Indexes
AllowOverride All
Order allow,deny
Allow from all
</Directory>
# Custom settings are loaded below this line (if any exist)
##################################################
# Apache VHOST configuration file
# Automatically generated by Sentora 10.0.2
# Generated on: 12:25 2nd Jun 2013 WIT
##################################################
Redirect Permanent / https://root.domain.eu/
</VirtualHost>
Listen 443
<VirtualHost *:443>
# Configuration for Sentora control panel.
SSLEngine on
SSLProtocol SSLv3
SSLCertificateFile /etc/apache2/ssl/Sentora.crt
SSLCertificateKeyFile /etc/apache2/ssl/Sentora.key
ServerAdmin info@domain.eu
DocumentRoot "/etc/zpanel/panel/"
ServerName domain.eu
</VirtualHost>
################################################################
# ZPanel generated VHOST configurations below.....
################################################################