Rechtsdienstleistungen, Datenschutz, sichere EDV-Systeme

ich war hier: OpenCart

Revision history for OpenCart


Revision [4383]

Last edited on 2023-02-17 17:57:47 by ErdaxoAdmin
Additions:
# otherwise proxy works, but Apache doesn't serve a page!


Revision [4382]

Edited on 2023-02-17 17:57:02 by ErdaxoAdmin
Additions:
((2)) Proxy im Testbetrieb:
%%(perl)
Deletions:
((2)) Proxy im Testbetrieb:%%(perl)


Revision [4381]

Edited on 2023-02-17 17:56:51 by ErdaxoAdmin
Additions:
((1)) Spezielle Konfiguration
Besonderheiten des betroffenen Systems:
=> Debian 11 mit LXC Containern,
=> auf Host läuft NGINX reverse proxy,
=> im Container das eigentliche Shopsystem unter Apache
((2)) Proxy im Testbetrieb:%%(perl)
# NGINX on Host:
location /shop_subdir/ {
proxy_pass http://container_IP;
proxy_set_header Host $http_host;
}
# Apache in LXC-Container:
DocumentRoot /var/www/html
# and then we need Directory:
/var/www/html/shop_subdir/


Revision [4380]

Edited on 2023-02-17 16:53:21 by ErdaxoAdmin
Additions:
((2)) Weiterführende Informationen
Mehr zur Installation von alternativen PHP-Paketen [[https://www.linuxcapable.com/how-to-install-php-on-debian-linux/ siehe auf dieser Seite]].


Revision [4379]

Edited on 2023-02-17 16:52:02 by ErdaxoAdmin
Additions:
Auf einem Debian 11 wurden folgende Pakete installiert:%%(perl)
Deletions:
Auf einem Debian 11 wurden folgende Pakete installiert:%%(bash)


Revision [4378]

Edited on 2023-02-17 16:51:43 by ErdaxoAdmin
Additions:
# as root
apt install apache2
# PHP in neuester Version - erst einmal vorbereiten:
apt install ca-certificates apt-transport-https software-properties-common curl lsb-release
# GPG-Key für PHP-repository:
curl -sSL https://packages.sury.org/php/README.txt | sudo bash -x
# nun werden bereits vorhandene PHP-Libraries aktualisiert
apt update
apt upgrade
# nun neue Version von PHP:
apt install php8.2 libapache2-mod-php8.2
Deletions:
apt install
=> apache2
=>


Revision [4377]

Edited on 2023-02-17 16:40:11 by ErdaxoAdmin
Additions:
((1)) Systemvoraussetzungen

((2)) Notwendige Software
Auf einem Debian 11 wurden folgende Pakete installiert:%%(bash)
apt install
=> apache2
=>
%%


Revision [4376]

Edited on 2023-02-17 16:30:52 by ErdaxoAdmin
Additions:
[[http://docs.opencart.com/en-gb/requirements/ Systemanforderungen werden hier beschrieben]] - leider etwas ungenau...
Deletions:


Revision [4375]

The oldest known version of this page was created on 2023-02-17 16:30:05 by ErdaxoAdmin
Valid XHTML  |  Valid CSS:  |  Powered by WikkaWiki