Suchen

deutsch 10th door – Apache part II, dealing with htaccess

m.schmidt am 10. December, 2006

Some time ago I introduced a paper dealing with a secure configuration of the Apache web server. Today, it’s a bit more about authentication, access control and all that stuff one can do with .htaccess. In this HowTo you can find some interesting hints on how to deal with search engines, increase comfort and security by using mod_rewrite and boosting up the speed with the help of caching . All in all a very nice paper, like the rest of the .htaccess stuff over there.

deutsch 2nd door – securing Apache

m.schmidt am 2. December, 2006

Today its about the security of the most popular web server around, Apache. The main things to secure a (not only web-) server are not new, and always the same. Disable unused modules/services, care about access privileges, use the latest patches and so on…
Pete Freitag has collected some important facts for the Apache in some kind of check list, wich has helped me quite a few times, especially when in a hurry, or check a foreign configuration.
Who likes to have a closer look at the topic should think about consuming this book, published by O’Reilly.