>Line 630 was the beginning of my virtual host configs for midgard.
>I had methodically remarked them out one by one until finally another error
>popped up stating a simple httpd start failure...Thats when I remarked out
>the midgard module entries and apache started fine.
I don't know if i understand what you mean...did you put all the virtual
host directives in the httpd.conf file?  I think that you may have put these
in the wrong place.  When you say "remarked out the midgard module entries"
do you mean the LoadModule midgard_module /..../mod_midgard.so, and it's
AddModule directive, or the VirtualHost settings?  What exactly are you
commenting out?  

If this is actually what you have done (added the VirtualHost etc. settings
in httpd.conf), you may have placed them in the wrong section (Probably Main
server config).  Try removing it from there, and just adding an Include
/path/to/midgard-data.conf.  And adjust midgard-data.conf accordingly.  I
found this to be much cleaner, and easier to debug.  The include should be
in the VirtualHost Section.

Also, make sure you have:
LoadModule midgard_module       /../mod_midgard.so
AddModuel mod_midgard

before the Include /path/to/midgard-data.conf.

Hope this is helpful,
Aditya


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

Reply via email to