• 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.

Search results

  1. Z

    Question Specification of X header such as X-Frame-Options

    Nextcloud's .htaccess *The content is unedited and just commented out. <IfModule mod_headers.c> # <IfModule mod_setenvif.c> # <IfModule mod_fcgid.c> # SetEnvIfNoCase ^Authorization$ "(.+)" XAUTHORIZATION=$1 # RequestHeader set XAuthorization %{XAUTHORIZATION}e env=XAUTHORIZATION...
  2. Z

    Question Specification of X header such as X-Frame-Options

    I edited Nextcloud's .htaccess and commented out everything. But there is no change when everything is duplicated. I have disabled "proxy mode" in the Plesk nginx configuration. Is the .htaccess file of NC read? What I am concerned about is that a warning has been issued in duplicate. If NC says...
  3. Z

    Question Specification of X header such as X-Frame-Options

    1. If I don't write X headers in Nginx. *Pass the NC verification function. Enter mynextcloud.com: Rank is D. (Set HSTS only). Enter mynextcloud.com/index.php Rank is A+ (Set other than Feature-Policy. And CSP is also automatically assigned.) 2. If I write X headers in Nginx. *A warnings are...
  4. Z

    Resolved Nextcloud's nginx.conf on Plesk

    Thank you. Is it impossible to configure only with Plesk?
  5. Z

    Question Specification of X header such as X-Frame-Options

    I can no longer think of it as Nextcloud gives. There is no description of X-Frame-Options in Nextcloud's .htaccess file, but there are others. I select any file in Chrome and Firefox development tools and check the header. Then strangely all X headers are doubled. Even with X-Frames-Options. I...
  6. Z

    Resolved Nextcloud's nginx.conf on Plesk

    I have installed and used Nextcloud, but I have one unknown point. upstream php-handler { server 127.0.0.1:9000; #server unix:/var/run/php/php7.0-fpm.sock; } I wrote this directly in nginx.conf. Is there a way to configure this in Plesk? -- PHP7.3, Nginx 1.14.2
  7. Z

    Question Specification of X header such as X-Frame-Options

    If I check on that site without writing an X header, the X header is not applied. Result is also same by curl -I command. The X header is not applied on the top page of my Nextcloud site. BUT when I verify such as curl or web browser develper tool in (ex)HTTPS://MYSITE.COM/index.php or internal...
  8. Z

    Question Specification of X header such as X-Frame-Options

    I use Nextcloud. Even though I do not specify an X header*, when I search the header with a web browser development tool such as Firefox, the X header is already specified. *X-Frame-Options, X-Content-Type-Options, X-XSS-Protection, X-Download-Options, X-Permitted-Cross-Domain-Policies Does...
  9. Z

    Question How to delete a non-existent database user

    There is no RoundCube in my Plesk( Tools & Settings > Updates & Upgrades). I independently installed from source. But this directory(/usr/share/psa-roundcube) exists on my server. mysql> show databases like "%roundcube%"; This result is "Empty". Once I set up with the below command, plesk...
  10. Z

    Question How to delete a non-existent database user

    I faced another problem with Plesk yesterday (it solved it) and a different problem occurred. When I run "plesk repair installation" command, the DB fails and fails. I had previously installed RoundCube. I have deleted it now. An error occurs that can not operate the user of the DB it was...
  11. Z

    Resolved Plesk-PHP73-FPM start fails

    Was PHP updated to generate custom.conf? This mystery remains, but the problem is solved. Thank you very much.
  12. Z

    Resolved Plesk-PHP73-FPM start fails

    I saw custom.conf for the first time this time. After removing custom.conf, I was able to restart plesk-php73-fpm. I removed custom.conf and updated the pool. Then a new domain directory was created. The contents of custom.conf is below. [sub1.mydomain] env[NSS_SDB_USE_CACHE] = "YES"...
  13. Z

    Resolved Plesk-PHP73-FPM start fails

    Only custom.conf exists in /opt/plesk/php/7.3/etc/php-fpm.d/. I remember there were domains directory in this before. I'm concerned about "user has not been defined". Is there a way to redefine this user?
  14. Z

    Resolved Plesk-PHP73-FPM start fails

    "/opt/plesk/php/7.3/etc/php-fpm.d/sub2.mydomain.conf" does not exist. There was custom.conf. Nothing was corrected with the Repair command. I can't restart PLESK-PHP73-fpm.
  15. Z

    Resolved Plesk-PHP73-FPM start fails

    I have installed 3 versions of Plesk-PHP 7.1, 7, 2, 7.3. I updated each one to the latest version with Plesk UI today. Then I had a problem with PHP 7.3.4. I tried it because it is rare to switch between PHP versions. Then I always get an error when I switch from PHP 7.3.4 to a different...
  16. Z

    Question How to set Contents Security Policy

    I'm trying to open Mattermost on Nextcloud (use external site app). I have been blocked there by the Contents Security Policty(CSP). I wrote the following on Nextcloud nginx. add_header Content-Security-Policy "frame-src MATTERMOST-URL"; add_header X-Frame-Options "allow-from...
  17. Z

    Does Plesk affect the combination of Redis and PHP7.3?

    It's been a long time, so I write the problem I'm having. I have a problem with specifying Redis as PHP session on PHP 7.3.3. I confirmed that there were no problems with 7.1.27 and 7.2.16. However, some people have no problem with 7.3.3. It can not always be said that there is a problem in...
  18. Z

    Resolved Downgrade PLESK-PHP component & Compatibility with Redis

    I updated PHP7.3 & 7.2 with PLESK(Web UI). Then a problem occurred with the use of Redis 5.0.3. I confirmed with redis-cli command, which reacted normally. I am using Nextcloud. I can not use NC in PHP 7.3.2 (or 7.2.15) that I updated. Strictly speaking, user could not log in to NC user account...
  19. Z

    Question How to set MySQL DB from /Opt directory

    Currently I have installed software in /opt directory. That application needs MySQL. I made a database with Plesk, and the software specifies it. I can not access the database if I specify "localhost:3306" in the setting with that software. I seem to be able to access the DB by designating it as...
  20. Z

    Does Plesk affect the combination of Redis and PHP7.3?

    Nextcloud uses Redis for file locking. And I have specified Redis as the session_save_path on php.ini.
Back
Top