background preloader

Locations

Facebook Twitter

TemplateWorld - Browse All Website Templates - Page 1. The LCD Thread. Ibook :: View topic - Enabling True Clamshell Mode (iBook12&quot. Website-Überwachungsservice - Host überprüfen. VirtualHost Examples. This document attempts to answer the commonly-asked questions about setting up virtual hosts. These scenarios are those involving multiple web sites running on a single server, via name-based or IP-based virtual hosts. Running several name-based web sites on a single IP address. Your server has multiple hostnames that resolve to a single address, and you want to respond differently for www.example.com and www.example.org. Note Creating virtual host configurations on your Apache server does not magically cause DNS entries to be created for those host names. . # Ensure that Apache listens on port 80Listen 80<VirtualHost *:80> DocumentRoot "/www/example1" ServerName www.example.com # Other directives here</VirtualHost><VirtualHost *:80> DocumentRoot "/www/example2" ServerName www.example.org # Other directives here</VirtualHost> The asterisks match all addresses, so the main server serves no requests.

You may replace * with a specific IP address on the system. The server has two IP addresses.