Log in with username/password: lyceum/lyceum

Changeset 904 for trunk/doc

Show
Ignore:
Timestamp:
07/20/06 17:01:15 (2 years ago)
Author:
jjb
Message:

Better ServerAlias? for subdomains, for systems running more than one subdomain. (before, * would capture ALL incoming domain requests)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/doc/Subdomains.txt

    r692 r904  
    2323<VirtualHost *> 
    2424   ServerName blogs.example.com 
    25    ServerAlias * 
     25   ServerAlias *.blogs.example.com 
    2626 
    2727   ServerAdmin webmaster@example.com 
Log in with username/password: lyceum/lyceum