S

OpenBSD as an E-Commerce Solution With PrestaShop and Apache

This tutorial demonstrates OpenBSD as an e-commerce solution using PrestaShop and Apache. Apache is required because PrestaShop has complex URL rewriting requirements that are not supported by OpenBSD's built-in web server, httpd. This tutorial uses self-signed certificates. Please use a verified certificate for production. Temporarily create a regular user allowed to use `doas` without a password. This access will be removed after setup. user add -c "Example User" -m -G wheel -L st......

Comments