Koozali.org: home of the SME Server

Inaccessible http

Offline paulngis

  • 2
  • +0/-0
Inaccessible http
« 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

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: Inaccessible http
« Reply #1 on: January 30, 2011, 05:00:29 PM »
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:
Code: [Select]
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.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline paulngis

  • 2
  • +0/-0
Re: Inaccessible http
« Reply #2 on: January 31, 2011, 08:09:18 AM »
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


Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Inaccessible http
« Reply #3 on: February 01, 2011, 10:13:52 PM »
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.