Koozali.org: home of the SME Server

server-manager dissappeared

Offline bjoyce

  • *
  • 72
  • +0/-0
server-manager dissappeared
« on: September 02, 2005, 08:04:20 AM »
Hi everyone,
I installed a php /mysql application and my server-manager site has gone.

When I try to access server-manager this error comes up
---
Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /server-manager.

Reason: Could not connect to remote machine: Connection refused
---

The only thing I can think of that may have caused a problem was changing the root@localhost user in mysql password.

Could this cause server-manager to dissappear.  The box is still working fine and all other web services like webmail and the primary ibay are still working fine.


Anyone got anyideas what could be wrong?

thanks

Brad
.........

Offline genzil

  • ***
  • 51
  • +0/-0
    • http://www.tuxx.org.uk
server-manager dissappeared
« Reply #1 on: September 02, 2005, 04:35:07 PM »
Login to your server as root and run the following command:

/etc/init.d/httpd-admin restart

Try to get to the server manager.

If that doesn't work then look at /var/log/httpd/admin_error_log and see what that says.
Smile :-)......

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: server-manager dissappeared
« Reply #2 on: September 02, 2005, 10:27:21 PM »
Quote from: "bjoyce"

The only thing I can think of that may have caused a problem was changing the root@localhost user in mysql password.


That was an unnecessary thing to do. Why did you do it? But it won't have blocked your access to the server manager. One of the two apache processes is not running. You will have to look at log files to find out why it isn't running.

Offline bjoyce

  • *
  • 72
  • +0/-0
server-manager dissappeared
« Reply #3 on: September 03, 2005, 01:37:20 AM »
Thanks Genzil, that worked a treat :-D

CharlieBrady, I did it accidently when copy pasting stuff from a howto i grabbed the whole line (including the carriage return) that executed root@localhost etc when i really wanted to edit the line to have the user controlling a new mysql database.

The return executed the line as soon as i pasted it into the bash shell. doh :( :oops:  

Here is the section from the error log that shut down the service.  What could have caused this?

---paste from httpd_error_log---
print() on unopened filehandle esmith::FormMagick::LOG at /usr/lib/perl5/site_perl/esmith/FormMagick.pm line 401, <DATA> line 1.
get_languages: Browser asked for missing languages en-au
[Thu Sep  1 13:48:43 2005] [notice] caught SIGTERM, shutting down
---end of paste---
.........