[PHP-DEV] --enable-trans-sid and virtual hosts on Apache From: Jason Stechschulte (jpstech <email protected>)
Date: 09/13/00

Does --enable-trans-sid work with Virtual Hosts?

We have a server that was hosting only one website,
and --enable-trans-sid was working fine. Then we added a second
website on the box using virtual hosts. We added entries for
both websites, and now the original site still works, but the
second one does not. Here is the information for the one that is
not working. It contains the same information as the one that
does work.

<VirtualHost 63.77.31.49:80>
    ServerAdmin admin <email protected>
    DocumentRoot /home/www-data/betasite
    ServerName betasite.unoh.edu
    ErrorLog /var/log/httpd/betasite-error_log
    CustomLog /var/log/httpd/betasite-access_log combined
</VirtualHost>

Anyone have any ideas??

Jason Stechschulte
jpstech <email protected>

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>