I have a problem with nadmin. Seems that I inadvertently deleted parts of
nadmin style 19 which is used to serve attachments and other stuff. I am no
longer able to display nadmin which is at www.accollarts.net/nadmin. What is
strange is that other hosts which have been set up in midgard at
www.accollarts.net also do not display. And to make things worst,
attachments which have been added to other hosts like www.accollarts.org do
not display.

This leads me to believe that my problem is with the "Empty" style 19 which
is common to all hosts and is part of the nadmin M2 install. I turned my
apache log to debug and this is what I get:

[Tue Mar 20 11:32:30 2001] [info] mod_unique_id: using ip addr 207.100.34.56
Site home has invalid certificate: 4999 Certificate files do not exist.
[Tue Mar 20 11:32:31 2001] [info] mod_unique_id: using ip addr 207.100.34.56
[Tue Mar 20 11:32:32 2001] [info] created shared memory segment #388
[Tue Mar 20 11:32:32 2001] [notice] Apache/1.3.6 (Unix)
PHP/3.0.18+Midgard/1.4/SG Midg
ard/1.4/SG mod_perl/1.21 mod_ssl/2.2.8 OpenSSL/0.9.2b configured -- resuming
normal operations
[Tue Mar 20 11:32:32 2001] [info] Server built: Mar  7 2000 17:30:02
[Tue Mar 20 11:32:44 2001] [debug] mod_midgard.c(1178): [client
207.100.39.191] midgar
d_translate_handler(latin1, http://www.accollarts.net:80/nadmin/)
[Tue Mar 20 11:32:44 2001] [debug]
/var/tmp/midgard-1.4/usr/include/mgd_apache.h(135):
 [client 207.100.39.191] Midgard: select_database opened midgard
[Tue Mar 20 11:32:44 2001] [debug]
/var/tmp/midgard-1.4/usr/include/mgd_apache.h(123):
 [client 207.100.39.191] Midgard: select_database kept current (midgard)
[Tue Mar 20 11:32:44 2001] [debug] mod_midgard.c(1263): [client
207.100.39.191] Midgar
d: using style #19 (3 elements)
[Tue Mar 20 11:32:44 2001] [debug]
/var/tmp/midgard-1.4/usr/include/mgd_apache.h(123):
 [client 207.100.39.191] Midgard: select_database kept current (midgard)
[Tue Mar 20 11:32:44 2001] [info] [client 207.100.39.191] Midgard: Template
not found 
code-compat
[Tue Mar 20 11:32:44 2001] [info] [client 207.100.39.191] Midgard: Template
not found 
code-global
[Tue Mar 20 11:32:44 2001] [info] [client 207.100.39.191] Midgard: Template
not found 
code-init
[Tue Mar 20 11:32:44 2001] [info] [client 207.100.39.191] Midgard: Template
not found 
ROOT
--------------------------------------------------------------------


What I need to know is whether the "Empty" style 19 is the culprit, and if
so, can I get someone to tell me what elements this style needs to work. If
on the other hand, there is something else going on, I would appreciate any
help to solve my problem. Below is the http conf for accollarts.net:

--------------------------------------------------------------------

<VirtualHost 207.100.34.56>
ServerName www.accollarts.net
ServerAdmin admin
DocumentRoot /home/sites/home/web
RewriteEngine on
RewriteCond %{HTTP_HOST}                !^207.100.34.56(:80)?$
RewriteCond %{HTTP_HOST}                !^www.accollarts.net(:80)?$
RewriteRule ^/(.*)                      http://www.accollarts.net/$1 [L,R]
RewriteOptions inherit
AliasMatch ^/users/([^/]+)(/(.*))? /home/sites/home/users/$1/web/$3
ScriptAlias /_vti_bin/_vti_adm/ /home/sites/home/web/_vti_bin/_vti_adm/
ScriptAlias /_vti_bin/_vti_aut/ /home/sites/home/web/_vti_bin/_vti_aut/
ScriptAlias /_vti_bin/ /home/sites/home/web/_vti_bin/
AliasMatch ^/~([^/]+)(/(.*))? /home/sites/home/users/$1/web/$3
AddHandler server-parsed .shtml
AddType    text/html     .shtml
AddType application/x-httpd-php3 .phtml .php3 .php
AddType application/x-httpd-php3-source .phps
AddHandler cgi-wrapper .cgi
AddHandler cgi-wrapper .pl

# Midgard add ons

MidgardDatabase midgard midgard midgard
MidgardTemplate phpelements.xml
AddType application/x-httpd-php-midgard .mgd

MidgardRootFile /usr/lib/apache/midgard-root.php3
   # 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.shtml
index.cgi

    # Configure text parser:
    # Change to 'russian' for Russian Midgard
    MidgardParser latin1
    MidgardBlobDir "/home/sites/home/web/blobs"

    # Configuration for Russian Midgard:
    <IfModule mod_charset.c>
     # default charset for real or virtual server (selected if all other
charset-
     # selections methods fails)
     CharsetDefault koi8-r
     # Default source (on-disk) charset (we keep all content in DB in KOI8-R
     # encoding). If you want different encoding, please re-encode
midgard-ru.sql
     # before inserting it into DB too.
     CharsetSourceEnc koi8-r
     # Force mod_charset to do its work
     CharsetDisable Off
    </IfModule>
--</VirtualHost>
--------------------------------------------------------------------

Hope someone can help,

enrique


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

Reply via email to