I am a novice and I have been struggling with Advagg for weeks. I deleted the module and then installed the latest dev version and the errors on my status report are below. Would appreciate some help and advice as soon as possible.
I have a vps server running Apache 2 and php 5 latest versions using WHM and cpanel.
mod_rewrite and mod_headers are both installed on my apache and are working and easyapache has just been updated.
Drupal 7.41
OK
Access to update.php Protected
Warning
Adv CSS/JS Agg - Apache Apache module "mod_headers" is not installed.
The Apache module "mod_headers" is not available. Enable mod_headers for Apache if at all possible. This is causing gzip to fail.
Error
Adv CSS/JS Agg - Apache Apache module "mod_rewrite" is not installed.
The Apache module "mod_rewrite" is not available. You must enable mod_rewrite for Apache. This is causing gzip to fail.
Warning
Adv CSS/JS Agg - Apache Apache module "mod_headers" is not installed.
The Apache module "mod_headers" is not available. Enable mod_headers for Apache if at all possible. This is causing gzip to fail.
Error
Adv CSS/JS Agg - Apache Apache module "mod_rewrite" is not installed.
The Apache module "mod_rewrite" is not available. You must enable mod_rewrite for Apache. This is causing gzip to fail.
Warning
Adv CSS/JS Agg - Etag The If-None-Match (Etag) header is being ignored by your web server.
The web servers configuration will need to be adjusted. The server should have responded with a 304, instead a 200 was returned.
Warning
Adv CSS/JS Agg - Etag The If-None-Match (Etag) header is being ignored by your web server.
The web servers configuration will need to be adjusted. The server should have responded with a 304, instead a 200 was returned.
Warning
Adv CSS/JS Agg - If-Modified-Since The If-Modified-Since (Last-Modified) header is being ignored by your web server.
The web servers configuration will need to be adjusted. The server should have responded with a 304, instead a 200 was returned.
Warning
Adv CSS/JS Agg - If-Modified-Since The If-Modified-Since (Last-Modified) header is being ignored by your web server.
The web servers configuration will need to be adjusted. The server should have responded with a 304, instead a 200 was returned.
OK
AdvAgg Font OK
The font face observer JavaScript library is up to date (1.6.1).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

valvivian created an issue. See original summary.

valvivian’s picture

FAO mikeytown2
Please can you help me with this problem. There has been no reply even though it says there is one reply but I have not seen it.
Made the request two weeks ago and would very much appreciate some help with these errors in status report, which says Apache mod_rewrite and mod_headers is not installed when they are installed on Apache 3.

Error
Adv CSS/JS Agg - Apache Apache module "mod_rewrite" is not installed.
The Apache module "mod_rewrite" is not available. You must enable mod_rewrite for Apache. This is causing gzip to fail.
Warning
Adv CSS/JS Agg - Apache Apache module "mod_headers" is not installed.
The Apache module "mod_headers" is not available. Enable mod_headers for Apache if at all possible. This is causing gzip to fail.
Warning
Adv CSS/JS Agg - Apache Apache module "mod_headers" is not installed.
The Apache module "mod_headers" is not available. Enable mod_headers for Apache if at all possible. This is causing gzip to fail.
Error
Adv CSS/JS Agg - Apache Apache module "mod_rewrite" is not installed.
The Apache module "mod_rewrite" is not available. You must enable mod_rewrite for Apache. This is causing gzip to fail.

Thank you
Valerie Vivian

mikeytown2’s picture

Try adding the advagg rules to the webroot's .htaccess file as explained in the readme file
http://cgit.drupalcode.org/advagg/tree/README.txt#n537

Here's the function that is used to check what apache modules are installed http://cgit.drupalcode.org/advagg/tree/advagg.install#n1977

mikeytown2’s picture

Also noted that this might be fixed with this latest change #2647144: HTTP Requests Made to Incorrect URIs On Status Report Page

joelpittet’s picture

Seems that fastcgi/fpm causes a bit of this because of apache_get_modules() not existing with that approach and apache and there is also nothing inside phpinfo() that will tell you this information.

joelpittet’s picture

Category: Support request » Bug report
Status: Active » Needs review
FileSize
4.33 KB

CGI on the command line doesn't have access to these either. How about something along these lines?

mikeytown2’s picture

Status: Needs review » Fixed

Patch in #6 has been committed.

joelpittet’s picture

Thanks, I figure we could probably do similar for the other false positives, that just cleaned up about half the warnings.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.