RE: [Speedycgi-users] open temp file: Permission denied
Brought to you by:
samh
|
From: Jesper D. <da...@cy...> - 2003-05-12 07:27:23
|
> I don't know what the instructions say, but you've got an=20 > extraneous space in there after the Speedycgi -T option. =20 > Your shebang line should read: >=20 > #!/usr/local/bin/speedy_suid -T -- -T/tmp/speedy >=20 > Actually, there's no reason for that option at all since=20 > /tmp/speedy is the default temp-base. You can just use: >=20 > #!/usr/local/bin/speedy_suid -T >=20 >=20 Hmm, ok. If that was the problem, then the expected behavior would be that it would never work. That is not the case, onle every third request or so fails. Actually I think I allready tried ... #!/usr/local/bin/speedy_suid -T ... cause the speedy man page said that /tmp/speedy was the default. /Jesper |