Computer And Internet, Personal, Short Reviews

Choosing your web server programs might needed when you need to use maximum resource on your server. This happen to me around 2-4 days ago when there is contact from abuse department hosting about my vps reached it’s maximum specification. I frustrated because they gonna kick me out or they might charge me more if I can’t lower usage resource. After looking at the problem I was found out there is someone using (maybe bug) to use my server as spam email, I deleted that email account, the spam gone and memory going down a little, but the vps resource usage keep high and started annoyed me.

After looking more deeply at the problem this is actually caused by apache webserver, it’s takes to much memory resource and once people remote it I used to many resource, BAM! all my sites down. Thanks god finally I found the solution for this problem. I convert my Apache into Lighttpd to lower the memory usage, you bet… it working like a flash! :D

It’s very simple to convert from Apache to Lighttpd you can done it in just minutes just follow the installation document, the problem you guy’s will faced is only one, rewrite rules because it totally different with apache. This is might be the hardest part of this installation but once you pass it you will love lighttpd more than apache! don’t you? look at this images you will love it!

ist-vps-ram

What you need to know about lighttpd rewrite rules? it’s simple look at this:

url.rewrite-once = ( “<regex>” => “<relative-uri>” )

OR

url.rewrite-repeat = ( “<regex>” => “<relative-uri>” )

Just write this rules on your configuration files, for more clearly documentation you can read it from here. Lighttpd standard configuration are faster than apache (already test it), anyway if you like to tune up/optimize it for better result you can look the documentation in here. Just follow it, I didn’t try it yet because I like the standard configuration but maybe next time when needed.

Good Score:

  • Faster.
  • Clean.
  • Low resource consumption.

Bad Score:

  • Hard to follow rewrite rules.
  • To much manual configuration.

I’m not try google sitemap generator beta yet, but I’m sure will be there no problem at all. Go try lighttpd if you want to make your website/blog faster. Have a nice day :)

Share |
Personal

Ah Finally… I moved this blog to VPS… I hope this blog can loading faster. Anyway still there lot of configuration not done yet if you found error pages please be patience I will fixed it on next days.

We will talking about server configuration, etc in next article don’t miss it :P

foto010

Test uploading pictures :D

Share |
Computer And Internet, Make Money Online, Tips & Trick

Hello everyone, in this short article we will learn how to configure VPN on server side. In this sample I will give quick tutorial (based on real experiment) how to configure/setup VPN server on Windows server 2003 R2 and also the business behind it how to make money from your VPN.

First before we start please read the requirements:

  1. Computer with Microsoft windows server 2003 R2 operating system
  2. 2 LAN card, 1 is OK
  3. Static public  IP

OK, if you meet all the requirements let’s start to configure it.

1. Start -> Run -> type “services.msc

Select Routing and Remote Access from the services list, See it’s Properties switch start-up to Automatic then start this service.

ist-vpn-1

2. Start -> Settings -> Control Panel -> Administrative Tools -> Routing and Remote Access.

3. Right click on the computer then select the option Configure and Enable Remote and Routing Access.

4. Follow the Configuration Wizard

  • Click Next
  • From the configuration list select Custom Configuration and hit Next
  • Select VPN Access and NAT and Basic Firewall Option, hit Next
  • Click on Finish tab.

4. Configure NAT (Network Address Translation)

  • Go to Routing and Remote Access panel
  • Expand computer name (Local)
  • Expand IP Routing
  • Right Click on NAT/Basic Firewall
  • Use New Interface to add the network translation.

ist-vpn-2

5. It’s Done, now your VPN server is ready, the last thing is add user to connect to your VPN by Start -> Run -> Type “lusrmgr.msc

ist-vpn-3

Dude now it’s really done just configure on your client side and you’re connected! Now learn the business behind it, I know not much people are looking for VPN service but if they really need it they will buy it. There is some website out there sell VPN service with high price, said strongvpn.com smallvpn.com you can sell your own VPN and make money from it. Why? Because everything is money (evil laugh) if you know how to managed and optimize it.

How to get started on this business? to low the cost I recommended you to buy VPS or Dedicated Server then configure/setup your VPN, sell it to people!  you make money and smile :P If you guys/gals need VPS/Dedicated Server fell free to contact me I sold it *lol stop promote yourself*

Have a good day :)

Share |