Posts

Showing posts with the label XAMPP

solution risk xampp ssl

Luego de instalar XAMPP en Fedora, nada más abrir localhost, el mensaje de sitio no seguro. Si doy Continuar de todos modos, sí que abre el dashboard. Buscando firefox linux import a PKCS#11 module, encontré que activando la propiedad security.enterprise (foro de Apache Friends) te ahorras la configuración por archivo. Sin embargo,  no existe ni se tienen planes de que exista, para Firefox en Linux, por lo que se baja OpenSSL , se instala siguiendo la guía de ese sitio (como no se especifica, lo he instalado como usuario normal).     Le doy a+z al gz y lo desempaqueto, viendo el signo $, dirías que es el local no, no es # (root)       $ ./Configure enable-fips     $ make     Tarda y salen estas dos últimas líneas:     chmod a+x util/wrap.pl     make[1]: Leaving directory '/home/.../Downloads/OpenSSL/source/openssl-3.3.1'     Luego sí que necesito root aquí:   ...

installing lampp on debian

Image
The Devil is on details. If you don't pay attention, made a big mistake: when apachefriends installer finished, Firefox starts and displays index.html, the Debian welcome to Apache 2, "It works!". So what? Apache 2 server runs, not LAMPP. This shows two messages about net problems. Fixed with:  sudo apt install net-tools But Apache 2 uses /var/www/html as default directory on Debian. LAMPP not: /opt/lampp/htdocs (You must to give a+w permissions to /opt/lampp/htdocs). What on earth! Another application was running Apache 2. Review with:  systemctl status apache2   Never mind if sky tears-down: stop it. stopping another apache 2 server That's all. Finally, execute: sudo /opt/lampp/lampp start   If you are a lucky demned ireland, you should see: "Starting XAMPP for Linux ..." xampp starting/stopping commands