> Any chance that you could post the relevant part of the apache.conf file
> in here?

There may be better ways but this has performed rock solid for me...

<VirtualHost 209.61.208.32:80 192.168.208.32:80 www.3dauto.com:80>   
MidgardEngine on
MidgardBlobDir /blob
Port 80
php_value magic_quotes_gpc off  
php_value magic_quotes_runtime off
ServerName www.3dauto.com   
ServerAlias *.3dauto.com
ErrorLog /usr/local/apache/logs/error_log
CustomLog /usr/local/apache/logs/access_log combined
MidgardParser latin1
</VirtualHost>
<VirtualHost 209.61.208.32:80 192.168.208.32:80 webwizard.myautomd.com:80>
MidgardEngine on
MidgardBlobDir /blob
Port 80
php_value magic_quotes_gpc off
php_value magic_quotes_runtime off
ServerName webwizard.myautomd.com
ErrorLog /usr/local/apache/logs/error_log
CustomLog /usr/local/apache/logs/access_log combined
MidgardParser latin1
</VirtualHost>

-- 
Just when you thought the rat race was over... along came faster rats.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to