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
x219c wrote:
I have the same problem, after I added an AliasMatch to Shares.conf to point my web root "/" to a webshare "/data/my_share/" like this:
AliasMatch ^/(.*)$ /data/my_share/$1
<Location "/">
Options Indexes +Includes
Order allow,deny
Allow from all
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
#SetHandler webshare
</Location>
With this enabled all the logo's for installed and available apps disappear as in the image above. If I remove this configuration block again, the logo's reappear in the web admin.
My guess is that it has to do with the auto generated /etc/frontview/apache/apps-https.conf file that creates aliases for all the logos. The alias in Shares.conf seems to mess up the previous settings from apps-https.conf.
# *** DO NOT EDIT. Automatically generated by /frontview/bin/fvapps. **
<Location /apps/logo>
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
allow from all
Include /etc/frontview/apache/Admin_Auth.conf
</Location>
Alias /apps/logo/avplus.png /apps/avplus/logo.png
Include /apps/avplus/https.conf
Alias /apps/logo/jenkins.png /apps/jenkins/logo.png
Include /apps/jenkins/https.conf
Alias /apps/koken /apps/koken/web
... etc ...
Maybe this helps you to troubleshout your problem further. Since you installed an extra application this probably added or changed apache configuration files that may override the /apps/logo location.
Related Content
NETGEAR Academy

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