× NETGEAR will be terminating ReadyCLOUD service by July 1st, 2023. For more details click here.
Orbi WiFi 7 RBE973
Reply

web server Directory access is forbidden.

gt11990
Aspirant

web server Directory access is forbidden.

Hi guys i am trying to set up a simple webserver but i cannot install anything as i get the following error when i try to 

 

Directory access is forbidden.

 

 

also phpmyadmin throws me the following error 

 

please create web server writable folder config in phpMyAdmin top level directory

 

does anyone know how i can access the root to enable directory access and configure the config file

 

does anyone know how to achive this 

Model: RN10421D|ReadyNAS 100 Series 4- Bay
Message 1 of 3
FramerV
NETGEAR Employee Retired

Re: web server Directory access is forbidden.

Hi gt11990,

 

Let us wait for someone in the community who might had experience with the installation. You could also get in touch with the developer of the app for further instruction.

 

If in case you need it, below is a link on how we setup a personal web server on the ReadyNAS.

 

ReadyNAS OS 6: Create a personal webserver

 

 

Regards,

Message 2 of 3
tjsnow
Aspirant

Re: web server Directory access is forbidden.

I have no idea why this happens, but I have had the same problem since day one.  You need to midfy a permissions setting in apache. Afte I did this, it solved all my problems...  I find I have to do this after each readynas update, still have never figured out why I am in this boat.

 

Connect to the box via SSH (putty)

 
1. Edit /etc/frontview/apache/shares.conf (modify location setting)
Replace this-------------------------
<Location "/web">
  Options Indexes 
  Order allow,deny
  Allow from all
  Options -ExecCGI
  AllowOverride None
</Location>
 
 
With This ------------------------------------
<Location "/web">
  Options Indexes FollowSymLinks SymLinksIfOwnerMatch
  Order allow,deny
  Allow from all
  Options -ExecCGI
  AllowOverride None
</Location>
 
2. Restart apache
    apachectl restart
Message 3 of 3
Top Contributors
Discussion stats
  • 2 replies
  • 8023 views
  • 0 kudos
  • 3 in conversation
Announcements