Quantcast
Channel: thinking out loud
Browsing all 10 articles
Browse latest View live

Restoring a failed cPanel Apache build

If the Apache rebuilt is successful but httpd cannot be started due to configuration issues the following scripts can help to restore a previous or archived build. # /scripts/easyapache...

View Article



Clean HTTP Usage in cPanel IP Usage table

Once again this is a place holder for myself as to the steps needed to change a phantom entry in the IP Usage Table in cPanel. We run our cPanel servers on VM within our environment. So we have a...

View Article

FTP Server in Mac OS X Lion

At first glance it looks like Apple has removed the FTP server support in Lion. But if you dig a little deeper you’ll find that the only thing that has really been removed is the GUI related to the FTP...

View Article

SNMP on XenServer

To start SNMP on XenServer 4.0.1, 4.1, or 5, use the following command service snmpd start This command only starts the SNMP daemon. To have the service start during system start up, please use the...

View Article

cPanel missing dedicated IP

Every now and then I get a site on our cPanel servers that stops working. After investigating the issue it turns out to be a missing IP from the cPanel server. Here is the latest remedy I found for...

View Article


Recursively change file and directory permissions

I cam across this script o recursively change the file and directory permissions on a linux box. find -type d -print0 |xargs -0 chmod 755 find -type f -print0 |xargs -0 chmod 644

View Article

Removing siteid and index.cfm from Mura URLs

In this article we will be going through the way to change your Mura CMS URLS from: http://www.yourdomain.com/default/index.cfm/page/sub-page/ INTO http://www.yourdomain.com/page/sub-page/ To remove...

View Article

Get a list of directory sizes in Linux

Getting a list of directories and their sizes in Linux is pretty easy. All you need to do is use the following command: du -sh /*

View Article


Fixing cPanel file permissions

Just for my own note After installing suPHP on server, execute : find /home/*/public_html -type d -exec chmod 755 {} \; This command fix all folder permission find /home/*/public_html -name '*.php' -o...

View Article


Internal Error Server 500

On a cPanel server running suPHP getting Internal Server Errors can be caused by file or directory permissions. One of the best ways to diagnose such issues it to look at the suPHP log files and fix...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images