Monthly Archives: August 2008

Habba.in revamped for Mysore event

Hpn revamps habba.in with a dashing new look. Its colorful and adds more fun while we prepare ourself for a new journey.

Language support in Debian/Ubuntu

If you want to view your Debian/Ubuntu desktop, you need to add the language support for your language via System -> Administration -> Language Support Menu option. Once you’re in-front of language support window, do select the language which you want for yourself. Click on “Ok” to start with the installation process. If your installation [...]

Apache/Tomcat and JkMount with Servlets

What if I like to access the servlets directly via port 80 instead of using :portnumber on my URL? You can do a trick, Edit apache virtualhost entry and add the JkMount directive. For example: I wanted to access a servlet which was under seed directory of my document root. I was able to access [...]

Pure-FTP and Anonymous access

Have you ever wondered how to give access to the files which are stored under /home/username/public_ftp of a Cpanel account anonymously? Yes, It’s possible. First you need to get a dedicated account assigned for the domain and then, goto /etc/pure-ftpd folder. Here you find a directory named with the different IPs which are found on [...]

Habba Volunteers meet

Title: Habba Volunteers meetLocation: Vivekananda Park, Akashavani Circle, MysoreLink out: Click hereDescription: First meet for Habba v2 event preparation. -Sampada Technical TeamStart Time: 11:00Date: 2008-08-31

Cannot allocate memory: apr_thread_create: unable to create worker thread

Today I was unable to start apache on one of the VPS servers. Here is the error_log output. [Thu Aug 28 16:45:02 2008] [warn] pid file /var/run/apache2.pid overwritten — Unclean shutdown of previous Apache run? [Thu Aug 28 16:45:02 2008] [notice] Apache/2.2.3 (Debian) configured — resuming normal operations [Thu Aug 28 16:45:02 2008] [alert] (12)Cannot [...]