Custom Vhost entries problem - Not working
11-24-2014, 09:43 PM
(This post was last modified: 11-24-2014, 09:45 PM by Tango.)
Hi! I followed this guide: (to create a vhost entry: webmail)
http://forums.sentora.org/showthread.php?tid=495
and apache says:
And it is true. When searching for that line i found:
# DOMAIN: domain.es
<virtualhost *:80>
ServerName domain.es
ServerAlias www.domain.es
ServerAdmin aaba@aaasasaa.com
DocumentRoot "/var/sentora/hostdata/domain/public_html/domain_es"
php_admin_value suhosin.executor.func.blacklist "passthru, show_source, shell_exec, system, pcntl_exec, popen, pclose, proc_open, proc_nice, proc_terminate, proc$
ErrorLog "/var/sentora/logs/domains/angelsanchez/domain.es-error.log"
CustomLog "/var/sentora/logs/domains/angelsanchez/domain.es-access.log" combined
CustomLog "/var/sentora/logs/domains/angelsanchez/domain.es-bandwidth.log" common
<Directory "/var/sentora/hostdata/angelsanchez/public_html/domain_es">
Options +FollowSymLinks -Indexes
AllowOverride All
Require all granted
</Directory>
AddType application/x-httpd-php .php3 .php
ErrorDocument 404 /_errorpages/404.html
ErrorDocument 500 /_errorpages/500.html
ErrorDocument 403 /_errorpages/403.html
ErrorDocument 510 /_errorpages/510.html
DirectoryIndex index.html index.htm index.php index.asp index.aspx index.jsp index.jspa index.shtml index.shtm
# Custom Global Settings (if any exist)
# Custom VH settings (if any exist)
# Configuration for WebMail - webmail.yoursite.tld
<VirtualHost *:80>
ServerAdmin info@domain.es
DocumentRoot "/var/zpanel/panel/etc/apps/webmail/"
ServerName webmail.domain.es
AddType application/x-httpd-php .php3 .php
<Directory />
Options FollowSymLinks Indexes
AllowOverride All
Order Allow,Deny
Allow from all
</Directory>
</VirtualHost>
</virtualhost>
# END DOMAIN: domain.es
################################################################
So, there is a virtual host inside an other one.
I think that if I delete the <VirtualHost *:80> and the </VirtualHost> in the custom setting it will work, ¿right?
http://forums.sentora.org/showthread.php?tid=495
and apache says:
Code:
AH00526: Syntax error on line 384 of /etc/sentora/configs/apache/httpd-vhosts.conf:
<VirtualHost> cannot occur within <VirtualHost> section
And it is true. When searching for that line i found:
# DOMAIN: domain.es
<virtualhost *:80>
ServerName domain.es
ServerAlias www.domain.es
ServerAdmin aaba@aaasasaa.com
DocumentRoot "/var/sentora/hostdata/domain/public_html/domain_es"
php_admin_value suhosin.executor.func.blacklist "passthru, show_source, shell_exec, system, pcntl_exec, popen, pclose, proc_open, proc_nice, proc_terminate, proc$
ErrorLog "/var/sentora/logs/domains/angelsanchez/domain.es-error.log"
CustomLog "/var/sentora/logs/domains/angelsanchez/domain.es-access.log" combined
CustomLog "/var/sentora/logs/domains/angelsanchez/domain.es-bandwidth.log" common
<Directory "/var/sentora/hostdata/angelsanchez/public_html/domain_es">
Options +FollowSymLinks -Indexes
AllowOverride All
Require all granted
</Directory>
AddType application/x-httpd-php .php3 .php
ErrorDocument 404 /_errorpages/404.html
ErrorDocument 500 /_errorpages/500.html
ErrorDocument 403 /_errorpages/403.html
ErrorDocument 510 /_errorpages/510.html
DirectoryIndex index.html index.htm index.php index.asp index.aspx index.jsp index.jspa index.shtml index.shtm
# Custom Global Settings (if any exist)
# Custom VH settings (if any exist)
# Configuration for WebMail - webmail.yoursite.tld
<VirtualHost *:80>
ServerAdmin info@domain.es
DocumentRoot "/var/zpanel/panel/etc/apps/webmail/"
ServerName webmail.domain.es
AddType application/x-httpd-php .php3 .php
<Directory />
Options FollowSymLinks Indexes
AllowOverride All
Order Allow,Deny
Allow from all
</Directory>
</VirtualHost>
</virtualhost>
# END DOMAIN: domain.es
################################################################
So, there is a virtual host inside an other one.
I think that if I delete the <VirtualHost *:80> and the </VirtualHost> in the custom setting it will work, ¿right?