Problem With CentOS 7 SSL Problem
#5
RE: Problem With CentOS 7 SSL Problem
Since no one's replied to this, I'll share how I fixed it.

In your /etc/httpd/conf.d/ssl.conf, add this to the appropriate section:

# General setup for the virtual host, inherited from global configuration
ServerAdmin your@email.com
DocumentRoot "/etc/sentora/panel/"
ServerName your.server.com
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/sentora/panel/">
Options +FollowSymLinks -Indexes
   AllowOverride All
   Require all granted
</Directory>
Reply


Messages In This Thread
Problem With CentOS 7 SSL Problem - by MET4LG0D - 04-14-2015, 07:14 AM
RE: Problem With CentOS 7 SSL Problem - by Me.B - 04-14-2015, 07:28 AM
RE: Problem With CentOS 7 SSL Problem - by Me.B - 04-14-2015, 06:31 PM
RE: Problem With CentOS 7 SSL Problem - by The-Mariner - 08-10-2015, 04:37 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Problem with roundcube pgh2011 0 3 ,195 01-30-2021, 12:48 AM
Last Post: pgh2011
OS - Ubuntu 18.04 or Centos 8 Qrash 1 6 ,578 01-18-2021, 07:48 PM
Last Post: Jettaman
Import zpanel settings problem pgh2011 0 3 ,227 12-30-2020, 07:08 PM
Last Post: pgh2011

Forum Jump:


Users browsing this thread: 1 Guest(s)