exahost

Member
Jan 8, 2002
17
0
301
Hi there,

I have just upgraded Apache/PHP and now I require mod_rewrite. From what I understand, it is now to be installed dynamically and not compiled into the binary.

Here is my problem: I have added

&LoadModule rewrite_module libexec/mod_rewrite.so&

to my httpd.conf file. Now the question is, how do I query the server to see if it is enabled? ./httpd -l will show all of the modules that are compiled in, but I can't seem to find how to list the DSO ones.

Any help would be greatly appreciated.

Pete