mod_rewrite.so not found on server

MR T

Verified User
Joined
Feb 19, 2008
Messages
10
Hi all I useed freeBSD6.2 + DA with php 5.2.5 + MySQL 5.0 . I try many way to search mod_rewrite.so. But cannot found it. I try to use custombuild all and go to httpd.conf not found also. Who can recommend me how iI can get it.

Regards,
MR T
 
check /etc/httpd/libexec/apache(2) folders.
if you can see the file then you probably have to uncomment the line
LoadModule rewrite_module libexec/apache(2)/mod_rewrite.so
in your httpd.conf file (/etc/httpd/conf/httpd.conf)
if you cant see the file then you have to recompile apache with support for mod_rewrite.
 
not found

check libexeclibexec/apache(2) folders.
if you can see the file then you probably have to uncomment the line
LoadModule rewrite_module libexec/apache(2)/mod_rewrite.so
in your httpd.conf file (/etc/httpd/conf/httpd.conf)
if you cant see the file then you have to recompile apache with support for mod_rewrite.

I check it already but not found /libexec/ foder . Then I try to check etc/httpd/lib still not found. How can I recompile Apache. I use custombuild to compile everytings, so before I compile Apache I need to config .config in httpd_2 or not?

Thanks
MR T
 
Back
Top