• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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