need help quick..how do i do this:

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • xxweekxx
    Confirmed User
    • Oct 2002
    • 6780

    #1

    need help quick..how do i do this:

    Lets say you got servers...

    IP: 1.1.1.1.1
    2.2.2.2.2

    And they all got apache installed, is there anyway to prevent access to all users except you, in linux..

    so when a normal user goes to http://1.1.1.1.1 nothing loads, but when i go there it loads for me..
    _________________
    I am the best
  • Scherfi
    Confirmed User
    • Jun 2003
    • 868

    #2
    either simply use user/password or if you have a static ip-adress you can use .htaccess that only allows you to access your site
    http://www.fastthumber.com

    Comment

    • xxweekxx
      Confirmed User
      • Oct 2002
      • 6780

      #3
      Originally posted by Scherfi
      either simply use user/password or if you have a static ip-adress you can use .htaccess that only allows you to access your site

      yeah i much rather use .htaccess

      Know where i can get help on .htaccess for linux. Remember i dont have any control panel or shit. just raw linux and apache..
      _________________
      I am the best

      Comment

      • Scherfi
        Confirmed User
        • Jun 2003
        • 868

        #4
        here's a great tutorial about .htaccess: .htaccess info

        then there's mod_rewrite doc: click

        sitepoint.com should also have some nice info about this
        http://www.fastthumber.com

        Comment

        Working...