• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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