Display a List of Installed Modules in Apache
Posted by Johan Cyprich on 11 Aug 2010 | Tagged as: How To
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.
| Related posts: | |
|
|
Share this post:
Follow Me:
Did you find this post interesting and useful? You can keep up to date on this blog by subscribing to my RSS feed, or you can have new posts sent to you by e-mail. You can also follow me on Twitter.
No Comments »
Tweet This Post!
















Loading...