Forum Moderators: phranque
./configure --prefix=/dir --enable-rewrite=shared --enable-so --with-php --with-mysql
All the installation process goes fine, but I can't get the rewrite module to be loaded. I wrote "RewriteEngine on" in the httpd.conf file and the server gives an error, it doesn't understand the line. So the module is not loaded.
PHP, mysql and the rest of the things are working fine, it's only mod_rewrite which i can't load.
Any idea?
./configure --enable-rewrite
instead of
./configure --enable-rewrite=shared
What are the drawbacks of this approach? I understand that this way the module will be loaded into memory on startup, right? Do you know if this module needs lots of RAM?