>> I patched the file and reinstalled the mod_midgard-1.4.2 package. >> I still can't access the admin part. It keeps trying to pop up a >> download window. > >Ah now, that's different. Do you have an > AddType application/x-httpd-php .php
Got this... AddType application/x-httpd-php .php .phtml .html .php3 oh.. also have this.... AddType application/x-httpd-php-midgard .mgd My failure probably comes in the virtual host part of the config file... MidgardDatabase midgard username password <---- of course that isn't the real info :-) MidgardTemplate phpelements.xml MidgardRootFile "/usr/local/apache/libexec/midgard-root.php" Listen 8101 NameVirtualHost 207.228.236.35:8101 <VirtualHost 207.228.236.35:8101> MidgardEngine on Port 8101 php_value magic_quotes_gpc off php_value magic_quotes_runtime off ServerName myautomd DocumentRoot /usr/local/apache/htdocs/admin MidgardParser latin1 </VirtualHost> How far off am I? The information on the config file I found seems to revolve around php3. Also do I need to have the mod_midgard-preparse-1.4.2 package installed? It was available for download but the docs on the website did not include this package. Thanks, Dan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
