Results 1 to 4 of 4

Thread: How To Hide Apache Information On Ubuntu 9 Server

  1. #1
    Join Date
    Dec 2009
    Beans
    8

    Smile How To Hide Apache Information On Ubuntu 9 Server

    Hi

    I have an Ubuntu 9 server and i want to hide my apache information. I know what the code is. It is like following:

    ServerTokens ProductOnly
    ServerSignature Off


    I did it on httpd.conf file in main config of http, but the Ubuntu 9 server had apache2.conf instead of httpd.con
    The question is how can I user these codes on which file and which part of that file?


    Thank You

  2. #2
    Join Date
    Dec 2006
    Location
    Chicago
    Beans
    3,839

    Re: How To Hide Apache Information On Ubuntu 9 Server

    You should comment/uncomment the appropriate lines in /etc/apache2/conf.d/security.

  3. #3
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: How To Hide Apache Information On Ubuntu 9 Server

    You can also look at mod_security
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  4. #4
    Join Date
    Dec 2009
    Beans
    8

    Smile Re: How To Hide Apache Information On Ubuntu 9 Server

    solved in /etc/apache2/conf.d/security


    thank you so much

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •