Just another trying-to-be-a-geek's blog
Posts tagged apache
Rinetd: Redirect TCP connections from one IP address and port to another
Jan 19th
I have came across such a situation a million times where we move a machine from one IP to another (mostly when policy audits occur) and things stop working even though we modify DNS to reflect changes, just because some *beep* people still fiddle around with the old IP or some software were configured with IP instead of DNS (why? never got the answer, even though everyone knows DNS is here and hostnames are so much intuitive like a webserver having web.domain.com, an irc having irc.domain.com or in some cases chat.domain.com when we run multiple chat related tools like irc More >
Simulating Debian’s Apache Configuration Management on CentOS
Dec 11th
I am a big fan of how debian/debian-based distro maintain apache’s configuration and specially virtualhosts and mods. (more…)
Monitoring Apache with mod_status
Dec 3rd
I was put into a situation at office where i had to check if apache was crashing or not, hits on vhosts, and etc, so i enabled mod_status and went ahead with it. Here is an excerpt from an article that helped me getting started: (more…)
Rich Cross-Platform Desktop Applications Using Open-Source Titanium
Oct 7th
Titanium is an open-source platform that enables developers to build rich desktop applications using standard Web technologies. Titanium applications run natively on Linux, Mac OS X and Windows operating systems. At a high level, Titanium competes directly with Adobe AIR, although it differs from AIR in three major ways. First, Titanium is open source; it’s licensed under the Apache Public License (version 2). Second, Titanium is fully extensible; Titanium extensions can be written using a number of popular languages, including C++, JavaScript, Ruby and Python. Finally, Titanium opens up user interface programming to popular languages like Ruby and Python—a job More >