The MU forums have moved to WordPress.org

2 Wordpress MU simultaneous install httpd.conf edits (2 posts)

  1. rumshopnews
    Member
    Posted 17 years ago #

    Hello,

    I am running multiple installs of wordpress MU on a single dedicated server. Each wordpress MU install has its own domain.

    How to I edit the apache httpd.conf to allow this?

    Here is what the Virtual Host section of the httpd.conf looks like now:
    <VirtualHost [ServerIP]:80>
    ServerAdmin webmaster@[FirstDomain].com
    DocumentRoot /home/[User]/public_html
    ServerName http://www.FirstDomain.com
    ServerAlias uwiblogs.com *.[FirstDomain].com
    ErrorLog logs/[FirstDomain]-error_log
    CustomLog logs/[FirstDomain]-access_log common
    </VirtualHost>

    Any advice will be good.

  2. heyguy
    Member
    Posted 17 years ago #

    Do the same thing for the second domain...

About this Topic

  • Started 17 years ago by rumshopnews
  • Latest reply from heyguy