From: "Michael Peters" <[EMAIL PROTECTED]>
But how can I install the other Apache modules that can be installed by
adding --enable when using ./config if the server is already installed?
As long as you install mod_so the rest can be added dynamically (via
httpd.conf)
and don't need to be specified at build time.
I know that, but the .so modules are not in the modules/ directory, and I
need to compile them, but I don't know how.
For example, if I didn't specified it when I've installed the server, the
module mod_rewrite is not installed, and it cannot be found in the modules/
directory, so I cannot just LoadModule ...
Thank you.
Octavian