Localhost Dashboard + Virtual Host
Posted by: ahuggup86 (208.92.77.---)
Date: March 24, 2012 04:18AM

why when i access my localhost dashboard here [localhost], where it says Your Virtualhost there is nothing showing under there even though i can access my virtual host directly... this scares me at times cause i do setup virtual host in my vhost.conf file an the dashboard is what i always access for shortcut at times.

# Use name-based virtual hosting.
#
NameVirtualHost *:80

#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for all requests that do not
# match a ServerName or ServerAlias in any <VirtualHost> block.
#

#######################################################

# Client1
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot "E:/wamp/www/client1"
ServerName client1
ErrorLog "E:/wamp/www/client1/logs/error.log"
CustomLog "E:/wamp/www/client1/logs/access.log" combined
<Directory "E:/wamp/www/client1">
Options Indexes FollowSymLinks
Order allow,deny
Allow from all
</Directory>
</VirtualHost>

#######################################################

Options: ReplyQuote
Re: Localhost Dashboard + Virtual Host
Posted by: ahuggup86 (208.92.77.---)
Date: March 24, 2012 11:32PM

ahuggup86 Wrote:
-------------------------------------------------------
> why when i access my localhost dashboard here
> [localhost], where it says Your Virtualhost
> there is nothing showing under there even though i
> can access my virtual host directly... this scares
> me at times cause i do setup virtual host in my
> vhost.conf file an the dashboard is what i always
> access for shortcut at times.
>
> # Use name-based virtual hosting.
> #
> NameVirtualHost *:80
>
> #
> # VirtualHost example:
> # Almost any Apache directive may go into a
> VirtualHost container.
> # The first VirtualHost section is used for all
> requests that do not
> # match a ServerName or ServerAlias in any
> block.
> #
>
> ##################################################
> #####
>
> # Client1
>
> ServerAdmin webmaster@localhost
> DocumentRoot "E:/wamp/www/client1"
> ServerName client1
> ErrorLog "E:/wamp/www/client1/logs/error.log"
> CustomLog
> "E:/wamp/www/client1/logs/access.log" combined
>
> Options Indexes FollowSymLinks
> Order allow,deny
> Allow from all
>
>
>
> ##################################################
> #####

have anyone had this same issue how do i have my virtual host show up under the localhost dashboard for quick acess

Options: ReplyQuote


Sorry, only registered users may post in this forum.