• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » code
Trace: • 32 CentOS5でTLS1.2 Apache PHP • 27 Docker Djnago • 03 Chrome拡張機能 Manifest V3 • FreeBSD - CVSup • 31 CentOS5 でTLS1.2

code

Search

You can find the results of your search below.

Ends with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@50_dialy:2025:02
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

2025.02.06 Cloudflare CF-Connecting-IP
10 Hits, Last modified: 10 months ago
eip_moduleを利用 ※Aache 2.4 ===== module有効化 ===== <code> sudo a2enmod remoteip sudo systemctl restart apa... chectl -M | grep remo remoteip_module (shared) </code> ===== removeip.conf用意 ===== CloudflareからのヘッダCF... Pリストは、[[https://www.cloudflare.com/ja-jp/ips/]] <code| /etc/apache2/conf-available/remoteip.conf> LoadM... 72.64.0.0/13 RemoteIPTrustedProxy 131.0.72.0/22 </code> ===== 設定有効化 ===== <code> sudo a2enconf remotei
2025.02.18 mod_remoteip Apache2.2
10 Hits, Last modified: 10 months ago
。 ※mod_remoteipは、Apache2.4以降 ===== ソースから ===== <code> cd /usr/local/src/ git clone https://github.com/... od_remoteip-httpd22.git cd mod_remoteip-httpd22 </code> ===== Apacheに組み込む ===== <code> apxs -i -c -n mod_remoteip.so mod_remoteip.c </code> ===== confファイル用意 ===== <code> cp -p mod_remotei
2025.02.08 #付きのリダイレクト
6 Hits, Last modified: 11 months ago
ダイレクトされてしまう。 https://hogehoge.com/hoge2%23page1 <code> RewriteCond %{REQUEST_URI} ^/hoge/page1 RewriteRule ^ /hoge2#page1 [R=302,L] </code> ===== 対応方法 ===== htmlを経由して、Javascriptでリダイレクトしてあげる。 <code|.htaccess> RewriteCond %{REQUEST_URI} ^/hoge/page1 RewriteRule ^ /hoge2_page1.html [R=302,L] </code> <code|hoge2_page1.html> <script> window.locati
2025.02.05 Docker Error
4 Hits, Last modified: 11 months ago
5.3-apache でエラーが出て起動していなかった。 ===== Error ===== <code> pukiwiki-php-1 | AH00558: apache2: Could not re... pukiwiki-php-1 | httpd (pid 1) already running </code> ===== 対応 ===== imageのバージョンを新しいものにしたら治りました。 <code> version: "3" services: php: image: php:5.3-apache ↓ image: php:5.3.29-apache </code> {{tag>日記 Docker}}
2025.02.09 Python OSError: [WinError 193] %1 は有効な Win32 アプリケーションではありません。
4 Hits, Last modified: 11 months ago
nでChrome Driverを読み込む時にエラーになる。 ===== ソース ===== <code> from webdriver_manager.chrome import ChromeDrive... Chrome(service=global_service, options=options) </code> ===== Error ===== OSError: [WinError 193] %1... そこで、Pathを修正するして、chromedriver.exeに変えてあげると動作しました。 <code> from webdriver_manager.chrome import ChromeDrive... ) driver = webdriver.Chrome(service=global_service, options=options) </code> {{tag>日記 Python Selenium}}
2025.02.07 Cloudflare 対応ポート
2 Hits, Last modified: 11 months ago
実は何でもではなくて、HTTPサポートとか、HTTPSサポートとか、Cache無効とかある。 <code> HTTP ports supported by Cloudflare 80 8080 8880 ... 52 2053 2082 2083 2086 2087 2095 2096 8880 8443 </code> [[https://developers.cloudflare.com/fundamental

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki