Configure lighttp to simulate .htaccess rules (Deny From All)
Posted by coldtobi | 19 Jun, 2010, 13:14Unfortunatly, lighhtpd does not support ".htaccess" rules directly. So if you want to use a script targeted for Apache, you have to implement your own rules.
Luckily, the most needed rule is to forbid the serving of a whole directory, the "Deny From All" rule.
This one can be emulated within the lighttpd.con -- but you have to list every affected directory. A tedious task to find out every .htaccess contianing the rule and then adding the path to the configuration.
But this can be automated:
Linux / Debian, Tips and Tricks, Thecus N2100 | Comments (0) | Trackbacks (0)
Squirrelmail and lighttpd -- An Installation Guide --
Posted by coldtobi | 9 Jan, 2010, 21:57
Today
I installed the squirrel on my Thecus. The horde used before -- even
if powerful -- was just to slow to make fun. As friends told me that
the squirrel is slick and quick -- as its name suggests. (After
installation, I can confirm this)
The squirrel -- is a web interface for accessing your mail, written in PHP. It does -- by default -- needs not to have any database. It can access your mail both by IMAP and by POP3.
As my setup is not the regular "Apache" based one, it might make sense to show how it has to be configured with lighttpd as web server.
Lets start.
Linux / Debian, Tips and Tricks, Thecus N2100 | Comments (0) | Trackbacks (0)
Getting the (source-forge) git repository of fanctrl
Posted by coldtobi | 6 Mar, 2009, 06:04To get a git-based source-forge project like fanctrl do:
(More)Tips and Tricks, fanctrl | Comments (0) | Trackbacks (0)
Manually upgrading horde3 on debian
Posted by coldtobi | 19 Feb, 2009, 00:15 Debian is currently in freeze. (As finishing this, debian just released Lenny!) As a consequence many packages are quite outdated.For example, the horde framework I use on my NAS is quite old and misses some features I'd like to have.
However, there are some pitfalls when using the debian version and trying to update with the upstream version, as the "debian way" stores some files at different locations, which is ok.
(More)
Linux / Debian, Tips and Tricks, Thecus N2100 | Comments (0) | Trackbacks (0)
Seamless integration Google Search into Lifetype (Part 4)
Posted by coldtobi | 24 Aug, 2008, 15:35Last but not least, I'll complete this how-to series.
Up-to-now we have prepared Lifetype to integrate google search as primary blog search engine.
For the ones just finding them on the last part, here is a list for the others:
- Seamless integration Google Search into Lifetype (Part 1 -- Introduction)
- Register at google a Custom Search Engine (Part 2)
- Edit the template for the search results (Part 3)
- Edit the .htaccess for an additional ReWriteRule. (Part 4, this one)
Tips and Tricks, Lifetype | Comments (9) | Trackbacks (0)
Seamless integration Google Search into Lifetype (Part 3)
Posted by coldtobi | 15 Aug, 2008, 20:47This is the third part of the integration how-to. As an exercise, you can use the google search integrated in this blog to find the others. Just kidding, here is the list:
- Seamless integration Google Search into Lifetype (Part 1 -- Introduction)
- Register at google a Custom Search Engine (Part 2)
- Edit the template for the search results (Part 3, this one)
- Edit the .htaccess for an additional ReWriteRule. (Part 4)
Tips and Tricks, Lifetype | Comments (1) | Trackbacks (0)
Seamless integration Google Search into Lifetype (Part 2)
Posted by coldtobi | 18 Jul, 2008, 22:34This is the second part of the "seamless integration of Google Search into lifetype". To help you navigating, here are the links to oher parts:
- Search into Lifetype (Part 1 -- Introduction)
- Register at google a Custom Search Engine (Part 2)
- Edit the template for the search results (Part 3)
- Edit the .htaccess for an additional ReWriteRule. (Part 4)
Blog and Website, Tips and Tricks, Monetizing A Blog | Comments (0) | Trackbacks (0)