The MU forums have moved to WordPress.org

subdomain weirdness (2 posts)

  1. dontodd
    Member
    Posted 17 years ago #

    This subdomain stuff has me all confused--it was working yesterday and now it's not :(. All I did today was try to modify the default home page. I ended up doing a complete reinstall but still no joy.

    I'm using the release of 04-07-2006.

    RHEL4, Apache 2.0.52, PHP 4.3.9, mysql Ver 14.7 Distrib 4.1.12, for redhat-linux-gnu (i386) using readline 4.3

    My DNS entry has A records for mydomain.net and *.mydomain.net.

    My VirtualHost looks like:

    <VirtualHost *:80>
    DocumentRoot /var/www/virtual/wpmu2
    ServerName mydomain.net
    ServerAlias *.mydomain.net
    ErrorLog /var/log/httpd/virtual/mydomain.net/error_log
    LogLevel emerg
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common
    LogFormat "%{Referer}i -> %U" referer
    LogFormat "%{User-agent}i" agent
    CustomLog /var/log/httpd/virtual/mydomain.net/access_log combined
    <Directory />
    Options FollowSymLinks
    AllowOverride All
    </Directory>
    </VirtualHost>

    Any ideas?

  2. dontodd
    Member
    Posted 17 years ago #

    Apologies and please disregard, it turned out to be some confusion/conflict with a couple of nameservers.

About this Topic