|
Post by bluevektor on Jun 1, 2007 5:19:43 GMT 7
Hi, I'm unable to bring up the web admin client. When I try to access web admin via the url 192.168.0.11/ I get an unable to establish connection error in firefox/IE. The IP address is correct as I am able to ssh to the box and the file shares are all fine. The last I accessed the web admin client was to install the twonky media module (installed on port 9000). I suspect the web admin stopped working after I rebooted the box after I installed the townky media server. Twonky media server itself is working fine. Anyone able to help or provide pointers as to what might cause the web admin to stop working? My firmware version is v2.1.05 and the twonky media version I'm using is 1.2.00. Thanks!
|
|
|
Post by dbridges on Jun 1, 2007 8:12:03 GMT 7
log in with ssh and run this.
/opt/apache/bin/apachectl configtest
It tests the apache configuration.
This one will restart apache
/opt/apache/bin/apachectl restart
And check that it's actually running.
|
|
|
Post by bluevektor on Jun 1, 2007 19:48:59 GMT 7
Digging around the httpd config file I came across the problem
The Listen port in the config file had the port number missing
So what should have been
Listen 0.0.0.0:80
was
Listen 0.0.0.0
Fixing the port number and a reboot solved the problem. Interestingly the timestamp on the conf file was very close to when I installed the twonky media module. The owner of the file was admin with users group which makes me wonder if the module installation had anything to do with it.
|
|