joergFLI
joergFLI
Hi, when run as user `configurable-http-proxy --ip 172.16.0.20 --port 80 --log-level=debug` gives > 07:46:45.235 [ConfigProxy] warn: REST API is not authenticated. 07:46:45.251 [ConfigProxy] info: Proxying http://172.16.0.20:80 to (no default) 07:46:45.252...
Looks good `python3 -m http.server --bind 127.16.0.20` >Serving HTTP on 127.16.0.20 port 8000 ...
Works fine with sudo but not as user `python3 -m http.server --bind 127.16.0.20 80` >Traceback (most recent call last): File "/usr/lib64/python3.4/runpy.py", line 170, in _run_module_as_main "__main__", mod_spec) File "/usr/lib64/python3.4/runpy.py", line...