SSL as per Wiki not working on Ubuntu, my solution provided
#5
RE: SSL as per Wiki not working on Ubuntu, my solution provided
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?
Code:
################################################################ # Apache VHOST configuration file # Automatically generated by ZPanel 10.1.1 # Generated on: 18:35 17th Aug 2014 CEST ################################################################ #NameVirtualHost *: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..... ################################################################
Reply


Messages In This Thread
RE: SSL as per Wiki not working on Ubuntu, my solution provided - by soap - 12-07-2014, 04:19 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
OS - Ubuntu 18.04 or Centos 8 Qrash 1 6 ,520 01-18-2021, 07:48 PM
Last Post: Jettaman
Ubuntu 18.04 vaxition 1 5 ,752 08-06-2020, 11:03 AM
Last Post: Jettaman
Php5.6 on ubuntu possible? lorenaustin 0 3 ,124 06-11-2020, 01:01 AM
Last Post: lorenaustin

Forum Jump:


Users browsing this thread: 1 Guest(s)