Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: paulngis on January 30, 2011, 01:03:03 AM
-
Don't recalled after which update from the server-manager, and is now no longer accessible to the webpage in the browser. It maybe very simple to fix it, wondering if someone can give me a few hints to start looking at it and to fix it.
SSH is fine to access, but through console to server-manager, I got an error message "The requested URL / server-manager was not found on the server.
I am running 7.5.1
-
Don't recalled after which update from the server-manager, and is now no longer accessible to the webpage in the browser. It maybe very simple to fix it, wondering if someone can give me a few hints to start looking at it and to fix it.
SSH is fine to access, but through console to server-manager, I got an error message "The requested URL / server-manager was not found on the server.
Start by checking the configuration files, to see if there are no errors in them:
httpd -t
httpd -t -f /etc/httpd/admin-conf/httpd.conf
If both are OK, check /var/log/httpd/error_log and/or /var/log/httpd/admin_error_log for clues, if the syntax check fails investigate where and why and fix that, if you need help please post the results or the relevant log file entries here so we can read them.
-
Syntax OK on httpd -t.
The admin_error_log showed the error caused by "wordpress". After uninstalling and reboot, I am able to access the http site. Thanks.
Also on the error_log, there is another error message and other warnings:
[error] : [client 66.249.72.152] File does not exis: /home/e-smith/files/ibays/Primary/html/robots.txt
[warn]: init: Session Cache is not configured [ hints: SSLSessionCache]
[notice]: Digest: generating secret for digest authentication
Digest is done
Apache configurated -- resuming normal operations
Is there anything else I could do to eliminate the warning message on Session Cache?
Your comment would appreciate
-
Is there anything else I could do to eliminate the warning message on Session Cache?
Your comment would appreciate
You could follow this advice, which was already given to you when you posted in the forum:
Don't report problems here - Please report bugs and potential bugs in the bug tracker
and then wait until the development team addresses the issue, or you could fix it yourself, using the hint given to you in the log message.