Remote Login unable to login [SOLVED]

I get the error "unable to login please check your password and try again" when trying to remote in using my website linked to my server setup through Apache2. I do get the Serviio login however but when entering password it comes back invalid. I am able to login with (same password) fromhttp://Localhost:32424/mediabrowser and http://server-ip:32424/mediabrowser both work (I can login and password is accepted). Also tried outside my LAN at a different location and again I get the login screen but once I enter password if says unable to login.
Not sure if it is Apache because like I said I see the serviio login screen. I am running Ubuntu and Apache2 using a ProxyPass (which does work for other applications sabnzbd, sickbeard, and couchpotato). Here's a snippet of my Apache2 httpd.conf file
I can't seem to get anything useful from the serviio log files
Does anybody have any ideas? Thanks,
Not sure if it is Apache because like I said I see the serviio login screen. I am running Ubuntu and Apache2 using a ProxyPass (which does work for other applications sabnzbd, sickbeard, and couchpotato). Here's a snippet of my Apache2 httpd.conf file
I can't seem to get anything useful from the serviio log files
- Code:
2012-07-26 18:26:12,407 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth0 (eth0) and address 192.168.1.110, timeout = 0
2012-07-26 18:26:12,408 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device 00f06443-398c-3d99-ae1a-d31c171b4221
2012-07-26 18:26:14,210 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:00:37
2012-07-26 18:26:19,064 DEBUG [FeedUpdaterThread] Checking for new and expired online resources
2012-07-26 18:26:19,064 DEBUG [OnlineRepositoryDAOImpl] Reading all OnlineRepositories
2012-07-26 18:26:19,064 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 1)
2012-07-26 18:26:19,070 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 2)
2012-07-26 18:26:19,084 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-07-26 18:26:51,899 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth0 (eth0) and address 192.168.1.110, timeout = 0
2012-07-26 18:26:51,900 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device 00f06443-398c-3d99-ae1a-d31c171b4221
2012-07-26 18:26:53,702 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:00:55
2012-07-26 18:27:19,094 DEBUG [FeedUpdaterThread] Checking for new and expired online resources
2012-07-26 18:27:19,094 DEBUG [OnlineRepositoryDAOImpl] Reading all OnlineRepositories
2012-07-26 18:27:19,094 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 1)
2012-07-26 18:27:19,102 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 2)
2012-07-26 18:27:19,115 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-07-26 18:27:49,358 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth0 (eth0) and address 192.168.1.110, timeout = 0
2012-07-26 18:27:49,359 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device 00f06443-398c-3d99-ae1a-d31c171b4221
2012-07-26 18:27:51,161 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:00:49
2012-07-26 18:28:19,185 DEBUG [FeedUpdaterThread] Checking for new and expired online resources
2012-07-26 18:28:19,185 DEBUG [OnlineRepositoryDAOImpl] Reading all OnlineRepositories
2012-07-26 18:28:19,186 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 1)
2012-07-26 18:28:19,191 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 2)
2012-07-26 18:28:19,201 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
Does anybody have any ideas? Thanks,