• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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