CentOS 5 – Instalar Lighttpd

logo de linux

Instalar Lighttpd a partir de repositorio no oficial (Rpmforge) 64 bits # wget rpmforge-release-0.5.2-2.el5.rf.x86_64.rpm # rpm -Uvh wget rpmforge-release-0.5.2-2.el5.rf.x86_64.rpm # yum –enablerepo=rpmforge install lighttpd # lighttpd -v lighttpd/1.4.28 (ssl) – a light and fast webserver Build-Date: Aug 22 2010 21:27:23 32bits # wget rpmforge-release-0.5.2-2.el5.rf.i386.rpm # rpm -Uvh rpmforge-release-0.5.2-2.el5.rf.i386.rpm # yum –enablerepo=rpmforge install lighttpd # lighttpd […]

Plesk – bug en FTP

A flaw in the popular ProFTPD FTP server potentially allows unauthenticated attackers to compromise a server. The problem is caused by a buffer overflow in the pr_netio_telnet_gets() function for evaluating TELNET IAC sequences. Para solucionarlo, Parallels propone instalar un repostiorio de aTomic Corp, solución que no me agrada en exceso o bien actualizar los paquetes […]