General

Profile

CyberCr33p

  • Login: CyberCr33p
  • Registered on: 2009-02-04
  • Last sign in: 2015-02-27

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 4 4

Activity

2015-02-27

21:14 Lighttpd Bug #2633: url.access-deny and 404 handler
This one fix it:
$HTTP["url"] =~ "/tmp/.*\.php$" {
url.access-deny = ( "" )
*server.error-handler-404 = "/tmp/"*
}
CyberCr33p
20:53 Lighttpd Bug #2633 (Wontfix): url.access-deny and 404 handler
Hello,
I use url.access-deny to block access for php scripts in some directories:
$HTTP["url"] =~ "/images/.*\....
CyberCr33p

2012-08-11

10:42 Lighttpd Wiki edit: Pligg (#5)
CyberCr33p

2012-02-24

18:40 Lighttpd Bug #2392: fastcgi.map-extensions doesn't work
Looks like it was an issue with PHP and not Lighttpd:
https://bugs.php.net/bug.php?id=60763
CyberCr33p
17:51 Lighttpd Bug #2392 (Invalid): fastcgi.map-extensions doesn't work
On 1.4.28 the follow line works as expected:
fastcgi.map-extensions = ( ".html" => ".php" )
On 1.4.30 it doesn'...
CyberCr33p

2011-12-24

00:28 Lighttpd Bug #2377: Crash when I try to visit website over https
Looks like the issue is solved with using this patch:
http://redmine.lighttpd.net/projects/lighttpd/repository/rev...
CyberCr33p

2011-12-23

23:42 Lighttpd Bug #2377 (Invalid): Crash when I try to visit website over https
I run Lighttpd 1.4.30 with FreeBSD and when I try to visit a website over https lighttpd crash (signal 11)
Here is...
CyberCr33p
15:23 Lighttpd Bug #2376 (Fixed): Possible wrong info for Network-handler when you run "lighttpd -V"
I run Lighttpd on +FreeBSD+.
On lighttpd.conf I have:
*server.network-backend = "writev"*
But when I run:
...
CyberCr33p

2009-09-12

01:43 Lighttpd Support: Lua rewrites
I have this rewrite:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$...
CyberCr33p

2009-07-07

16:16 Lighttpd Wiki edit: Pligg (#4)
CyberCr33p

Also available in: Atom