Archivo de la etiqueta: Wordpress

Allow WordPress to use a relay smtp with self signed cert

271 /** 272 * Options array passed to stream_context_create when connecting via SMTP. 273 * @var array 274 */ 275 public $SMTPOptions = array( 276 ‘ssl’ => array( 277 ‘verify_peer’ => false, 278 ‘verify_peer_name’ => false, 279 ‘allow_self_signed’ => true … Sigue leyendo

Publicado en Debraye, General, planetalinux, sysadmin, Trabajo | Etiquetado , , , , | Deja un comentario

Wp-cli

Well Dreamhost sometime ago installed wp-cli [1] on their machines think of it like drush [2] and it’s really fast and nice, managing wp via CLI is way easier and clean, yes I’m aware that for sometime now also there … Sigue leyendo

Publicado en General, planetalinux, sysadmin, Web | Etiquetado , , , , , , | Deja un comentario

WordPress xmlrpc DDOS mitigation

Well not long ago DH contacted me with this dreaded message: Hello, I’m writing you about your domain: foo.bar Specifically the file: xmlrpc.php This file is used for modifying your wordpress install from 3rd party programs, like mobile site designers, desktop … Sigue leyendo

Publicado en planetalinux, sysadmin, Web | Etiquetado , , , , , | Deja un comentario

Legacy code everywhere

From last weekend our blog lacobachab where not updating their feed, as I removed and updated wp-cache info, most probably I removed redundant entries on .htaccess, BUT looks like removed the correct ones and left the wrong ones, tip if … Sigue leyendo

Publicado en Debraye, General, planetalinux, sysadmin, Web | Etiquetado , , , , , , , , | Deja un comentario