Ticket #1604 (closed defect: duplicate)

Opened 5 months ago

Last modified 5 weeks ago

compress/rewrite wrong (old) filename

Reported by: nitrox Owned by: jan
Priority: normal Milestone: 1.5.0
Component: mod_compress Version: 1.5.x-svn
Severity: normal Keywords:
Cc: mail@… Blocked By:
Need User Feedback: no Blocking:

Description

I rewrite all errors to bar.tld/error/<type>/index.php

GET /foobar.file HTTP/1.1" 404 178

GET /error/404/index.php HTTP/1.1" 200 728

For files this works from all vhosts and all vhosts outside bar.tld. This works for directories only if they happen to be on domain bar.tld.

For the vhost foo.bar.tld/<nonexistingdir>/ (/foobar/ in this example) it doesn´t work, its redirected to bar.tld/error/<type>/index.php and mod_compress says:

(mod_compress.c.440) creating cachefile /<cachedir>//foobar/-gzip-39776-233-1162811614 failed No such file or directory

At this point i wonder, why mod_compress tries to compress the directory as a file, or why it doesn´t compress the /error/404/index.php instead.

So i disabled compress.cache-dir for the moment.

thx, nitrox

Attachments

Change History

Changed 5 months ago by anonymous

  • cc mail@… added

Changed 5 weeks ago by stbuehler

  • status changed from new to closed
  • resolution set to duplicate

Add/Change #1604 (compress/rewrite wrong (old) filename)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.