Installed Apache Modules
To take a quick look at which Apache Modules are installed and activated simply paste this code somewhere in your PHP file.
by randompixels 2 years, 4 months ago and tagged with: apache apache-modules php
1 |
<pre><?php print_r(apache_get_modules()); ?></pre> |

Currently 0 comments