wiwebhost Posted September 15, 2007 Share Posted September 15, 2007 I was wondering if there is a trick to get the server status stuff working for a separate Windows 2003 server? or if it doesn't support? I have the url correct in the config, but all the "lights" are red, and no server uptime info. The phpinfo link works and brings up the info for the Windows server, but the other parts don't. I've double checked that disable_functions is not causing a problem and that the fopen (can't remember it exactly) is set correctly in php.ini on the windows server... safe mode is off... any thoughts? Thanks! Dusty 0 Quote Link to comment Share on other sites More sharing options...
brianoz Posted September 16, 2007 Share Posted September 16, 2007 As far as I remember, the server status stuff relies heavily on the Linux/Unix "magic" /proc filesystem for it's information. This is good because it's fast, but it won't work on Windows at all. You could probably make something yourself; unless someone has something to share that's about all you'll be able to do. 0 Quote Link to comment Share on other sites More sharing options...
wiwebhost Posted September 17, 2007 Author Share Posted September 17, 2007 Ok... thanks for that... that's kind of what I was thinking. Ok, so now the next related question.... on the main page, the server status "table" show's the % used, but doesn't show the http, load or uptime status like the client status page does.... is that another template file I forgot? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.