NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
x219c
Nov 26, 2014Luminary
Apps not appearing in frontview
Okay... Factory resetting is getting really really old. Got my RN516 all factory reset for the third time, and got most of my data back on it and I went to the apps page to make sure I corrected anoth...
dsnpevl
Nov 26, 2014Virtuoso
Actually, I fixed my problem by editing /etc/apache2/sites-available/fv-https and switching these two lines:
It now looks like this:
Please check to see if this fixes your problem.
I just found that all the images in the web interface of AntiVirus Plus have disappeared. Not sure if it has to do with 6.2.0 upgrade or the change listed above. Will investigate later.
Update 2014-11-27: Anti-Virus Plus runs on https because it makes itself part of the admin interface. Other apps tend to just use http. I had to exclude /admin and /apps/avplus in the AliasMatch in Shares.conf that points my web root "/" to a webshare "/data/my_share/". More on that some other time.
Include "/etc/frontview/apache/Shares.conf"
Include "/etc/frontview/apache/apps-https.conf"
It now looks like this:
<IfModule mod_ssl.c>
<VirtualHost _default_:443>
Include "/etc/frontview/apache/ssl.conf"
Include "/etc/frontview/apache/defaults.conf"
Include "/etc/frontview/apache/http-share-redirect.conf"
Include "/etc/frontview/apache/fv-admin.conf"
Include "/etc/frontview/apache/apps-https.conf"
Include "/etc/frontview/apache/Shares.conf"
Include "/etc/frontview/apache/READYDROP.conf"
</VirtualHost>
</IfModule>
Please check to see if this fixes your problem.
I just found that all the images in the web interface of AntiVirus Plus have disappeared. Not sure if it has to do with 6.2.0 upgrade or the change listed above. Will investigate later.
Update 2014-11-27: Anti-Virus Plus runs on https because it makes itself part of the admin interface. Other apps tend to just use http. I had to exclude /admin and /apps/avplus in the AliasMatch in Shares.conf that points my web root "/" to a webshare "/data/my_share/". More on that some other time.
Related Content
NETGEAR Academy

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