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

Plesk Web Server has been released

romand700

Regular Pleskian
Hello,
because the service has been released and no start? See Attached..

The Plesk Web Server service on host ....... has been released from monitoring on Jun 2, 2015 04:47 PM.

Regards,
 

Attachments

  • Schermata 2015-06-02 alle 16.56.34.png
    Schermata 2015-06-02 alle 16.56.34.png
    175.5 KB · Views: 15
Last edited:
So, have you checked at least that sw-cp-server is up and running?

# /etc/init.d/sw-cp-server status
sw-cp-serverd (pid 21195) is running...
 
So, have you checked at least that sw-cp-server is up and running?

# /etc/init.d/sw-cp-server status
sw-cp-serverd (pid 21195) is running...
Hello,
# /etc/init.d/sw-cp-server status
sw-cp-serverd è interrotto (It is interrupted)

Any idea?

regards,
 
Try to start it with

# /etc/init.d/sw-cp-server start

And check possible errors in /var/log/sw-cp-server/error_log if any problems.
Usual troubleshooting.
 
Try to start it with

# /etc/init.d/sw-cp-server start

And check possible errors in /var/log/sw-cp-server/error_log if any problems.
Usual troubleshooting.
Avvio di sw-cp-serverd: nginx: [emerg] bind() to 0.0.0.0:6308 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8443 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8880 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:6308 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8443 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8880 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:6308 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8443 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8880 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:6308 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8443 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8880 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:6308 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8443 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8880 failed (98: Address already in use)
nginx: [emerg] still could not bind()

[FAILED]

But, in any case the server is running ..

regards
 
Now we go to http://kb.odin.com/ and look for the string "nginx: [emerg] bind() to failed (98: Address already in use)" and see many related KB articles.
Hello IgorG,
thank for your link, but in my server (nginx) is not installed.. Is this the problem?

You see attached.

Regards,
 

Attachments

  • Schermata 2015-06-03 alle 18.22.38.png
    Schermata 2015-06-03 alle 18.22.38.png
    238.9 KB · Views: 5
Try to install it there.
Hello IgorG,
I installed nginx.. In Tools & Settings > Services I see:
Reverse Proxy Server (nginx) > Activated
PHP-FPM support for nginx > Activated

# /etc/init.d/sw-cp-server status
sw-cp-serverd is interrupted

# /etc/init.d/sw-cp-server start
Avvio di sw-cp-serverd: nginx: [emerg] bind() to 0.0.0.0:6308 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8443 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8880 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:6308 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8443 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8880 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:6308 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8443 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8880 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:6308 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8443 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8880 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:6308 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8443 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8880 failed (98: Address already in use)
nginx: [emerg] still could not bind()

[FAILED]

Any idea?

Regards,
 
Have you read corresponding KB articles and tried to apply solutions? Any results?
 
Have you read corresponding KB articles and tried to apply solutions? Any results?
Ok.. I try..

EDIT: I think I've solved this way:

# ps ax | grep sw-cp
19688 pts/0 S+ 0:00 grep sw-cp
27781 ? Ss 0:00 sw-cp-server: master process /usr/sbin/sw-cp-serverd -c /etc/sw-cp server/config
27782 ? S 0:11 sw-cp-server: worker process

# kill -9 27781
# kill -9 27782

# /etc/init.d/sw-cp-server restart
sw-cp-serverd: [FAILED]
sw-cp-serverd: [ OK ]

# /etc/init.d/sw-cp-server status
sw-cp-serverd (pid 19715) in running...

IgorG.. Thanks..

Regards,
 
Last edited:
Back
Top