• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

sitebuilder URL not found after upgrade

F

flupke

Guest
browser returns "Not Found The requested URL /Login was not found on this server. Apache/2.0.54 (Fedora) Server at sitebuilder.host1.fidelihost.net Port 80"

right now checking apache conf file, I think the upgrade messed up apache conf file.....
 
zz011_sitebuilder.conf missing!

it looks like zz011_sitebuilder.conf disapeared, how can I reconstruct it, what file does reference it?
 
no change (command successful: creating webserver config, but no change)
 
and it does not create zz011_sitebuilder.conf? try running it in the verbose mode (--verbose) and see if there is anything interesting in the log.
 
the file zz011_sitebuilder.conf has been created, I restart apache but URl still not found.

which file should include zz011_sitebuilder.conf?

Isn't this related to the service VPS (like for certificates)?
 
more info: some files missing:

[Mon Jan 28 13:30:48 2008] [error] [client xxxx] File does not exist: /
var/www/vhosts/default/htdocs/img/glyph, referer: http://sitebuilder.xxxxxx/css/winxp.blue.css
[Mon Jan 28 13:30:48 2008] [error] [client xxxxxxx] File does not exist: /
var/www/vhosts/default/htdocs/img/glyph, referer: http://sitebuilder.xxxxx/css/winxp.blue.css
[Mon Jan 28 13:30:48 2008] [error] [client yyyyyy] File does not exist: /
var/www/vhosts/default/htdocs/img/glyph, referer: http://sitebuilder.xxxxxxxx/css/winxp.blue.css
[Mon Jan 28 13:30:48 2008] [error] [client yyyyyy] File does not exist: /
var/www/vhosts/default/htdocs/img/glyph, referer: http://sitebuilder.xxxx.xxxx.xxx/css/winxp.blue.css
 
changed zz011_sitebuilder.com as follow:

ServerName site=sitebuilder.xxxx was changed to ServerName sitebuilder.xxxxxxxxxxx ,

now I get an internal server error
 
sitebuilder_error.log:

[Mon Jan 28 14:59:13 2008] [error] [client xxxxx] Premature end of script headers: php5


this upgrade messed up everything .............
~
 
Make sure that appropriate PHP is used for Sitebuilder:
# sb_config --help|grep php
--phpcli_path PHP CLI executable [/opt/php52/bin/php5]
--phpcgi_path PHP CGI executable [/opt/php52/cgi-bin/php5]

Also, try to run http://sitebuilder.xxxx/check.php and check if all requirements observed for Sitebuilder proper work.
 
Back
Top