Người dùng Debian 13 (Trixie) đang gặp khó khăn khi thiết lập ruTorrent do `mod_scgi` không còn sẵn có trong Apache2/PHP 8.4. Lỗi này khiến lệnh kết nối `SCGIMount /RPC1 127.0.0.1:5001` không hoạt động.
Đây là thách thức mới cho cộng đồng self-hosted khi các bản phân phối Linux cập nhật phần mềm và loại bỏ các module cũ.
#Debian13 #ruTorrent #Linux #SelfHosted #Apache2 #SCGI #TechNews #PhầnMềm #HệĐiềuHành
https://www.reddit.com/r/selfhosted/comments/1qo8cne/scgimount_rpc1_1270015001_on_debian
#Python 3.13 removed the #cgi module, which I am using for a couple of simple documents in an application that I am maintaining. I am happy to rewrite it, especially since I am moving to Nginx that doesn't have CGI support anyway, but to what?
I prefer something that is part of the Python standard libraries (or at least packaged on #Ubuntu). We are using #SCGI (SimpleCGI) for the rest of the application, but the libraries I find for that seem to be quite outdated.