Hoaxblog.com
Pages:
Categories:
- Apache (7)
- backup (1)
- cache (2)
- Cpanel/WHM (12)
- ddos (1)
- exam (1)
- file hosting (2)
- General (13)
- Hosting (1)
- It’s me (2)
- linux (1)
- Linux Shell (14)
- Make Money Online (2)
- Mysql (2)
- mysqldump (1)
- php (1)
- Programming (3)
- proxy (2)
- Reseller (1)
- SEO (1)
- Servers (21)
- VPN (1)
- Windows (6)
- wordpress (1)
Blogroll
Meta:
Computer Science, come on, its becoming a joke!
06 29th, 2009Oh! God, I almost forgot my blog in last couple of months, I was too busy in my system administration jobs that couldn’t find time to write any further troubleshoots here.
I apologize to my visitors for this, I am trying my best to find out sometime and get back again on the world of troubleshooting
Today, something has made my mind to write a blog post, in my university lab, today I have found, they have banned Delicious, what the heck? We are studying computer science and looks like the decision makers are making it a joke, I have uploaded the screenshot of the banned message with this post, it is really ridiculous to find such administrators are teaching us here on a public univesity. I personally administrate and supervise a whole hosting company’s dedicated servers, now this is going to funny to find such error message while accessing the delicious, I do not really have a problem as I do use my VPN all the time from whereever I am. But what about others?
SuexecUserGroup directive requires Suexec wrapper
04 25th, 2009Today, I found this error in one of my server which gracefully restarting the apache. I tried to follow all the tutorials I found in google regarding this error, all says to update the permission for the suexec binary located at /usr/bin/suexec, though, I found cpanel uses the following location instead as the primary location for the apache suexec:
/usr/local/apache/bin/suexec
You need to make sure this binary is owned by the user root and the group root with the permission set to 4755. To change the permission to 4755 simply run the following command:
chmod 4755 /usr/local/apache/bin/suexec
To change the user and group use the following command:
chown root:root /usr/local/apache/bin/suexec
Happy troubleshooting ![]()
How to stop spam posts on vbulletin forum from autobots?
01 21st, 2009I was getting irritated while clearing more than 100 posts daily from my vbulletin board which were being created by autobots. I tried to find out a solution, while I found the akismet control is available on the spam management under the vulletin options. Though, many of the people were suggesting that I need to buy the akismet license to use that feature. At the mean time, I remembered my akismet code available (Free license) on my wordpress and copied that to my vbulletin option. And viola, it was controlling each of the spam posts. You just need to register on wordpress.com and you can find your akisment free license on your profile, the paid version is a bit more effective as far I heard, though, it worked great for me ![]()
Best proxy hosting
01 7th, 2009I was getting fed up with the sluggish performance of different proxy hosters. Later on, I have found hagiohost.com, they are doing really awesome in proxy hosting. Their servers are fast, their network is fast and most important, their uptime is great. If you guys are also looking for a proxy hosting service, then you should choose Hagio-Host, they are the best proxy hosting ever.
Mellowhost.com - Finest reseller hosting service
06 23rd, 2008Truely the best reseller hosting service i have ever seen. Mellowhost got fast server, ultra qualified support technicians and very nice network. I have started one of my reseller hosting service with them and its going just amazingly superb. Beside working as a system admin, making a few bucks around
If you are looking for some quality cheap reseller service, you should have try them. They got their own master reseller control panel which is another nice tool to experience. Cheap, qualified, reliable and awesome service. Keep moving mellowhost.
I have found following error in few of my cpanel servers after a recent cpanel update:
[quote]
Fantastico is not installed at the default location
/usr/local/cpanel/3rdparty/fantastico. Either move the Fantastico
directory from it’s current location to
/usr/local/cpanel/3rdparty/fantastico OR enable ioncube loaders in WHM
-> Tweak settings.
[/quote]
I have researched a lot by searching google and browsing netenberg. But couldn’t really find any solution. Later on i have found one thing that with the latest PHP Compile, fantastico is not being able to load runtime ioncube. To fix this you need to add the ioncube zend_extension line on the internal cpanel php compile. The easiest way to fix this and update the internal cpanel php is running the following command:
/scripts/makecpphp
As soon as it completes re-building your internal cpanel php, your fantastico should work great back again ![]()