apachenewby
MIS
Hello,
Our system runs apache (compiled), php (compiled), and mysql.
I compiled apache 2.2.4 with the following options:
./configure --prefix=/ --enable-so --enable-ssl --enable-mod_ssl --enable-mod-so --enable-rewrite --with-included-apr
However, mod_rewrite.so doesn't even get created in the modules directory under apache. I made the entries in httpd.conf:
LoadModule rewrite_module modules/mod_rewrite.so
RewriteEngine On
Any ideas?
Our system runs apache (compiled), php (compiled), and mysql.
I compiled apache 2.2.4 with the following options:
./configure --prefix=/ --enable-so --enable-ssl --enable-mod_ssl --enable-mod-so --enable-rewrite --with-included-apr
However, mod_rewrite.so doesn't even get created in the modules directory under apache. I made the entries in httpd.conf:
LoadModule rewrite_module modules/mod_rewrite.so
RewriteEngine On
Any ideas?