Archive for the ‘cPanel’ Category

How to Disable GET, wget, and curl

A great way to add more security to your web server is to disable GET, wget, and Curl which will stop web, and shell users from being able to download files to the server.  You can set up a group called get-users so that only users that are a member of this group will be […]

November 2, 2008 • Posted in: cPanel, Linux, Security • No Comments

Adding Directory Indexing to Apache 2

This is a guide on how to add Directory Indexing to Apache 2 to so that it will look just like Apache 1.x Indexing with icons. There are two different ways to do this if you have full root control over the entire server you can change the Apache 2 httpd.conf so that it will […]