Emiliano wrote:

> In what way does that change the startup procedure? Because the error
> message
> doesn't look familiar to me, nor does our code process -D MIDGARD in any
> way.
> AFAICT anyway.

In SuSE, apache is started from within /sbin/init.d/apache. This checks
for the presence of apache modules. For each module found, a "-D XXX"
string is appended to  a shell variable $MODULES. This variable is then
exported to that shell which starts apache with the config file
/etc/httpd/httpd.conf. That is the normal config file but it load tthe
modules depending on the -D XXX directives. For example:

<IfDefine
PHP>                                                                  
LoadModule php3_module
/usr/lib/apache/libphp3.so                               
</IfDefine>

and further down:

<IfDefine
PHP>                                                                  
AddModule 
mod_php3.c                                                           
AddModule
mod_midgard.c                                                         
</IfDefine>

This works for midgard without problems, provided the scripts are
modified properly.


Frank

--
Dr Frank Boehme                      | Email: [EMAIL PROTECTED]
National University of Ireland, Cork | phone: +353-21-903163
Dept of Computer Science             |   fax: +353-21-903113
Cork, Ireland                        |

--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to