PDA

View Full Version : gzip problem


felosi
11-22-2007, 08:43 PM
I tried 3.2.4 and the newer version but all my html pages are showing up as not being gzipped. On every server its doing it.
Tried a few different gzip tests, all the same, shows no compression.

I checked the gzip settings within litespeed admin, they look fine. I could have swore before that it was showing html pages as being gzipped.

UPDATE: seems its not working with any static file. I havent tried any version older then 3.2.4 however

mistwang
11-23-2007, 02:05 PM
The compressed gzip version of the file will be stroed in a temp directory, by default, it is in /tmp/lshttpd/swap, you can try change it another directory from the compression configurations. I have seen some issue with /tmp mounted with noexec on 64bit system runing 32bit lshttpd binary.

felosi
11-23-2007, 02:53 PM
ahh, all my tmps are mounted noexec
Ill try to make a different gzip directory in home or something

felosi
11-23-2007, 03:16 PM
well I tried to make a directory in home for static cache, proper perms and all. Still didnt work ;(

UPDATE: set cache dir back to default, mounted tmp with defaults and still didnt work.