3,854 posts tagged Apache/
Subscribe-
PHP PROGRAMMING 101: GETTING TO KNOW WHAT IS PHP?
http://phpprogramming101.com/ php/ php-programming-101-getting-to-know-what-is-p…What is PHP? PHP is originally known as Personal Homepage but now it’s already known as Hypertext Preprocessor. This general-purpose scripting language was created by Rasmus Lerdorf in 1995. And its main use is to produce Dynamic Web Pages. PHP is one of the widely-used scripting languages over the web servers because it’s free of charge.
-
How to enable .htaccess .htpasswd for Apache
http://blog.captivereefing.com/ 2008/ 05/ 16/ how-to-enable-htaccess-htpasswd-fo…How to enable .htaccess on .htpasswd for Apache. Here are some short steps about how to password protect websites (or certain directories) using on an Apache webserver. Note: this assumes you already have Apache installed and running correctly.
-
Ubuntu LAMP Server Guide - Configure Apache, mySQL, cgi-bin
http://motd.ambians.com/ news/ ubuntu-lamp-server-guide-configure-apache-mysql-c…Check out this super simple guide to configuring apache, mySQL, and cgi-bin on a Ubuntu LAMP (Hardy Heron) server.
-
Using XAMPP From Apache Friends
http://www.mysysad.com/ 2008/ 05/ using-xampp-from-apache-friends.htmlSeveral months ago, I installed the latest and greatest version of Apache web server. In addition, I installed PHP and MySQL. Well, I found that effort a little trickier to tackle on my box. Fortunately, an acquaintance recommended using XAMPP from Apache Friends.
-
Hama: Matrix Computations On Hadoop
http://www.jroller.com/ robertburrelldonkin/ entry/ hamaHama proposes to build a highly scalable parallel matrix computation library on Hadoop. Unfortunately, they are currently short of one or two members to act as mentors.
-
How to set up VirtualHost in XAMPP for Windows
http://i.justrealized.com/ 2008/ 05/ 16/ how-to-set-up-virtualhost-in-xampp-for-…My environment is Windows Vista but these instructions work for Windows XP as well. 0. Introduction Sometimes, we have multiple projects and we would like to access the Project 1’s website by typing ‘http://project1/’ in the browser address bar. And Project 2 may be at ‘http://project2/’.
-
Apache Security
http://gnusys.net/ apache-security/As everyone knows Apache is the most widely used web server and it has got a 75-25 usage rate when compared to Microsoft IIS. IIS was widely used before Apache and some of the major security flaws made people to rely on Apache which is upfront in terms of Security , flexibility and Reliability.
-
WordPress Locally
http://pinoyteens.net/ 2008/ 05/ 16/ wordpress-locally/Are you not sure about certain things that WordPress plugins or themes are doing? Want to try it out on a dummy to see whether things are working the way you like? Well, the first thing that could come to your mind would be either to set your site unto maintainance mode and do the experiment or create a dummy blog on your webserver.
-
Protect your Apache from DDoS attack - mod_evasive
http://edin.no-ip.com/ content/ protect-your-apache-ddos-attack-mod-evasiveProtect your Apache from DDoS attack - mod_evasive Submitted by hswong3i on Fri, 05/16/2008 - 16:31 Apache Debian Security Tips DDoS attack (http://en.wikipedia.org/wiki/Denial-of-service_attack) is all around the Internet and no one can escape from it. What we can do is trying to protect ourself whenever happened.
-
Filter spam or bad robot visit your Apache with Fail2ban
http://edin.no-ip.com/ content/ filter-spam-or-bad-robot-visit-your-apache-with-…Filter spam or bad robot visit your Apache with Fail2ban Submitted by hswong3i on Fri, 05/16/2008 - 15:48 Apache Debian Fail2ban Security Tips Since a long days before I keep on using Apache's mod_access for spam or bad robot filtering (http://edin.no-ip.com/content/block-apache-visiting-abnormal-user-agent).