Harden security

Discussion in 'Installation/Configuration' started by jang, Oct 5, 2006.

  1. jang

    jang New Member

    Is it possible to limit the webaccess to ISP-config to certain IP-numbers by putting a .htaccess file somewhere?

    The goal is to achieve that everyone can access http://ww.example.com but only some ip-adresses can access https://www.example.com:81

    How should I do that?

    Or isn't that considered to be a security issue. I installed a few days ago the denyhosts (following the excellent tutorial), and my list of hosts.deny is allready quite long.


    Thx,

    Jang
     
  2. Ben

    Ben Active Member Moderator

    You can either do that with firewallrules or with an htaccess / change in ispconfig's apache config (in httpd.conf it is about line 340)
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    Yust for reference, Ben is talking about this httpd.conf file :)

    /root/ispconfig/httpd/conf/httpd.conf
     
  4. Ben

    Ben Active Member Moderator

    that's right, sry ;)
     
  5. jang

    jang New Member

    Done,

    thx!

    Jang
     

Share This Page