Hello I am currently using apache 1.3. We will be upgrading later this year to apache2. For now I need to add mod_rewrite. I have been having some trouble. First I thought I could add the following lines to my httpd.conf file: LoadModule rewrite_module libexec/mod_rewrite.so AddModule mod_rewrite.c But when I went to start the server I received error message.So I thought I would I would recompile the whole thing so here is what I did:
./configure --prefix=/usr/local/apache --enable-module=rewrite --enable-module=ssl --enable-module=so make clean make make install It looked good, I did no receive any error messages when I was compiling but mod_rewrite was still not installed: httpd -l looked like this core.c prefork.c http_core.c mod_so.c No mod_rewrite.c What am I doing wrong? Any help would be great Regards, Douglas Boos _________________________________________________________________Ready for the world's first international mobile film festival celebrating the creative potential of today's youth? Check out Mobile Jam Fest for your a chance to WIN $10,000! www.mobilejamfest.com
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx