Web interface, how to disable
#1
how can I disable the web-server(s) on xbmc? turning off the system-network-settings is not enough..

seperately installed apache (xampp) says always: another web-server is already running..
Reply
#2
What port is xampp running on?
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';
IF you have a mysql problem, find one of the 4 dozen threads already open.
Reply
#3
darkscout Wrote:What port is xampp running on?

port 80
Reply
#4
solved: service apache2 stop

;-)
Reply

Logout Mark Read Team Forum Stats Members Help
Web interface, how to disable0