Displaying 3 results from an estimated 3 matches for "apachevhostdefault".
2009 Aug 22
0
document proposal: TipsAndTricks/ApacheVhostDefault
Draft at http://wiki.centos.org/EdHeron/ApacheVhostDefault
Obviously, if ApacheVhostDir is not accepted, I'd remove the parts that
refer to my vhost.d...
2017 Nov 13
2
Strrange behavior of VirtualHosts in Apache (CentOS6)
Hello,
there is a short explanation about virtual hosts in Apache ...
https://wiki.centos.org/TipsAndTricks/ApacheVhostDefault
the `hostname` gives a different donmain name than what should be hosted ...
e.g. `hostname` is host.example.org and the domain to be hosted is
example.com, so I did this:
<VirtualHost 1.2.3.4:80>
ServerName host.example.org
DocumentRoot /var/www/default
</VirtualHost>
# used to ge...
2017 Nov 13
0
Strrange behavior of VirtualHosts in Apache (CentOS6)
...ntos.org] On Behalf Of Walter H.
Sent: Monday, November 13, 2017 4:32 AM
To: centos at centos.org
Subject: [CentOS] Strrange behavior of VirtualHosts in Apache (CentOS6)
> Hello,
>
> there is a short explanation about virtual hosts in Apache ...
> https://wiki.centos.org/TipsAndTricks/ApacheVhostDefault
That page has not been updated since 2009, while it may be correct
there is no reason not to use the correct documentation, the section
of interest is short: https://httpd.apache.org/docs/2.4/vhosts/name-based.html
> <VirtualHost 1.2.3.4:80>
> ServerName host.example.org
> Document...