[proxy:warn] [pid 27313] [client ***:9028] AH01144: No protocol handler was valid for the URL /audio (scheme 'wss'). If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule., referer: https://example.com/radio
ProxyPass /audio http://localhost:8000/audio
ProxyPassReverse /audio http://localhost:8000/audio
output.harbor.ssl(%vorbis(samplerate=8000, channels=2),
port = 8000,
mount = "audio", format="audio/ogg", encoding = "UTF-8",
radio)
error:1408F09C:SSL routines:ssl3_get_record:http request
<VirtualHost *:443>
ServerName example.com
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html/example/
SSLEngine on
SSLCertificateFile ssl/example.com.pem
SSLCertificateKeyFile ssl/example.com.key
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
SSLProxyEngine On
SSLProxyVerify none.
SSLProxyCheckPeerCN off
SSLProxyCheckPeerName off
SSLProxyCheckPeerExpire off
ProxyPass /audio https://192.168.0.100:8000/audio
ProxyPassReverse /audio https://192.168.0.100:8000/audio
</VirtualHost>
[Tue Jun 02 17:58:16.251581 2020] [proxy_http:error] [pid 17850] (70007)The timeout specified has expired: [client ***:29856] AH01102: error reading status line from remote server 192.168.0.100:8000, referer: https://example.com/ru/
[Tue Jun 02 17:58:16.251696 2020] [proxy:error] [pid 17850] [client ***:29856] AH00898: Error reading from remote server returned by /audio, referer: https://example.com/ru/radio
source src="https://mydomain.com/audio"
Mixed Content: The page at 'https://mydomain.com/' was loaded over HTTPS, but requested an insecure audio file '192.168.0.100:8000/audio'. This content should also be served over HTTPS.
подскажите пожалуйста, как написать юнит для systemd, чтобы процесс в нём запускался с теми же переменными окружения что и у пользователя user?