Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Default locations for cache/generated files should respect the FHS #373

@GoogleCodeExporter

Description

@GoogleCodeExporter
What version of the product are you using (please check X-Mod-Pagespeed
header)?

0.10.19.5-r1253

On what operating system?

Debian squeeze amd64

Which version of Apache?

2.2.16

Which MPM?

prefork

=============

The default locations for ModPagespeedFileCachePath (/var/mod_pagespeedcache/) 
and ModPagespeedGeneratedFilePrefix (/var/mod_pagespeedfiles/) do not comply 
with the Linux Filesystem Hierarchy Standard (http://www.pathname.com/fhs/). 
Ideally, it should place its files in the locations mandated by the above 
standard. I'd suggest:

    ModPagespeedFileCachePath            "/var/cache/mod_pagespeed/"
    ModPagespeedGeneratedFilePrefix      "/var/lib/mod_pagespeed/"

Original issue reported on code.google.com by crispyg...@googlemail.com on 24 Jan 2012 at 12:48

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions