As I haven’t found any working example configuration for running icinga on a sub domain with lighttpd, I will here present my working solution.
First of all, we need to install the software itself:
$ apt-get install icinga icinga-doc
We create the file /etc/lighttpd/conf-available/50-icinga.conf
to have a configuration which is easy en- and disable:
$HTTP[“host”] =~ “icinga.example.org” {
auth.backend = “htdigest”
auth.backend.htdigest.userfile = “/etc/lighttpd/icinga.htdigest”
auth.require = ( “/” => (
“method” => “digest”,
“realm” => “icinga”,
“require” => “valid-user”
) )
server.document-root = “/usr/share/icinga/htdocs”
alias.url += (
“/cgi-bin/icinga” => “/usr/lib/cgi-bin/icinga”,
“/icinga/stylesheets” => “/etc/icinga/stylesheets/”,
“/icinga” => “/usr/share/icinga/htdocs”,
“/stylesheets” => “/etc/icinga/stylesheets/”,
)
$HTTP[“url”] =~ “^/cgi-bin/” {
dir-listing.activate = “disable”
cgi.assign = (
“.pl” => “/usr/bin/perl”,
“.cgi” => “”
)
}
}
Now … continue
Some weeks ago I began to play around with full justification of texts beyond LaTeX. Fully justified texts are used by professional typesetters and they can be found in almost every newspaper. Full justification is necessary there, because otherwise the reader would loose the orientation between all the small columns. They also appear more and more in the Internet as it just looks more professional and is far easier to read, in particular when the paragraph widths are small. This is the case on mobile devices and in multi-column-layouts using HTML5.
There’s an important link to Responsive Webdesign as … continue
Click on image above or choose:
When beginning to focus my interest on modern physics as well as preparing for my thesis in physics for school I always lost the overview due to the huge mass of information. Furthermore I was unable to find any good reference sheet or an overview about all the particles of the standard-model of modern physics. So I decided in my distress to create my own one, therefore I would have to study the subject matter very deep and additionally it could help others.