全文検索:
- 2025.02.06 Cloudflare CF-Connecting-IP @50_dialy:2025:02
- ====== 2025.02.06 Cloudflare CF-Connecting-IP ====== CF-Connecting-IP でリモートIPを取得 remoteip_moduleを利用 ※Aache 2.4 ===== module有効化 ===== <code> sudo a2enmod remoteip sudo systemctl restart apache2 apachectl -M | gr
- 2025.02.18 mod_remoteip Apache2.2 @50_dialy:2025:02
- ====== 2025.02.18 mod_remoteip Apache2.2 ====== 古いOSでApache2.2が動いている場合、mod_remoteipは利用できない。 ※mod_remo... src/ git clone https://github.com/ttkzw/mod_remoteip-httpd22.git cd mod_remoteip-httpd22 </code> ===== Apacheに組み込む ===== <code> apxs -i -c -n mod_remoteip.so mod_remoteip.c </code> ===== confファイル用意 =====