Apache

10 Things you can do to protect file uploads via PHP on your Linux / Apache web server

| | | | | | |

Great tips on protecting file uploads via PHP, discusses MIME server-side validation, as well file handling with suhosin and mod_security. Some info, is basic, but it covers more advanced topics like chroot and partition permissions.

Controlling bandwidth usage with mod_cband or mod_bw on Apache2

| | | | | | | | | |

Article on how to configure either mod_cband or mod_bw to control bandwidth usage. Article addresses specific problem of MP3 downloads consuming too much bandwidth.

Understanding .htaccess

| | |

One of the best howtos I've seen on htaccess. That thing is a nightmare!

Redirect Visitors From Non-WWW To WWW Version Of Your Website With .htaccess And mod_rewrite

| | |

Apache's mod_rewrite module is a very powerful tool. And there's some neat tricks you can do with it. This trick involves forcing visitors and search engine robots to either the WWW version of your website, www.yourdomain.com, or the non-WWW version of your website, yourdomain.com.

Understanding .htaccess

| | | | | | |

If you own a website, then understanding .htaccess is important. This is a good guide to understanding .htaccess

Excellent ssl/https faq list (mod_ssl)

| | | | | |

A nice faq of modssl. Has instructions on creating dummy ssl certs for testing.

How To Turn Your Mobile Phone into a Web Server

| | | | |

Although the concept of a mobile phone web server has no intended use yet, this step by step guide demonstrates the capability of Apache Httpd, and 3G/GPRS technology to run a mobile web server.

Syndicate content