PDA

View Full Version : Basic question on web directory and file views.


Code5
27th June 2008, 04:29
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.

falko
28th June 2008, 00:38
I have a few domains which need the directory listings to be viewable to all the public instead of getting the refused warning.
Put something like this in the Apache Directives field:
<Directory /var/www/web1/web/somedir>
Options +Indexes
</Directory>

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

How do i go about accomplishing this?


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 ).

Code5
28th June 2008, 02:04
For the Apache directives where is the direct location of the configuration file?

Thanks.

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

falko
28th June 2008, 21:38
For the Apache directives where is the direct location of the configuration file?


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