This article explains how you can set up an SSL vhost under Apache2 on Ubuntu 9.10 and Debian Lenny so that you can access the vhost over HTTPS (port 443).
-
January 23rd, 2010 by cj2003
If you have done much work with Apache then most likely you have experienced a need for enabling the rewrite engine. If you are unfamiliar with the rewrite engine, you can think of it as a means for your web server to literally rewrite urls so they are easier for users to remember
-
December 7th, 2009 by cj2003
This post takes you through the steps to install Apache 2.2.11 on Ubuntu 9.04 64 bit and make it work with Weblogic 10.3. The post walks through the steps that I followed, the problems that I faced and the solutions ( er..hacks) to get them resolved.
-
October 11th, 2009 by cj2003
Ubuntu is now an officially support Operating system for ColdFusion 9. This is a guide on installing Apache and ColdFusion 9 on a clean install of Ubuntu 9.04. This starts with a clean install on Ubuntu 9.04 with no additional options selected during the install.
-
October 10th, 2009 by cj2003
Web-based Distributed Authoring and Versioning, or WebDAV, WebDAV is a protocol that allows for convenient mounting of a remote server on your desktop for easy file access.
-
September 18th, 2009 by cj2003
If you compiled and installed Apache on a Debian/Ubuntu Linux machine and want the Apache service run every time you reboot your machine this short tutorial is for you.
-
June 16th, 2009 by cj2003
Mod_evasive is an Apache module designed to protect Apache against DOS or brute force attacks.
-
April 29th, 2009 by cj2003
This tutorial shows how to set up an Ubuntu Jaunty Jackalope (Ubuntu 9.04) server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Courier POP3/IMAP, Quota, Firewall, etc.
-
April 27th, 2009 by cj2003
So I had this project where we needed to have the Tomcat handle the JSP pages from a website. I had to install a few mod to apache and then setup the ProxyPass to handle the requests.
-
April 16th, 2009 by cj2003
Here are some notes on configuring apache and drupal 6 with multi-site support and support for secure logins using the securepages module.
-
April 6th, 2009 by cj2003
I often have separate HTTP server applications running on non-standard ports. I don’t like the ugly :1234 part in my URIs and I also don’t like to have to modify my iptables configuration for each. Examples would be CherryPy, the HTML 5 Validator, Openfire, etc.
-
February 11th, 2009 by cj2003
The last few days I have spend some time setting up 2 new servers. One running Railo on Ubuntu and the other Coldfusion in Windows. I needed to host this on a single IP address and needed both machines available on the internet.
-
January 11th, 2009 by cj2003