Příspěvky

Zobrazují se příspěvky z září, 2023

Instalace Prestashop na Ubuntu 22.04

Obrázek
Instalace Apache http serveru sudo apt install apache2 Files  apache2.conf The main Apache2 configuration file. Contains settings that are global to Apache2. Note: Historically, the main Apache2 configuration file was httpd.conf, named after the “httpd” daemon. In other distributions (or older versions of Ubuntu), the file might be present. In modern releases of Ubuntu, all configuration options have been moved to apache2.conf and the below referenced directories and httpd.conf no longer exists.  envvars File where Apache2 environment variables are set.  magic Instructions for determining MIME type based on the first few bytes of a file.  ports.conf Houses the directives that determine which TCP ports Apache2 is listening on. Povolit mod_rewrite modul sudo a2enmod rewrite sudo systemctl restart apache2.service Nastavit SSL Připravit certifikát openssl req –new –newkey rsa:2048 –nodes –keyout <server-name>.key –out <server-name>.csr op...