Sorry I was not very clear when I said the first part. Example site and
Asgard do work I believe haven't used them much just the images are not
loading. I have the following in my Apache configuration file, httpd.conf.
To my knowledge this is correct. Any clue to why I'm getting those errors in
my Apache log file?

MidgardDatabase IP_ADDRESS:midgard midgard midgard
MidgardTemplate phpelements.xml
MidgardRootFile "/usr/lib/apache/modules/midgard-root.php"

<VirtualHost IP_ADDRESS:80>
  MidgardEngine On
  ServerAdmin [EMAIL PROTECTED]
  ServerName midgard.domainhere.com
  ErrorLog /var/www/logs/midgard.error.log
  TransferLog /var/www/logs/midgard.access.log
  ServerPath /
  DocumentRoot /var/www/htdocs

  # Switch off magic quotes - it is required with Midgard
  php_value magic_quotes_gpc off
  php_value magic_quotes_runtime off

  # Configure text parser:
  # Change to 'russian' for Russian Midgard
  MidgardParser latin1
  MidgardBlobDir "/var/www/htdocs/blobs"
</VirtualHost>

> -----Original Message-----
> From: Marcin Soltysiak [mailto:[EMAIL PROTECTED]
> 
> > Well no Asgard and Example do not work. I currently have no 
> installed
> > anything else until I figure out why these are not working. 
> I was not sure
> > if the privileges were right so to stop the guessing game I 
> just went
> chmod
> > -R 777 blobs/ and chown -R www:www blobs/. It didn't help 
> one bit. I did
> how
> > ever notice this in my Apache error logs. I see that there 
> is an error in
> > the path but to be honest I do not know where to go to fix 
> this. Also any
> > idea as to what the "host record for 
> midgard.venmarces.com:80 not found"
> > means? It's entered in the database table midgard.host.
> 
> Look at your Apache config. You'd better have somtn similar to:
> 
> NameVirtualHost 1.1.1.1:80
> 
> <virtualHost 1.1.1.1:80>
> MidgardEngine On
> ...
> Port 80
> </VrtualHost>

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

Reply via email to