Skip to Content.
Sympa Menu

lyceum-users - Re: [Lyceum-users] Subdomains

lyceum-users AT lists.ibiblio.org

Subject: Lyceum-users mailing list

List archive

Chronological Thread  
  • From: Jameson Lopp <fusion AT ibiblio.org>
  • To: lyceum-users AT lists.ibiblio.org
  • Subject: Re: [Lyceum-users] Subdomains
  • Date: Mon, 10 Jul 2006 13:17:54 -0400

This is possible in apache via virtualhosts (which most shared hosts such as Ibiblio use), IE in the httpd.conf you have a virtualhost declaration such as:

<VirtualHost *>
ServerName blogs.yourdomain.com
ServerAlias *

ServerAdmin fusion AT ibiblio.org
DocumentRoot "/somepath/yoursite/"

<Directory "/somepath/yoursite/">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>

But if you're using a shared host you should just be able to request the wildcard DNS entry for your site and the admin can configure it.

- Jameson

Steve Knoblock wrote:
The docs on sudomains says a wildcard DNS server setting is required.
And can apache be configured for subdomains on a per-directory basis?
The bottom line question is this possible on a shared host, such as
ibiblio?

Thanks,

Steve


Back to our regularly scheduled programming...for(i=0;i<=10;i++) { print i }
_______________________________________________
Lyceum-users mailing list
Lyceum-users AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/lyceum-users





Archive powered by MHonArc 2.6.24.

Top of Page