• 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

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