On 10/21/2013 02:08 AM, Reindl Harald wrote:
Am 21.10.2013 01:44, schrieb Paolo De Michele:
On 10/21/2013 12:46 AM, Reindl Harald wrote:
Am 21.10.2013 00:42, schrieb Paolo De Michele:
how I do to set a mutiple virtual host on httpd configuration? I need to host multiple sites with the same IP address
what must be the httpd.conf configuration file and into /etc/httpd/conf.d/?
RTFM http://httpd.apache.org/docs/2.2/vhosts/name-based.html
I ask for help if it's because I need it
and what is this?
http://httpd.apache.org/docs/2.2/vhosts/name-based.html
<VirtualHost *:80> ServerName www.domain.tld ServerAlias domain.tld *.domain.tld DocumentRoot /www/domain
</VirtualHost>
if I comment the line:
# <Directory "/opt/observium/html/"> # AllowOverride All # Options FollowSymLinks MultiViews # </Directory>
I only see the homepage of the site and if I create another virutalhost with the same form previously used the new site do not see anything
why?