Apache – The timeout specified has expired
![]()
測試環境 CentOS 8 Apache 的 error_log 出現以下錯誤訊息. 解法參考 – https://shouts.dev/articles/apache-proxy-fcgi-the-timeout-specified-has-expired-on-rhel 安裝 mod […]
![]()
測試環境 CentOS 8 Apache 的 error_log 出現以下錯誤訊息. 解法參考 – https://shouts.dev/articles/apache-proxy-fcgi-the-timeout-specified-has-expired-on-rhel 安裝 mod […]
![]()
測試環境為 CentOS8 (虛擬機) Apache 突然掛了,檢查系統訊息出現以下的錯誤. shared memory 共享記憶體,主要用途是允許兩個程序 Process 存取同一個邏輯記憶體,要怎麼檢視目前系統的 shared memory 的設定. 限制公式 : (max number of […]
![]()
測試環境為 CentOS 8 x64 (虛擬機 ) 現在可以用 firewall-cmd 指令來改 防火牆設定. 參考文章 – https://blog.gtwang.org/linux/centos-7-firewalld-command-setup-tutorial/2/ 啟動防火牆 […]
![]()
公司測試環境常常有人不小心把 DHCP Server 連接到主要的 Switch 上,造成其他同事測試上的問題. 可以把非 DHCP Server 的埠,可以透過 Switch ACL (Access Control List) 功能來把 DHCP Server 使用的協定阻擋 ( Deny , B […]
![]()
測試環境 CentOS 7 64bits 第一次使用到 Apache 的 .htaccess 應該是在設定 WordPress 固定網址設定 – https://benjr.tw/10918 先來看一下 Apache 設定檔 /etc/httpd/conf/httpd.conf 裡面就已 […]
![]()
兩台 Switch 上皆有 DHCP Server (同網段,使用不同的 IP Range),串接在一起就打架了,有什麼辦法可以串再一起又不會影響彼此的 DHCP ,一開始有想過設定 Vlan + Trunk 來隔開,後來找到另外一種更方便的方式 Switch ACL (Access Control […]
![]()
要設定 Dell 1G Switch (型號 Powerconnect 5324) VLAN ,並透過 Trunk Port 與其他既存的 Switch 相連線. VLAN 透過 VLan 的功能能將一個實體的 switch 將他切割成多個 logical broadcast domain (所有的 […]
![]()
最近學習使用 tcpdump – https://benjr.tw/96904 卻看到一堆 cksum (checksum) incorrect 的封包,這是怎麼一回事? 測試環境為 CentOS x86_64 (虛擬機) Flags – DF (Don’t fr […]
![]()
測試環境 CentOS7 x86_64 利用 tcpdump 來擷取 TCP/IP 常見封包,關於 tcpdump 請參考 https://benjr.tw/96904 tcpdump 的輸出格式,如下: hh:mm:ss.frac (Timestamp) 時間. Source IP.Port &g […]
![]()
關於 IPMI 的基礎概念請參考 https://benjr.tw/11240 預設的 IPMI 只會有一個 administrator 使用者. 透過參數 user set name / password 來新增一個使用者 ben. 權限需要透過參數 channel 再設定. 須針對 callin […]