 |
Apache2Triad Help, Support and Development The apache2triad help , support and development forums
|
| View previous topic :: View next topic |
| Author |
Message |
FredZ
Joined: 17 Oct 2008
Posts: 2
|
| Posted: Fri Oct 17, 2008 7:50 pm Post subject: VirtualHosts now no admin panel [resolved] |
|
|
I setup VirtualHosts (name based) and now I cannot access the admin panel (open site root)
The changes I made to the http.conf were
# NameNameVirtualHost *
Now reads
NameVirtualHost *
I added an include line for my virtual hosts. This line appears immediately below the NameVirtualHost * line
include conf/vhosts/*.conf
When I attempt to open the site root I get the first site in my virtual list.
Any comments would be most welcome.
[resolution]
The VirtualHost container requires a seperate entry for localhost as well as all your virtual hosts.
This is on the assumption everything is operating on port 80 VirtualHost *:80 and NameVirtualHost *:80
Regards
Fred |
|
| Back to top |
|
cigraphics
Joined: 21 Aug 2005
Posts: 147
Location: Romania, Pitesti
|
| Posted: Tue Nov 18, 2008 12:30 am Post subject: |
|
|
| the site that you want to be the first type <VirtualHost_default ....> |
|
| Back to top |
|
| |
|