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

Unable to access the site Plesk

Extar93

New Pleskian
Hello. When you log into Plesk Panel error:
Unable to access the site
Connection reset.
How can it be fixed? This error occurs after 5-10 minutes of downtime of the control panel. Restart services sw-cp-server and sw-engine gave no result.
 
Last edited:
i am able to access the panel url (login page)

after login you are dropped after 5-10 minutes? That is it?
 
Check if you had enable Plesk firewall inside of Tool and Settings - disable for test
Look ate firewall/antivirus installed on your own computer (disable them for test)
Try access to your plesk from another ISP connection

another options:


- Disable Mod_secure and CloudFlare (there is another one that i don't remember the name)
its for secure issues.
- take a look on log file
 
Check if you had enable Plesk firewall inside of Tool and Settings - disable for test
Look ate firewall/antivirus installed on your own computer (disable them for test)
Try access to your plesk from another ISP connection

another options:


- Disable Mod_secure and CloudFlare (there is another one that i don't remember the name)
its for secure issues.
- take a look on log file
Mod_secure and CloudFlare not installed on the server, from the phone and another PC running Plesk. What log file you are interested in? Stop antivirus on YOUR PC did not give result.
 
Code:
[plesk]
user = psaadm
group = psaadm

listen = /var/run/sw-engine.sock
listen.owner = sw-cp-server
listen.group = root
listen.mode = 0600

pm = ondemand
pm.start_servers = 0
;pm.min_spare_servers = 2
;pm.max_spare_servers = 8
pm.max_children = 26
pm.process_idle_timeout = 30s
;pm.max_requests = 10

;slowlog = /var/log/sw-cp-server/slow.log
;request_slowlog_timeout = 10s
;catch_workers_output = yes
request_terminate_timeout = 600s

security.limit_extensions = .php .php3

env[PATH] = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

php_value[auto_prepend_file] = auth.php
php_value[error_log] = /var/log/plesk/panel.log

original
 
Back
Top