> > > Also, if I do apachectl start (not startssl), an error message is generated: > > > > Syntax error on line 1 of /usr/local/apache/conf/midgard-data.conf: > > Invalid command 'MidgardDatabase', perhaps mis-spelled or defined by a > > module not included in the server configuration > > Then mod_midgard is not loaded. Make sure you have an LoadModule for > mod_midgard:
Ok, indeed the httpd.conf has <if define SSL> directives and LoadModule as well as AddModule are done in the way you say. That's probably why I get error message when doing apachectl start and why I get no error message when I do apachectl startssl: LoadModule and AddModule are only done if SSL is activated. I use the install guide from the site that seems to be made for php3 and older versions of mod-midgard etc... Should I activate port 8099, 8101 and 8102. They are talking about "old admin" site etc... Which one should I get rid of? Should I leave the <if define SSL> directive? > > LoadModule midgard_module /usr/lib/apache/1.3/mod_midgard.so > > And if your configfile does a ClearModuleList, make sure to also include > > AddModule mod_midgard.c > > But usually, apxs will have taken care of this as part of mod_midgards' > install. OTOH, RedHat has made a fine habit about screwing up apxs, so > it could be the directives are present but the paths invalid. Please > verify. > > Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
