Hi I am just trying everything on my own clean system, one more info: Enter your httpd.conf and change "UseCanonicalName On" to "UseCanonicalName Off". Restart apache Now point you browser to 9.155.139.147:portnumber/aegir portnumber = the port you are running aegir on, defined in host table in mysql.
If it does not work send us you last 15-20 lines from the apache error_log . Andreas On 18 May 2004 at 12:19, Matthias Wagler wrote: > So now I reinstalled midgard and the import process worked! > but I still can't access the midgard-front end. > > the machine is running in network where I can only access it by its > IP-adress. so I changed the midgard.conf to: > > > # The order is 'database name' 'user name' 'password' > MidgardDatabase midgard midgard midgard > > ## Uncomment these if you want to use filetemplates > # DirectoryIndex index.mgd > # MidgardTemplate phpelements.xml > # AddType application/x-httpd-php-midgard .mgd > > ## for PHP4 > MidgardRootFile "/usr/lib/apache/midgard-root.php" > > Listen 80 > Listen 8099 > Listen 8101 > Listen 8102 > > NameVirtualHost 9.155.139.147:8099 > NameVirtualHost 9.155.139.147:8101 > NameVirtualHost 9.155.139.147:8102 > > ServerName 9.155.139.147 > > # Switch off magic quotes - it is required with Midgard > php_value magic_quotes_gpc off > php_value magic_quotes_runtime off > > # Configure text parser: > MidgardParser latin1 > MidgardBlobDir "/var/lib/wwwrun/blob" > > > <VirtualHost 9.155.139.147:8099> > Port 8099 > MidgardEngine On > </VirtualHost> > > <VirtualHost 9.155.139.147:8101> > Port 8101 > MidgardEngine On > </VirtualHost> > > <VirtualHost 9.155.139.147:8102> > Port 8102 > MidgardEngine On > </VirtualHost> > > Is this ok? what do I have to do access the front-end? > > Thankx > Matthias > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
