• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Publish site with Sitebuilder and plesk

M

MrViper@

Guest
Hi to everyone!
I've installed sitebuilder 3.0.2 on same server with Plesk 8.1.1.
The server have local ip 192.168.1.11 and name jupiter.infopuntonet.it and when I try to publish the site I don't know what can i choice to publish (ftp, vsftp etcc).
Who can help me!

(sorry for my bad english)
 
In SiteBuilder 3.0 for Unix/Linux, there are three modes of site publishing:

* XCOPY. The type of publication when the site files are stored on a local computer.
* VPS (Virtual Private Server). The type of publication when the site files are stored on a virtual private server.
* FTP (File Transfer Protocol). The type of publication when the site files are stored on an FTP server.

If you are not using Virtuozzo, there is no way to use VPS mode. So you can use or XCOPY or FTP. As Sitebuilder installed on the same server as Plesk and publishing process will be done to the same server it is suggested to use FTP method as XCOPY one is not secure.
So, just select FTP method and configure publishing settings: FTP user for domain, domain URL and working directory. The IP address for the host should be the same to which domain URL resolved.
 
For example:
domain name: www.diodatiweb.it
ftp://ftp.diodatiweb.it
Public Ip: 82.107.158.219
local directory: /srv/www/vhosts/diodatiweb.it/httpdocs
username: xxxx
password: xxxx

I've this message

"Cannot receive authorization for work with the host"

Where is the error?
 
"Cannot receive authorization for work with the host" error means that Sitebuilder can not connect to specified host with given FTP user and password. Please check it one more time.
Also, in your case working directory will be httpdocs/ but not full path.


Originally posted by MrViper
For example:
domain name: www.diodatiweb.it
ftp://ftp.diodatiweb.it
Public Ip: 82.107.158.219
local directory: /srv/www/vhosts/diodatiweb.it/httpdocs
username: xxxx
password: xxxx

I've this message

"Cannot receive authorization for work with the host"

Where is the error?
 
Back
Top