• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Plesk 7.5.4 Portchange 8443 and DrWeb Problems

bloosk

Basic Pleskian
Hello

I would like change my Port 8443 to else i change the port in psadir/admin/conf/httpsd.conf

in Firewal i have this port active

Listen 8443 to Listen 19005
Port 8443 to Port 19005
ErrorDocument 400 https://domain.de:8443 to ErrorDocument 400 https://domain.de:19005

i restart my Plesk with /etc/init.d/psa start
and i become an error on DrWeb

Servername:~ # /etc/init.d/psa start
xinetd off
Starting INET services. (xinetd) done
named off
Starting name server BIND 9 done
mysql off
Starting service MySQL
done
qmail on
Starting qmail: done
courier-imap on
Starting Courier-IMAP server:
Starting imapd done
Starting imap-ssl done
Starting pop3 done
Starting pop3-ssl done

postgresql off
Starting PostgreSQL done
psa-spamassassin on
Starting psa-spamassassin service: done
apache2 off
Processing config directory: /usr/local/psa/admin/conf/httpsd.*.include
/usr/local/psa/admin/bin/httpsdctl start: httpd started
Starting Plesk: done
drwebd on
Starting Dr.Web (R) daemon Dr.Web (R) daemon for Linux/Plesk Edition, version 4.32.2 (2004-11-01)
Copyright (c) Igor Daniloff, 1992-2004
Doctor Web Ltd., Moscow, Russia
Support service: http://support.drweb.com
To purchase: http://buy.drweb.com

Engine version: 4.32b
Loading /var/drweb/bases/drwtoday.vdb - Ok, virus records: 192
Loading /var/drweb/bases/drw43259.vdb - Ok, virus records: 806
Loading /var/drweb/bases/drw43258.vdb - Ok, virus records: 745
Loading /var/drweb/bases/drw43257.vdb - Ok, virus records: 720
......................
Loading /var/drweb/bases/drw43249.vdb - Ok, virus records: 763
done
Servername:~ # Loading /var/drweb/bases/drw43248.vdb - Ok, virus records: 628
Loading /var/drweb/bases/drw43247.vdb - Ok, virus records: 652
Loading /var/drweb/bases/drw43246.vdb - Ok, virus records: 749
..................
Loading /var/drweb/bases/drwebase.vdb - Ok, virus records: 51982
Loading /var/drweb/bases/drw43201.vdb - Ok, virus records: 364
Total virus records: 88579
Key file not found!
Plesk authorization failed: HTTP request error [7]
Error: Plesk Software not running.

If port 8443 then DrWeb start

Servername:~ # /etc/init.d/psa start
xinetd off
Starting INET services. (xinetd) done
named off
Starting name server BIND 9 done
mysql off
Starting service MySQL
done
qmail on
Starting qmail: done
courier-imap on
Starting Courier-IMAP server:
Starting imapd done
Starting imap-ssl done
Starting pop3 done
Starting pop3-ssl done

postgresql off
Starting PostgreSQL done
psa-spamassassin on
Starting psa-spamassassin service: done
apache2 off
Processing config directory: /usr/local/psa/admin/conf/httpsd.*.include
/usr/local/psa/admin/bin/httpsdctl start: httpd started
Starting Plesk: done
drwebd on
Starting Dr.Web (R) daemon Dr.Web (R) daemon for Linux/Plesk Edition, version 4.32.2 (2004-11-01)
Copyright (c) Igor Daniloff, 1992-2004
Doctor Web Ltd., Moscow, Russia
Support service: http://support.drweb.com
To purchase: http://buy.drweb.com

Engine version: 4.32b
Loading /var/drweb/bases/drwtoday.vdb - Ok, virus records: 192
Loading /var/drweb/bases/drw43259.vdb - Ok, virus records: 806
.......................
Loading /var/drweb/bases/drw43250.vdb - Ok, virus records: 858
Loading /var/drweb/bases/drw43249.vdb - Ok, virus records: 763
done
Servername:~ # Loading /var/drweb/bases/drw43248.vdb - Ok, virus records: 628
Loading /var/drweb/bases/drw43247.vdb - Ok, virus records: 652
Loading /var/drweb/bases/drw43246.vdb - Ok, virus records: 749
..........................................
Loading /var/drweb/bases/drw43202.vdb - Ok, virus records: 543
Loading /var/drweb/bases/drwebase.vdb - Ok, virus records: 51982
Loading /var/drweb/bases/drw43201.vdb - Ok, virus records: 364
Total virus records: 88579
Key file not found!
Daemon is enabled for protecting 1 e-mail`s:
mail@mail.de
Daemon is installed, active interfaces: 127.0.0.1:3000

How i can change the Port for my Plesk and DrWeb work fine?



Thanks very much

Brandmeir Gerhard :confused:
 
Sounds like a bug to me. You can report it via bugreport[at]sw-soft.com
 
You ever get this fixed? I am experiencing the same problem. Thanks.
 
I have the same problem too! is nobody there with a solution?!

thx
Alex
 
Hi,

even I can't send you a fix, I can at least name you a solution which should work ;-)

in your conf file, you have to add also the 8443 port, but only for localhost.

e.g.
Listen *:1901
Listen 127.0.0.1:8443

Then PLESK will listen to all Interfaces/Ip's on port 1901, and only on localhost port 8443

For any reason, drweb tries to connect to localhost:8443 to verify the license

Hope it helps; At least with v 8.0.0 it works fine

Christian
 
Listen 127.0.0.1:8443

Then PLESK will listen to all Interfaces/Ip's on port 1901, and only on localhost port 8443

For any reason, drweb tries to connect to localhost:8443 to verify the license
hey Clos,

it works :D...thx!!!
 
Back
Top