Diese Seite verwendet Cookies. Mit der weiteren Nutzung der Seite erklären Sie sich damit einverstanden. AusblendenMehr Informationen
Support Web Products
Web based products are "running" in a standard browser. All currently from their manufacturers supported browsers can be used.
No browser extendions are needed.
Web Produkte "laufen" im Browser. Alle aktuell von den Herstellern unterstützen Browser, auch die auf Mobilgeräten, können Sie nutzen.Es werden keine Browsererweiterungen gebraucht
Das Websocket wird über die bestehende Verbindung vom Browser zum Gerät geleitet.
The install packets for the Tauri S and L are containing the complete installation if the extended package is used.
We did test the server parts with the Apache 2 server and the lightpd on Linux. Other servers will run also as other operating systems as Windows.
Install the Apache 2 with your paket manager.
Install mod-php. All php versions starting from version 6 up to 8 can be used.
Install php modules bz2 zip zlib json.
Look up the following configuration items of the server, usually in /etc/apache2/
DocumentRoot (e.g. /srv/www/htdocs)
IncludeOptional (e.g. /etc/apache2/conf.d/*.conf)
For OpenSUSE 15.3 (in /etc/apache2/default-server.conf)
DocumentRoot /srv/www/htdocs
IncludeOptional /etc/apache2/conf.d/*.conf
For Ubuntu 22.04LTS and Debian 11 (in /etc/apache2/sites-enabled/000-default.conf and /etc/apache2/httpd.conf)
DocumentRoot /var/www/html
IncludeOptional /etc/apache2/conf-enabled/*.conf
Antwort:
From the sight of the web sockets and all other logic there is no difference between the unencrypted http and the encrypted https.
But one job remains - obtaining a valid certificate which is accepted by standard browsers.
An easily and cost free option in 2023 is using certificates from let's encrypt. Check there for details.
Valid certificates can not be obtained for private address area as 192.x.x.x. You need public addresses. IpV4 addresses are out, so try using IpV6.
Using https the mod-https module need to be installed with your systems packet manager.
Most browsers are supporting http in 2023, but more and more details are unavailable if non encrypted connections are used.
So on the long run encrypted connections using certificates are needed. Beware that standard browsers will require an
certificate which is not older than one year. So you need actualize the servers certificate yearly.
Antwort:
Determine the apache2 module directory, e.g. by inspecting the installed package.
For OpenSUSE 15.3: /usr/lib64/apache2-prefork/
For Ubuntu 22.04LTS and Debian 11: /usr/lib/apache2/modules/
Now the variuos products need different details.
Web SCADA
Create the file [IncludeOptional]/pe_webscada.conf with this content