This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

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
Thanks given by: ashok


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 4 ,652 01-18-2021, 07:48 PM
Last Post: Jettaman
Ubuntu 18.04 vaxition 1 4 ,148 08-06-2020, 11:03 AM
Last Post: Jettaman
Php5.6 on ubuntu possible? lorenaustin 0 2 ,243 06-11-2020, 01:01 AM
Last Post: lorenaustin

Forum Jump:


Users browsing this thread: 1 Guest(s)