Francois Dumais wrote: > Well, when I say success, I am talking about the mkall process. The whole > thing did work as no error message was shown. Now I followed the guide and > resumed installation and configuration of httpd.conf. ....Well now I am > stocked since when I Include the midgard-data.conf in the httpd.conf, stop > and restart (apachectl startssl) the server ... no process is actually > started (ps ax) although no error message is shown. I have changed the > MidgardRootFile to the correct one (following the location of > midgard-root.php). My ports to listen to are (81, 8099, 8101, 8102 -> in > the midgard-data.conf) and (81, 443 -> in httpd.conf). Note that I use the > port 81 as the standard port since my ISP blocks 80 at the outskirt of the > network; I admit I could use port 80 but if this is not crucial, I prefer > not to).
Not necesary at all. > 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: 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]
