NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
devbobo
Nov 29, 2009Aspirant
HOW TO: Hosting multiple websites
G'day Guys, For some time I've wanted to host multiple websites from a single ReadyNAS unit...I haven't had the time to investigate it. 1. Backup all the .conf files in /etc/frontview/apache 2....
Avon_Fox
Jan 10, 2012Aspirant
I've started a new topic for this but I probably should have posted it here in hindsight. If either gets the problem solved I'll link one to the other.
Hi there, this one has me boggled so I'm hoping you can help.
I'm running 4.1.7
I've modified my /etc/frontview/apache/Virtual.conf and added a my-virtual.conf to /etc/frontview/apache/addons as detailed earlier in this topic and it all went well.
My problem is that some folders in the /web/ directory (where I keep my web files) have indexes and some are just folders of files that I need to access without an index.
My my-virtual.conf file has "Options Indexes" listed but when I web surf to those index free folders I get "Forbidden You don't have permission to access /apps/ on this server."
Shouldn't mod_autoindex generate a directly listing or is it not supported on the ReadyNAS?
Cheers for any help/ideas you fine folks can offer.
Virtual.conf
NameVirtualHost *:80
<VirtualHost *:80>
SSLEngine off
RewriteEngine on
RewriteRule ^/admin/(.*)$ https://%{SERVER_NAME}/admin/$1 [R,L]
</VirtualHost>
my-virtual.conf
<VirtualHost *:80>
ServerName http://www.the-liberator.net
DocumentRoot /c/web
<Directory /c/web>
Options Indexes
Order allow,deny
Allow from all
</Directory>
<Location /index.html>
SetHandler none
Order Allow,Deny
Allow from all
</Location>
SSLEngine off
</VirtualHost>
Hi there, this one has me boggled so I'm hoping you can help.
I'm running 4.1.7
I've modified my /etc/frontview/apache/Virtual.conf and added a my-virtual.conf to /etc/frontview/apache/addons as detailed earlier in this topic and it all went well.
My problem is that some folders in the /web/ directory (where I keep my web files) have indexes and some are just folders of files that I need to access without an index.
My my-virtual.conf file has "Options Indexes" listed but when I web surf to those index free folders I get "Forbidden You don't have permission to access /apps/ on this server."
Shouldn't mod_autoindex generate a directly listing or is it not supported on the ReadyNAS?
Cheers for any help/ideas you fine folks can offer.
Virtual.conf
NameVirtualHost *:80
<VirtualHost *:80>
SSLEngine off
RewriteEngine on
RewriteRule ^/admin/(.*)$ https://%{SERVER_NAME}/admin/$1 [R,L]
</VirtualHost>
my-virtual.conf
<VirtualHost *:80>
ServerName http://www.the-liberator.net
DocumentRoot /c/web
<Directory /c/web>
Options Indexes
Order allow,deny
Allow from all
</Directory>
<Location /index.html>
SetHandler none
Order Allow,Deny
Allow from all
</Location>
SSLEngine off
</VirtualHost>
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!