Nov
2
2008
Ryan C. Merritt
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 able to to download files to the server.
› Continue reading
no comments | posted in Linux, Security, cPanel
Nov
1
2008
Ryan C. Merritt
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 reflect server wide. There is also away to set this on a per user, per domain basis in case you want to just set this for one user or domain or if you are on a shared hosting plan.
› Continue reading
no comments | posted in Apache Web Server, Linux, cPanel