NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
vesper76
Dec 07, 2009Aspirant
Somehow broke logger, thereby breaking everything
For background on how I somehow got to this point: viewtopic.php?f=22&t=36105&start=0 I'm moving to this forum, because it's essentially a different question than I started with. The short versio...
PeterH2
Dec 22, 2011Aspirant
Well, I found a quite rigorous solution fyi. I have set the NAS back to factory default (frontview -> update -> factory default).
Then I did the following:
1. Install php 5.3.8 via the addon (http://readynasxtras.com/readynas-x86-add-ons/php-53-x86)
2. Install mysqlon addon from super-poussin (http://www.readynas.com/forum/viewtopic.php?f=48&t=22853)
The mysqlon addon needs to be installed, because mysql is not running by default
Finally, I have no problems anymore with noflushd (due to the factory reset) and also php 5.3.8 is working and mysql is working! nice right :-)
Now only problem is Apache. I created a share via Frontview called "www"
However, no matter what I write in the httpd.conf [config file of apache] I cannot open: http://192.168.1.101/site.com/
403 Forbidden: You don't have permission to access /site.com/ on this server.
If I go to: http://192.168.1.101/www/site.com/
I only get 404 not found
This is what I have added to my httpd.conf file:
Alias /site.com /www/site.com
<Directory /www/site.com> ## also tried <Directory /site.com>
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
[then restarting apache]
When going to: http://192.168.1.101/site.com/
I get this error in Apache errorlog:
"Symbolic link not allowed or link target not accessible: /www"
Of course I have Googled this error as well, and tried it with /c/www/ and with putting +FollowSymLinks in my .htaccess file, and also tried virtual host, but none of this worked.
Any ideas on this?
- Peter
Then I did the following:
1. Install php 5.3.8 via the addon (http://readynasxtras.com/readynas-x86-add-ons/php-53-x86)
2. Install mysqlon addon from super-poussin (http://www.readynas.com/forum/viewtopic.php?f=48&t=22853)
The mysqlon addon needs to be installed, because mysql is not running by default
Finally, I have no problems anymore with noflushd (due to the factory reset) and also php 5.3.8 is working and mysql is working! nice right :-)
Now only problem is Apache. I created a share via Frontview called "www"
However, no matter what I write in the httpd.conf [config file of apache] I cannot open: http://192.168.1.101/site.com/
403 Forbidden: You don't have permission to access /site.com/ on this server.
If I go to: http://192.168.1.101/www/site.com/
I only get 404 not found
This is what I have added to my httpd.conf file:
Alias /site.com /www/site.com
<Directory /www/site.com> ## also tried <Directory /site.com>
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
[then restarting apache]
When going to: http://192.168.1.101/site.com/
I get this error in Apache errorlog:
"Symbolic link not allowed or link target not accessible: /www"
Of course I have Googled this error as well, and tried it with /c/www/ and with putting +FollowSymLinks in my .htaccess file, and also tried virtual host, but none of this worked.
Any ideas on this?
- Peter
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!