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.
News