Basic question on web directory and file views.

Discussion in 'Tips/Tricks/Mods' started by Code5, Jun 27, 2008.

  1. Code5

    Code5 New Member

    I have a few domains which need the directory listings to be viewable to all the public instead of getting the refused warning.

    Also I require that a few of some other directories be password protected.

    How do i go about accomplishing this?

    Many thanks.
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Put something like this in the Apache Directives field:
    Code:
    <Directory /var/www/web1/web/somedir> 
      Options +Indexes
    </Directory>
    Go to Web-FTP in ISPConfig. There you have the possibility to password-protect directories (see chapter 4.3.1: http://ispconfig.org/downloads/manual_en/manual_kunde_en_src.htm#4_4 ).
     
  3. Code5

    Code5 New Member

    For the Apache directives where is the direct location of the configuration file?

    Thanks.

    "Noob on Linux, everyone has to learn sometime :)"
     
  4. falko

    falko Super Moderator ISPConfig Developer

    In ISPConfig (in the web site settings) there's a field called Apache Directives where you can place these directives.
     

Share This Page