I am having the issue of not having the following modules load into my VHOST. LoadModule mod_rewrite /usr/lib/apache2/modules/mod_rewrite.so LoadModule mod_setenvif /usr/lib/apache2/modules/mod_setenvif.so LoadModule mod_mime /usr/lib/apache2/modules/mod_mime.so LoadModule mod_headers /usr/lib/apache2/modules/mod_headers.so LoadModule mod_expires /usr/lib/apache2/modules/mod_expires.so LoadModule mod_env /usr/lib/apache2/modules/mod_env.so LoadModule mod_deflate /usr/lib/apache2/modules/mod_deflate.so They are all loaded and I did a double check by also loading them through the httpd.conf. When I load up my scripts inside my domain, they all show that these modules are turned off. Is there something I am missing in this? I am running the Debian 11-squeeze, PHP5, with fast-cgi and ISPCONFIG 3. Its from the perfect server build on this site.
How do you check if the modules are on or not? Did you enable the modules with a2enmod? Did you restart Apache afterwards?