Create Apache Virtual Hosts
From RZWiki
VirtualHost *:80
#Basic setup
ServerAdmin webmaster@chordzap.com
ServerName www.chordzap.com
DocumentRoot /usr/local/apache2/htdocs/chordzap.com/docs
Directory /usr/local/apache2/htdocs/chordzap.com/docs
Order Deny,Allow
Allow from all
# Don’t show indexes from directories
Options -Indexes
/Directory
Alias /phpmyadmin /usr/share/phpmyadmin Directory /usr/share/phpmyadmin # Restrict phpmyadmin access to just my workstation Order Deny,Allow Deny from all Allow from 192.168.32.1 ( - your Windows workstation IP) /Directory ErrorLog logs/chordzap.com-error_log CustomLog logs/chordzap.com-access_log common /VirtualHost
Related Articles
Information on Linux commands
Information on F5 BigIP commands
Information on Cisco commands
Information on Vyatta commands
Information on Extreme commands
Information on Zebra commands
Information on Secure Platform commands
Information on Blue Coat SGOS commands
Information on Nokia IPSO commands
(replacing the # with an @) |






