When I attempt to access Multimedia Station or Photo Station or Music Station in my WebBrowser, it looks like it will load, but doesn't. I get nothing except a "white screen". Per the instructions from Schmaku, I checked several files, but all look good. I'm lost.
I tried to check the logs, but /var/log/messages is always 0 bytes.
All other WebUI's work. (connections to http://NAS-IP:8080/ load Web Server Setup setup screen, which proves that the /etc/init.d/Qthttpd.sh is running).
schumaku wrote:Patrick,
Check the include files were added for the respective services at the end of apache.conf, following the SSL module:
[~] # cat /etc/config/apache/apache.conf
...
<IfModule ssl_module>
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
</IfModule>
Include /etc/config/apache/extra/httpd-vhosts-user.conf
Include /etc/config/apache/extra/apache-ssl.conf
Include /etc/config/apache/extra/apache-msv2.conf
Include /etc/config/apache/extra/apache-musicstation.conf
Include /etc/config/apache/extra/apache-photo.conf
- Code: Select all
# tail -n 14 /etc/config/apache/apache.conf
<IfModule ssl_module>
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
</IfModule>
Include /etc/config/apache/extra/apache-ssl.conf
Include /etc/config/apache/extra/apache-dav.conf
Include /etc/config/apache/extra/httpd-vhosts-user.conf
Include /etc/config/apache/extra/httpd-ssl-vhosts-user.conf
Include /etc/config/apache/extra/apache-msv2.conf
Include /etc/config/apache/extra/apache-musicstation.conf
Include /etc/config/apache/extra/apache-photo.conf
It looks like your example.
I tried to review Apache logs files, but the logs all seem to be 0 bytes.
I also stopped and re-started "/etc/init.d/Qthttpd.sh"
No difference. Still get a "white screen" when I attempt to access Multimedia Station, Photo Station, or Music Station.
I have since upgraded to FW: 3.7.1
Issue persists.
News