Apache

Tutorials

Picking the Right Web Server for the Right Job

When all you have is a hammer, everything looks like a nail. Thats as true for Web servers as it is for work around the house. This overview explains the…

1 min read
Tutorials

Working with PHP 5 in Mac OS X 10.5 Leopard - Professional PHP

| Working with PHP 5 in Mac OS X 10.5 Leopard - Professional PHP | Mac OS X is a great development platform for working with PHP. Leopard comes with Apache, PHP and many other development tools, such as subversion already installed. Leopard brings a much needed upgrade from Tigers tired PHP 4 to a very modern version of PHP 5.2.4. This is a guide for setting up a PHP development environment under 10.5 using the version of PHP that ships with leopard.

1 min read
Tutorials

Apache, mod_jk not serving tomcat

I was trying to set up Apache mod_jk to serve up my jboss traffic without loadbalancing and I was running into the errors below. My machine is running Red…

4 min read
Security

Apache .htaccess tweaking tutorial at Vortexmind

| Apache .htaccess tweaking tutorial at Vortexmind: free your mind | In this tutorial we are going to improve our website by tweaking out the .htaccess file. Why I wrote this article? Because on the net I have found many articles about this little beast, but every one of them dealt with a specific issue and not look at the overall usage of these files, or they are just too big when you need to do a thing in little time. So I’m trying to collect all the useful bits of data in a monolithic but slim tutorial, which will be updated as I collect more information. But first, let’s see what .htaccess file is…

1 min read
Web Development

Become Your Own Web Host in 75 Steps

One of the biggest issues involved with becoming a web publisher is the question of hosting. With an internet clogged with false hosting review sites…

1 min read
Security

Securing Apache by securityfocus.com

Part one on a series of articles by the good people at securityfocus.com about creating a somewhat safe presence on the web.

1 min read