[HowTo]Turn Off Directory Listing in Apache Web Server
Today i found that my web server doesn’t make Directory Listing by default. And this can be a vulnerable for wordpress since wp-content directory can be exploit. So test your blog, if your web server...
View Article[HowTo] Install Curl in PHP5 and Apache
This time i want to share with you how to install Curl in PHP5 in Linux Environtment (I’m using Ubuntu 8.10) and using apache web server, but if you have any question to install php-curl in other...
View Article[TIPS] Prevent Image and File Hotlinking From Your Blog
Last couple days i found that some website doing image and file hot-linking to my website. This will steal my bandwidth and make me less visitor to come to my blog. If this happen to you too, don’t...
View Article[TUTORIAL] Password Protected Directory In Apache Web Server
Sometimes you want to make an online application but only for private use or use by some people only. Or you just made an online application but still in testing phase in development, and don’t want to...
View ArticleLinux Spam Filter With SpamAsassin
Are you tired of being spam in your inbox? If the answer is yes you can reduce spam in your inbox by install SpamAsassin on your mail server. Or you can show this post to your networks/web server...
View Article[HowTo] Run ASP.NET on Linux With Apache Web Server (Mono + Mod_Mono)
Mono is an open source project led by Novell (formerly by Ximian) to create an Ecma standard compliant, .NET-compatible set of tools, including among others a C# compiler and a Common Language Runtime....
View Article[HowTo] Make Apache User Directory on Ubuntu
On system (in my case is Ubuntu server) with have multiple user and each user permit to have their own home directory, then you need to install mod_userdir on your apache. So you can have the address...
View Article[HowTo] Install Apache, PHP, MySQL, and PHPMyAdmin on Ubuntu
After a while i haven’t write on my blog. Now i’m ready to start writing again. Probably you notice that i changed my theme. Yes i was busy redesign my theme from the start. Anyway i will tell you the...
View ArticlePDO Sqlite3 Not Working In PHP 5.3.3 And WHM/Cpanel 11.26.8
The latest PHP v.5.3.3 doesn’t work good with PDO Sqlite3. I am using a VPS (Virtual Private Server) with Centos 5 and WHM/Cpanel 11.26.8. Everything goes fine except there is an error message...
View ArticleList Of Spam Bot You should Block
There are lots of spam bot out there. Not just a spam bot, scrape box always come to your site and scraping your content plus wasting your bandwidth. I hate spam and scrape bot, and i bet you do too....
View ArticleSimple Perl Script To Test Mod_Evasive On Your Apache Web Server
One way to prevent DOS attack is install mod_evasive for apache. I have write the article “Prevent DDoS Attack With mod_evasive in Apache 2“, a while ago. And now if you want to check if the...
View ArticleImprove Your Server Performance With Nginx
Apache is one of the best well known web server, that run in all platform, but usually on Linux in production mode. Apache supports a variety of features, many implemented as compiled modules which...
View ArticleLocal Server For Testing Environment With XAMPP On Windows
If you are a php web developer or want to be, it is a must that you need to have a testing environment. A testing environment means you have our own local server and test and run your application that...
View Article504 Gateway Timeout With Nginx And Apache
Well these couple days i spent a lot of my time debugging the nginx 504 gateway timeout error. As far as my understanding this error 504 caused by proxy timeout, or nginx wait too long for apche...
View ArticleCreate Local VirtualHost For Your Development Environment
If you are using xampp, you can access your local server just by go to http://localhost. So now i would like to share to you how to create your own local domain and add your local domain into apache...
View ArticleFix PHPMyAdmin Error When Using suPHP on Ubuntu 14.04
Since i move to Ubuntu recently, i need to setup all the development environment. My stack is using Nginx with Apache + PHP as the webserver and use MySQL as database. Since i don’t like to use as the...
View Article