Top Menu

Apache2.4如何手动配置Linode longview Apache Status Page

Linode longview在Debian下的Apache2.4自动配置似乎有点问题,总是显示无法访问server-status页面,而官方文档也没有写明白,只能自己动手尝试,终于配置成功,最后发现原来问题出在Longview的配置文件用的默认接口上。

1.启用mod_status

a2enmod status

2.进入/etc/apache2/mods-available 找到status.conf

确认文件内容如下

<IfModule mod_status.c> # Allow server status reports generated by mod_status, # with the URL of http://servername/server-status # Uncomment and change the "192.0.2.0/24" to allow access from other hosts. <Location /server-status> SetHandler server-status Require local #Require ip 192.0.2.0/24 </Location> # Keep track of extended status information for each request ExtendedStatus On # Determine if mod_status displays the first 63 characters of a request or # the last 63, assuming the request itself is greater than 63 chars. # Default: Off #SeeRequestTail On <IfModule mod_proxy.c> # Show Proxy LoadBalancer status in mod_status ProxyStatus On </IfModule> </IfModule>

Continue Reading 0

鬼乡和地雷区 影评

最近接连看完了鬼乡和地雷区,这两部片子正巧都是讲的发生在1945年的事,一部是讲述1945年德国投降之后在丹麦的德国战俘的遭遇,另一部是讲述1945年日本投降前在中国境内朝鲜慰安妇的遭遇。两部电影的拍摄角度不同,但是都是在讲战败民族的悲惨遭遇。

Continue Reading 0

賣橘子的字我解嘲 书评

很早就开始在看相声瓦舍,Youtube上的播单看了一遍又一遍。特别是对馮翊綱先生写的剧本也是非常的喜欢。之后有看到馮翊綱先生出了賣橘子的字我解嘲这本书,就非常想买一本来看看,可惜国内没有现货,拖了很久,最近又想起这件事,就到淘宝找了家店从台湾进口了一本来看看。

Continue Reading 0

Powered by WordPress. Designed by WooThemes