(03-10-2017, 05:02 AM)TGates Wrote: Updated to include open_basedir restrictions for better security.
if i use open_basedir on CentOS 7 it will not work -> http://forums.sentora.org/showthread.php...55#pid8755
(08-30-2017, 01:14 AM)rpuig Wrote: hello everyone !
i need some help with this.... i have added iin vhost
</VirtualHost>
# Configuration for WebMail - webmail.yoursite.tld
<VirtualHost *:80>
ServerAlias webmail.mydomain.com
ServerAdmin webmaster@mydomain.com
DocumentRoot "/etc/sentora/panel/etc/apps/webmail/"
ServerName webmail.mydomain.com
AddType application/x-httpd-php .php3 .php
<Directory />
Options FollowSymLinks Indexes
AllowOverride All
Order Allow,Deny
Allow from all
</Directory>
but when i go to webmail.mydomain.com receive error saying :
403 FORBIDDEN
you dont have permission to access / on this server
Apache Server at webmail.mydomain.com Port 80
any suggestions?
thanks!!!
Don't know much about this but using ServerAlias and ServerName together?
Don't know what your apache version is but with a newer apache i had to change this:
Code:
Order Allow,Deny
Allow from all
Code:
Require all granted
●
● My Sentora Demo ● My Github ● Auxio Github ●
● Zentora theme ● S-Type theme ● CstyleX theme ●
● flat-color-icons ● small-n-flat-icons ●
●
Sentora's development takes way too long, so i'm transitioning to HestiaCP.
● My Sentora Demo ● My Github ● Auxio Github ●
● Zentora theme ● S-Type theme ● CstyleX theme ●
● flat-color-icons ● small-n-flat-icons ●
●
Sentora's development takes way too long, so i'm transitioning to HestiaCP.