On the SuSE apache2 installation, I saw, that:
- there are 3 folders for apache modules:
1) /usr/lib/apache2
2) /usr/lib/apache2-prefork
3) /usr/lib/apache2-worker

Most standard modules are present in 1) but have a link from 2) to them. I thought, rivet should be in 2), because it only supports prefork.

This is acheved, if one uses
        apxs2-prefork
instead of:
        apxs2
on configuration time of rivet:
--with-apxs=/usr/sbin/apxs2-prefork

At least, I have done this in the SuSE rpm and it works well for me.
Is this correct/stupid/whatever ?
---
About the file "README": there is still written, that installation info is in a file named "INSTALL". Maybee, this reference should be replaced by "html/installation.html" ?

Thank you,
Harald

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to