Dead2 opened a new issue #1859: Syntax error on ModPagespeedWebpTimeoutMs URL: https://github.com/apache/incubator-pagespeed-mod/issues/1859 The following config directive: `ModPagespeedWebpTimeoutMs 5000` Results in this error: ``` AH00526: Syntax error on line 47 of /etc/httpd/conf.d/pagespeed.conf: Invalid command 'ModPagespeedWebpTimeoutMs', perhaps misspelled or defined by a module not included in the server configuration ``` This directive is listed and described in these files: * install/common/pagespeed.conf.template * install/demo.conf * install/modpagespeed.com-configuration-example.conf I found no mention of this exact name in any source files, but there are some variations like `kImageWebpTimeoutMs` and `kDefaultImageWebpTimeoutMs`. I am thinking that either this parameter should be removed from the config templates, or replaced with the correct one.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
