Changes between Version 126 and Version 127 of Faq


Ignore:
Timestamp:
03/31/2010 12:19:19 AM (14 years ago)
Author:
devians
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Faq

    v126 v127  
    311311 1. Restart the webui 
    312312 
     313== Can I bind the webui to port :80 in Linux? == 
     314You cannot bind to anything under 1024 in linux, however if you have kernel 2.6.24 or higher, you can use capabilities to allow python to bind to port 80 securely. In debian/ubuntu: 
     315 
     316 1. sudo apt-get install libcap2-bin 
     317 1. sudo setcap 'cap_net_bind_service=+ep' /path/to/python 
     318 1. Configure the WebUI to use port 80 
     319 1. Restart deluged daemon. 
     320 
    313321== How do I change the password? == 
    314322In the Web UI: