Domain Name Yahoo

Easy Help Troubleshoot Your Linux Box



  

Solve your problem here.

Yes, many Linux administrators are having problems. Browse your problem here, ask what to do and how to solve your problems. We are here for you.. DomainNameYahoo.info


How to umount when device is busy

This question is killing you slowly even more when you are separating the code and database into different machine. And you know what, this is happening to me.
My db & code server kernel is panic, so the site is down.
Thanks GOD, the machine is still running when I do hard reset.
Second problem, the mount from […]

July 18th, 2009 Posted by admin | CentOS, Ubuntu | no comments

Sharing code for webserver using NFS

Separating machines between WebServer and the code server is kind of easy.
Basic knowledges you have to know is about httpd.conf, networkfilesystem, fstab, and user-group id
NetworkFileSystem is the one we will use to share the directory from the code server.
First : SeeĀ  your httpd.conf filesĀ  for each VirtualHost directives, you will find DocumentRoot for each VirtualHosts.
These […]

June 18th, 2009 Posted by admin | Apache, CentOS, Ubuntu | no comments