It is included in httpd.conf, mysql isn't getting any requests.

Contents of midgard-data.conf:

MidgardDatabase midgard michael midori


## Uncomment these if you want to use filetemplates
# MidgardTemplate phpelements.xml
# AddType application/x-httpd-php-midgard .mgd

## Uncomment this for PHP3,
# MidgardRootFile "/usr/lib/apache/midgard-root.php3"
## or this for PHP4
MidgardRootFile "/usr/lib/apache/midgard-root.php"


NameVirtualHost 127.0.0.1:80
<VirtualHost 127.0.0.1:80>
    MidgardEngine On
    ServerName localhost
    Port 80

    # 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/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>

On Fri, 2002-04-12 at 01:35, Alan Knowles wrote:
> since phpmole only uses the cgi binary, you probably didnt need to 
> upgrade the mod_php4
> 
> anyway - looks like your apache is not attempting to connect to midgard, 
> check to see if midgard-data is included from the apache httpd.conf , 
> try turning mysql logging on and if that is getting any requests.
> 
> The listen stuff should be there usually
> 


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

Reply via email to