I removed it and install it again but still the same issue!
I will see this bind ip address!
I removed it and install it again but still the same issue!
I will see this bind ip address!
How is the 'bind-address' configured by default?
if the my ip address of LE is 192.168.1.200 what shall I need to edit here?:
# Format: <ipaddress> <hostname1> <hostname2>
# Example: 192.168.0.3 libreelec libreelec.mynetwork
# NOTE: do not edit /etc/hosts directly
# edit /storage/.config/hosts.conf then reboot
I made it like this:
bind-address = 0.0.0.0
but still same issue!
I don't think it's from binding address because I have browser in LE and give me 404 Not found error so I think bind address not the issue here....Am I right?
Tell me exactly what you are trying to do.
Actually I don't want to use SimpleHTTPServer and need to use Apache server instead...because I want to access a remote file in LE.
I changed in file /storage/.kodi/userdata/addon_data/http://service.web.lamp/srvroot/conf/httpd.conf from
DocumentRoot "/storage/.kodi/userdata/addon_data/service.web.lamp/www/htdocs"
<Directory "/storage/.kodi/userdata/addon_data/service.web.lamp/www/htdocs">
to
and after httpd restart I see content of root:
and I can also download something
yes it works like charm now...thanks a lot for your help
Perfect!
Display MoreI changed in file /storage/.kodi/userdata/addon_data/http://service.web.lamp/srvroot/conf/httpd.conf from
CodeDocumentRoot "/storage/.kodi/userdata/addon_data/service.web.lamp/www/htdocs" <Directory "/storage/.kodi/userdata/addon_data/service.web.lamp/www/htdocs">
to
and after httpd restart I see content of root:
and I can also download something
hell i am stuck four 4 days i see only wan webpage its works> but no index
i have adjused
sorry its working now i only make
DocumentRoot "/storage/"
<Directory "/storage/">
>>>>DocumentRoot "/" is not working but no problem <Directory "/">
>>>>DocumentRoot "/" is not working but no problem <Directory "/">
That would be a pretty big security hole when a web server would allow root access to a (file) server.
That would be a pretty big security hole when a web server would allow root access to a (file) server.
yes , i adjusted it now , only i can still no uploading maps