Microsoft
Software
Hardware
Network
Question : tree directory in Apache
Hi, I have configured two virtual host in Apache but when digit:
http://mail.mydomain.com/m
ail
I view the tree directory (list of files and directory folder)!, if I use:
http://mail.mydomain,com/m
ail/login.
php
then is ok because I view default web page.
If I digit:
http://mail.mydomain.com/o
penwebmail
is ok because is loaded the default index page.
The directory 'openwebmail' is under /var/www/html/
I must modify some parameter in virtual host ?
Thanks.
-
Salvatore.
Attachments:
httpd.conf.txt
(35 KB)
(File Type Details)
httpd conf
Answer : tree directory in Apache
delete this indexes word from
modify this line
Options Indexes FollowSymLinks
to
Options FollowSymLinks
under
<Directory "/var/www/html">
</directory>
t
his indexes word make show all directory tree
restart apache after this
Random Solutions
Difference between SSID and BSSID
Monitor CIsco 6500 Switch Fabric and Backplane Utilization
Looking for Video Recording Software for Samsung Cameras
Selecting nth item from a comma separated string
Outlook and HTML Tracking
VB.NET simple SendMail program error: System.Net.Mail.SmtpExcept
ion: Failure sending mail
WS2008 Terminal Service on DC
Windows 7, Domain: Admin cannot save to C drive from Outlook.
Big DNS problem, some internet servers reporting non-existent domain
Queries inside a while loop