If your having problems with a feature in Apache, such as URL rewriting, you can check if the rewrite_module was installed. The following procedure works on a Linux terminal with Apache 2.x.
- httpd –l
Lists compiled (static) modules. - httpd –M
Lists shared/dynamic modules. You can also use apachectl –D DUMP_MODULES.