NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
BaJohn
Feb 15, 2016Virtuoso
OS 6.4.2 apache2 rewrite problem when using WordPress.
I have read https://community.netgear.com/t5/Using-your-ReadyNAS/OS-6-1-4-apache2-mod-rewrite-htaccess-problem/m-p/896062#M49808, but I still am confused, probably since that post refers to an earlie...
super_poussin
Feb 17, 2016Virtuoso
the http.conf associated to wordpress should contain :
Listen 7095 <VirtualHost *:7095> ServerAdmin admin@localhost DocumentRoot /apps/wordpress/web <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory /apps/wordpress/web/> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all </Directory> ErrorLog /apps/wordpress/error.log LogLevel warn </VirtualHost>
You must install
php5-gd (>= 5.4.4-13), php5-mcrypt (>=5.4.4),libapache2-mod-php5 (>= 5.4.0),php5-curl (>= 5.3~),php5-imap (>= 5.3~),php-pear (>= 5.3~),mysql-common (>= 5.5.28),php5-mysql (>= 5.4.4-13),mysql-server (>= 5.1),mysql-client (>= 5.5.0)
BaJohn
Feb 17, 2016Virtuoso
super_poussin wrote:the http.conf associated to wordpress should contain :
Listen 7095 <VirtualHost *:7095> ServerAdmin admin@localhost DocumentRoot /apps/wordpress/web <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory /apps/wordpress/web/> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all </Directory> ErrorLog /apps/wordpress/error.log LogLevel warn </VirtualHost>
I think this means change it back to the default, as I can see no difference between this and my orginal.
You must install
php5-gd (>= 5.4.4-13), php5-mcrypt (>=5.4.4),libapache2-mod-php5 (>= 5.4.0),php5-curl (>= 5.3~),php5-imap (>= 5.3~),php-pear (>= 5.3~),mysql-common (>= 5.5.28),php5-mysql (>= 5.4.4-13),mysql-server (>= 5.1),mysql-client (>= 5.5.0)
From this it would appear that I have to install another 10 modules. Wow!
Because I get confused very easily, could you provide a sample of how to do one of these.
1. How to get the right version
2. Where to be when installing
3. What user to be when installing
4. What command to give.
Sorry about that but I have sometimes caused more problems by 'assuming' certain things, and using Linux on ReadyNAS seems slightly more peculiar than normal Linux.
I am capable of using SSH, FTP etc and am conversant with Linux commands (but not an expert).
Thanks in advance, and thanks for proving light at the end of the tunnel.
I would never have guessed that I needed more modules loaded.
Regards
- BaJohnFeb 17, 2016Virtuoso
Hi again super_poussin
To see whether my system has installed the approrpriate versions, I am running 'phpinfo' (no problem doing that).
This is headed PHP Version 5.4.45-0+deb7u2
I am suprised that I can only find 7 of the 10 items listed and some of those are ambiguous (around the Mysql bits).
The ambiguous items are all showing higher than your requirement, so no problem there.
Cannot find libapache2-mod-php5, php-pear and mysql-common.
Presumably there is a different way of finding the versions, using SSH?
I am also suprised that individual modules need to be installed, as I would have thought a (later) version of PHP or Apache would have done the trick.
Since each App is a consistent block of code (tested together), I would have thought that installing of an isolated item MIGHT casue an inconsistency between them:)
Please be patient with me as I am trying (very hard) to understand both why this has happened as well as fix it on the ReadyNAS.
Regards
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!