Archive for the ‘cPanel’ Category



Disable wget on a cPanel web server

Saturday, April 12th, 2008

wget retrieves files from the web. “wget” is a network utility to retrieve files from the Web using http, https and ftp, this are the most widely used TCP/IP based protocols.

It is recommended that “wget” should allow only “root” to use this, and no other users which are present on your cPanel server. To disable this do the following:

Login in SSH as root.

First, take a backup of “wget” by the command:

cp /usr/bin/wget /usr/bin/wget-bk

Now, execute the following command:

chmod 700 /usr/bin/wget

If you have fantastico installed on your cPanel server, it may have problems as fantastico uses wget to retrieve files, to overcome this problem you have to add the backup file of wget i.e; /usr/bin/wget-bk in fantastico configuration file.

This article is released by SupportFacility.Com — the leaders in providing outsourced technical support, live chat support & help desk support for web hosts. Interested ? Opt for a trial now.


“Disable spamassassin” button not seen in cPanel

Friday, April 11th, 2008

In your cPanel, spamassassin is enabled and you are unable to see the “Disable spamassassin” button in your cPanel. If you need this button visible under your cPanel do the following:

Login as root in your WHM.

Here, on the left pane you will see an option “Exim configuration editor” click on that. Now, scroll down and you will see the option:

SpamAssassinTM: Enable for all users without the option for users to shut off per account” under the heading “SpamAssassinTM Options” – uncheck the checkbox and save.

Now, relogin to your cPanel account and check for spamassassin – you will find the button “Disable spamassassin

This article is released by SupportFacility.Com — the leaders in providing outsourced technical support, live chat support & help desk support for web hosts. Interested ? Opt for a trial now.


Apache mod_userdir Tweak on cPanel server

Tuesday, April 8th, 2008

On a cPanel server, you need to access your domain temporarily – this can be achieved by

http://your-server-ip/~cPanel-username/

But, when tried this it shows:

404 page
The server can not find the requested page:
Server-IP/~cPanel-username/ (port 80)
Please forward this error screen to server.hostname.com’s WebMaster.

The fix for this is, login to WHM.
Under Security > Security center > Apache mod_userdir Tweak

You may see the checkbox (Enable mod_userdir Protection) ticked, uncheck it and save.

Now, try accessing the temporary URL. It should work.

This article is released by SupportFacility.Com — the leaders in providing outsourced technical support, live chat support & help desk support for web hosts. Interested ? Opt for a trial now.


Add “update now” button for awstats stats in cpanel for a domain

Saturday, April 5th, 2008

You must have come across awstats in cPanel is not getting updated. Now, you can update it by following the below steps:

Login to your dedicated cpanel server as root

cd /home/cpanel-username/tmp/awstats/

Edit the domain conf file for example awstats.domain.com.conf by the command:

nano awstats.domain.com.conf

And now search (ctrl+w) for:

AllowToUpdateStatsFromBrowser” and assign the value “1” as you can see below:

AllowToUpdateStatsFromBrowser=1

Save the file and exit.

Refresh your statistics page. You will get update now button on the top of the page.

Now you can update your awstats from your cPanel.

This article is released by SupportFacility.Com — the leaders in providing outsourced technical support, live chat support & help desk support for web hosts. Interested ? Opt for a trial now.


Access webmail access without cPanel login

Thursday, October 11th, 2007

A group of people working in an organization require to access webmail without cPanel login. Is it possible? YES, it is possible.

If you’re the manager and don’t want to share the cPanel login with other people in working in your organization and still need them to access the webmail they can achieve this by doing the following:

http://www.yourdomain.com/webmail or you can also login with webmail port number http://www.yourdomain.com:2095/

Where www.yourdomain.com is your website/domain name.

This article is released by SupportFacility.Com — the leaders in providing outsourced technical support, live chat support & help desk support for web hosts. Interested ? Opt for a trial now.