Search found 3 matches

by Claudiu
Wed May 04, 2016 1:06 pm
Forum: 0.6.X beta support
Topic: WonderCMS on lighttpd (configuration)
Replies: 3
Views: 16320

Re: WonderCMS on lighttpd (configuration)

OK. I succeeded in protecting the password file from the WonderCMS hosted on a lighttpd server. :!: So the temporary fix for the WonderCMS 0.6 BETA vulnerability is to add to the lighttpd config file the following code: $HTTP["querystring"] == "page=password" { url.access-deny = ("") } This restrict...
by Claudiu
Tue May 03, 2016 4:15 pm
Forum: 0.6.X beta support
Topic: WonderCMS on lighttpd (configuration)
Replies: 3
Views: 16320

Re: WonderCMS on lighttpd (configuration)

Thanks turboblack. The link you provided had the apache .htaccess data I was talking about. I spent some time searching on the internet and found a fix for lighttpd that would make WonderCMS work. I added to the lighttpd config file the following lines: url.rewrite-once = ( "^/([^.?]*)$" => "/index....
by Claudiu
Sun Apr 10, 2016 5:05 pm
Forum: 0.6.X beta support
Topic: WonderCMS on lighttpd (configuration)
Replies: 3
Views: 16320

WonderCMS on lighttpd (configuration)

A great job with this WonderCMS. It is lightning fast. :o I've also added it to an custom firmware router and runs superbly. It uses lighttpd to reduce de memory usage. Up to now I can say that the smallest CMS runs superbly on one of the fastest web servers! However there are some issues when rewri...