Suse 10.2 Apache 2.2.3 - directory browsing not working
Suse/NovellThis Forum is for the discussion of Suse Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm trying to get directory browsing working from a web site and get 403 permission denied no matter what. I've been through many many google articles on how to allow this but none of them work. restarting apache2 each time a change is made to httpd.conf but no change. for example, latest entry i tried is:
<Directory "/SC" >
Options FollowSymLinks MultiViews Indexes
AllowOverride all
</Directory>
Sorry, the permissions on the symlink are 777 or the permissions on the directory are 777 ? ... it's probably not necessary to allow write access to the directory - perhaps you could change the permissions to 755 ?
I found my problem. the Options in httpd.conf were apparently getting nullified by the line:
"Include /etc/apache2/default-server.conf". The file didn't even exist. I commented it out, did a rcapache restart and directory browsing is working!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.