LiteSpeed Support Forums

LiteSpeed Support Forums (http://www.litespeedtech.com/support/forum/index.php)
-   Install/Configuration (http://www.litespeedtech.com/support/forum/forumdisplay.php?f=11)
-   -   cpanel trying to check whm-status through litespeed (http://www.litespeedtech.com/support/forum/showthread.php?t=5579)

aww 12-24-2011 08:20 AM

cpanel trying to check whm-status through litespeed
 
I just noticed this is periodically happening in the logs

File not found [/usr/local/apache/htdocs/whm-server-status]

I vaguely recall cpanel polls that normally to make sure things are running and possibly do a restart if it's not there?

This is a problem because while it's in httpd.conf, litespeed doesn't support the directive

grep -A 5 whm-server-status /usr/local/apache/conf/httpd.conf
Code:

<Location /whm-server-status>
    SetHandler server-status
    Order deny,allow
    Deny from all
    Allow from 127.0.0.1
</Location>


Technically this is a cpanel problem but because litespeed is replacing apache, I am not sure how to best address it.

I have to remember where the setting is that does this polling, I guess it's not really required.

aww 12-24-2011 08:23 AM

Oh duh, I am duplicating questions, very sorry

http://www.litespeedtech.com/support...ead.php?t=5536

You can delete this thread if you'd like.


All times are GMT -7. The time now is 07:41 PM.