Forum Moderators: phranque
So I am happily compiling apache 2.0.59 on Solaris 9, with no real problems. But I am doing some testing, and find that I need to compile this particular version with mod rewrite.
So I did what documentation, and some google searching told me to do, to enable mod rewirte. No problem. But here is the thing. I can't seem to find the rewrite.so file, to load the module. So what am I doing wrong? I can't seem to find out how to configure my script, so that the modrewrite.so file is created, along with the rest of apache when I compile.
An example of a configure script would be welcome.
John Walcott
[edited by: jdMorgan at 9:08 pm (utc) on Oct. 4, 2006]
[edit reason] No sigs, please. [/edit]
./configure --prefix=/usr/local/apache20 --enable-so --enable-rewrite --enable-most --enable-status --enable-info --enable-ssl --with-ssl=/usr/local/ssl
So this is what I used as my configure script for apache 2.0.59 in solaris. The problem I face is that I have no rewritemodule.so file that I can load. I can't find the file, but I seem to have enabled it in the configure script. So what do I need to add to my script so that when I compile apache, the module will be created with it?
Thanks
John Walcott