How to config the server?
I have installed Serviio 1.4.1.2 on my machine basically following this article: http://wiki.serviio.org/doku.php?id=how ... all:centos
I am running CentOS 7 and so something was different from the article, but after all the server seems to be up. I can pick it up from my Android phone(but of course no content in it yet) using Mediahouse. I cannot get access to it from my browser though, I tried "serverip:8895" it showed a blank page. F12->Elements showed this and the source was empty:

Then I tried to install the WebUI, I downloaded the 1.4 version and put all the files into /var/www/html/stream directory, and tried to access "http://serverip/stream/index.php", again, blank page. The Elements and source were the same as above. I also tried to access config.php, also blank page.
The final ./configure arguments I managed to keep when installing FFmpeg are:
./configure --enable-gpl --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-librtmp
This is the output of "php -v":
My Apache version is 2.4.
The permission and ownership of my stream directory is:
This is the output of "systemctl status serviio":
- Code:
serviio.service - LSB: Start the serviio DLNA server in headless mode
Loaded: loaded (/etc/rc.d/init.d/serviio)
Active: active (exited) since Mon 2014-09-29 02:29:27 ACST; 1h 7min ago
Process: 23084 ExecStop=/etc/rc.d/init.d/serviio stop (code=exited, status=0/SUCCESS)
Process: 23094 ExecStart=/etc/rc.d/init.d/serviio start (code=exited, status=0/SUCCESS)
Sep 29 02:29:27 myserver serviio[23094]: Starting Serviio DLNA server: [ OK ]
Sep 29 02:29:27 myserver systemd[1]: Started LSB: Start the serviio DLNA server in headless mode.
Sep 29 02:29:27 myserver su[23098]: (to serviio) root on none
Running serviio-console.sh as super user will yield:
I do not have GUI so I cannot configure the server as the wiki suggests and for some obvious reasons I do not want to install GUI either. My firewall has been set to allow Port 1900 to use UDP and Port 8895 to use TCP(and of course Port 80 is open and I do not think firewall is causing any issue here).
Would anyone be able to help? Thank you very much!
