Thanks for your answer.I think is not the problem. I comment the MidgardTemplate directive and I have the same message in the error log.
Youenn.
David Guerizec wrote:
262c01c0ffd6$df518600$8900a8c0@neptune">Hi Youenn,
If you don't need the disconnected mode (filetemplates), then comment out
the MidgardTemplate directive.
And it's best if you put the MidgardRootfile outside of any VirtualHost,
cause no matter the number of vhosts, there is usually only one root file on
a server.
Davidhello,
I'm trying to install midgard but I have some problem.
I have the message
[Wed Jun 27 18:30:58 2001] [error] access to
/var/www/html/midgard/admin/index.mgd failed for 192.168.76.225, reason:
No midgard root file specified for disconnected mode (%s requested)
in the apache error log.
have you any solution ?
I have 3.23.23 mysql version
and the 4.0.3pl1 php version
kernel : 2.2.17-21mdk
My httpd.conf :
Listen 8888
Listen 8101
NameVirtualHost 192.168.76.225:8888
NameVirtualHost 192.168.76.225:8101
<VirtualHost 192.168.76.225:8888>
MidgardEngine On
Port 8888
ServerName youenn
# Switch off magic quotes - it is required with Midgard
php3_magic_quotes_gpc off
php3_magic_quotes_runtime off
DirectoryIndex index.mgd index.php3 index.html index.htm index.shtmlindex.cgi# Configure text parser:
# Change to 'russian' for Russian Midgard
MidgardDatabase midgard midgard midgard
MidgardTemplate phpelements.xml
MidgardParser latin1
MidgardBlobDir "/var/www/blobs"
MidgardRootfile /usr/lib/apache/midgard-root.php3
DocumentRoot /var/www/html/midgard/
AddType application/x-httpd-php-midgard mdg
# Configuration for Russian Midgard:
<IfModule mod_charset.c>
# default charset for real or virtual server (selected if all othercharset-# selections methods fails)
CharsetDefault koi8-r
# Default source (on-disk) charset (we keep all content in DB inKOI8-R# encoding). If you want different encoding, please re-encodemidgard-ru.sql# before inserting it into DB too.
CharsetSourceEnc koi8-r
# Force mod_charset to do its work
CharsetDisable Off
</IfModule>
</VirtualHost>
<VirtualHost 192.168.76.225:8101> MidgardEngine on
ServerName youenn
php3_magic_quotes_gpc off
php3_magic_quotes_runtime off
</VirtualHost>
Regards youenn.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
