• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Question header and getenv Path issue.

Larsm

Basic Pleskian
hello,

I running Ubuntu 16.04 with Plesk 17. I setup one domain and 3 Subdomains on 1 Subdomain running nextcloud. All things working but nextcloud tells me getenv Path is empty. I edit the www.conf from php7.0 but didn't work. also with this

<IfModule mod_headers.c>
Header always set Strict-Transport-Security "max-age=15553000; includeSubDomains; preload"
</IfModule>

what can I do? why ignore Plesk the settings?

Gesendet von meinem D6603 mit Tapatalk
 
okay,

i solved this:

<IfModule mod_headers.c>
Header always set Strict-Transport-Security "max-age=15553000; includeSubDomains; preload"
</IfModule>

but why plesk ignore the www.conf for the domain?

Code:
env[HOSTNAME] = $HOSTNAME
env[PATH] = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
env[TMP] = /tmp
env[TMPDIR] = /tmp
env[TEMP] = /tmp
 
Back
Top