Unsolved
This post is more than 5 years old
8 Posts
0
1752
December 9th, 2018 10:00
http page showing with unrecognised icons
hello all,
i have configured http settings to a directory with basic authentication, but the page shows only with unrecognised icons. is there any tweak to add to properly show icons? i have tried all browsers and also tried reducing the security level in those browsers but not helping. any suggestions please.??
No Events found!


shinkl
8 Posts
0
December 9th, 2018 23:00
philippspohr
1 Rookie
•
107 Posts
0
December 11th, 2018 00:00
I just tried it with 8.1.0.4 and 8.1.2.0 and different browsers, but it all looks normal and all icons are displayed:
Have you tried different client systems?
shinkl
8 Posts
0
December 11th, 2018 02:00
i tried different clients and different browsers. same everywhere. i am on 8.0.0.5 version
DELL-Sam L
Moderator
•
7.9K Posts
•
93 Points
0
December 11th, 2018 09:00
Hello Shinus,
What is the current version that you are running? As Phil stated have you tried a different client system to see if you are getting the same thing?
Please let us know if you have any other questions.
johnvo
2 Posts
0
December 11th, 2018 09:00
I encountered this behavior once a couple of years go. The issue could be caused by symbolic links:
Ref:
linux - What is Options +FollowSymLinks? - Stack Overflow
Do you see error message such as "Symbolic link not allowed or link target not accessible" in /var/log/apache2/error.log?
The fix would be to add "FollowSymLinks" directive in "/usr/local/apache2/conf/extra/httpd-autoindex.conf" on all nodes
Example:
/usr/local/apache2/conf/extra/httpd-autoindex.conf
23 Options Indexes MultiViews FollowSymLinks <<<<<<<<<
24 AllowOverride None
25 Order allow,deny
26 Allow from all
27
shinkl
8 Posts
0
December 11th, 2018 11:00
thank you for the tip, but could you let me know how to add the followsymlinks? will that help if i just edit the httpd-autoindex.conf file from a notepad and add followsymlinks to the same line as OPtions Indexes Multiviews?
i just did like that, but it didnt fix the issue, but may be its the way i do it?
shinkl
8 Posts
0
December 11th, 2018 22:00
i am on version 8.0.0.2 and i have tried different clients, but no help..
johnvo
2 Posts
0
December 12th, 2018 06:00
If you edited it and saved correctly, then it should work. Try to login to HTTP via Incognito mode of the browser, as browser's cache could contribute to the issue.
Depending on the OneFS version you are running, you could use the built-in editor such as "vi, nano, or ee" to edit that file (/usr/local/apache2/conf/extra/httpd-autoindex.conf) directly from the SSH session. It is case sensitive so please make sure, you add FollowSymLinks exactly as is to the same line as "Options Indexes ...." to all nodes, as each node has its own autoindex.conf file. After the changes, restart apache2 with command
# isi services -a apache2 disable
Wait ~ 1 minute then re-enable apache2 again
# isi services -a apache2 enable
If the above still does not work, I'd recommend to open a ticket with Isilon Support, so we can get this taken care for you. Thanks!