• 内容へ移動

fl8 Wiki

ユーザ用ツール

  • ログイン

サイト用ツール

  • 最近の変更
  • メディアマネージャー
  • サイトマップ
現在位置: Dokuwiki.fl8.jp » no
トレース: • 06 sshでパスワードなしにログインするには • 33 PHP56 fsockopenでエラー • 14 Let's Encrypt無料のSSL証明書 • 05 CentOS7 firewalld • 06 WireGuard

no

検索

以下に検索結果を表示します。

部分一致
  • 完全一致
  • 前方一致
  • 後方一致
  • 部分一致
@01_linux:02_www
  • 全ての名前空間
全期間
  • 全期間
  • 1週間以内
  • 1カ月以内
  • 1年以内
ヒット数順に並べる
  • ヒット数順に並べる
  • 最終更新順に並べる

全文検索:

32 CentOS5でTLS1.2 Apache PHP
17 ヒット, 最終更新: 7カ月前
==== <code> xml/apr_xml.c:35:19: error: expat.h: No such file or directory xml/apr_xml.c:66: error: e... ’: xml/apr_xml.c:364: error: ‘apr_xml_parser’ has no member named ‘xp’ xml/apr_xml.c:365: error: ‘apr_xml_parser’ has no member named ‘xp’ xml/apr_xml.c: At top level: xm... ’: xml/apr_xml.c:401: error: ‘apr_xml_parser’ has no member named ‘xp’ xml/apr_xml.c:402: error: ‘apr_
10 Memchached
15 ヒット, 最終更新: 6年前
cat /etc/sysconfig/memcached PORT="11211" USER="nobody" MAXCONN="1024" CACHESIZE="64" OPTIONS="" </c... OOM 2 120B 535414s 10 82252 no 0 0 0 3 152B 609763s 1 1 no 0 0 0 4 192B 535414s 1 15 no 0 0 0 5 240B 535414s
81 php53へアップデート
7 ヒット, 最終更新: 9年前
cleanup --dupes rpm -Va --nofiles --nodigest The program package-cleanup is found in the yum-utils package. </code> ===== ②対処 =... stributions/fedora/epel/5/x86_64/epel-release-5-4.noarch.rpm # rpm -ivh epel-release-5-4.noarch.rpm # vi /etc/yum.repos.d/epel.repo 6 enabled=1  ↓ 6 enab
14 Let's Encrypt無料のSSL証明書
5 ヒット, 最終更新: 3年前
pd" ==== アクセス制御してある場合 ==== 実際にアクセスされるのは、 .well-known/acme-challeng以下のファイルです。 .well-knownを作ってやって、そこに.htaccessを置き許可していてやればOK <code> $ cat .well-known/.htaccess Order Deny,Allow Allow from all </co... r/bin/certbot-auto: line 583: virtualenv: command not found epel.repoをenableしてやればOK === python2.7
17 Nginx FastCGI Cache
5 ヒット, 最終更新: 3年前
arams; ### 以下の設定を追加 ### set $do_not_cache 0; # -- POST or HEAD ? if ($request_method != "GET") { set $do_not_cache 1; } # -- Login or Comment or Pos... press_logged_in|wp-postpass_).*$) { set $do_not_cache 1; } fastcgi_cache cache-zone; ... X-F-Cache $upstream_cache_status; } </code> ^$do_not_cache|0 1|キャッシュ時の条件記述。 \\ $do_not_cache=0の時はキャッシ
60 Apacheが起動しない AH01760
5 ヒット, 最終更新: 7年前
い AH01760 ====== ===== エラー ===== [auth_digest:notice] [pid 29978] AH01757: generating secret for d... authentication ... [core:emerg] [pid 29978] (28)No space left on device: AH00023: Couldn't create th... aque mutex [auth_digest:error] [pid 29978] (28)No space left on device: AH01760: failed to create lock (opaque_lock) - all nonce-count checking, one-time nonces, and MD5-sess
82 CentOS 5.8 + Apache 2.2 + PHP 5.3 + suPHP 0.7.1
5 ヒット, 最終更新: 7年前
DOCUMENT_ROOT check_vhost_docroot=false ;Send minor error messages to browser errors_to_browser=true... by setting the PHPRC environment variable). # Do *NOT* refer to a file but to the directory the file r... ou compiled suphp with setid-mode "force" or "paranoid", you can # specify the user- and groupname to ... ndle requests with the type <mime-type>. # Please note this only works, if an action for the handler i
02 Apache2で自己認証ssl
4 ヒット, 最終更新: 5カ月前
Z8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAL+yZuZvRxfsMspNO0Ot sARw5F1ErAUtcHiTKwsPkzyt1nuaspq0nGQnLQbXNNoYaBFGfi+cr2CkCIbWy3wk sS1XcffxFZtLXhyF7wSa4o2fhTml/... シュ値が合致していればOK <code> $ openssl x509 -issuer_hash -noout -in [サーバ証明書].crt 8d28ae65 $ openssl x509 -subject_hash -noout -in [中間証明書].crt 8d28ae65 </code> 中間証明書がちゃんと反映
mod_suphp
4 ヒット, 最終更新: 13年前
mode ==== yumからインストールした場合 <color red>デフォルトではparanoidになっています。</color> コンパイルオプション <code> --with-seti... (Apache 2を使用している場合のみサポート) "paranoid": ownerのUDI/GIDでスクリプトを実行しますが、Apacheで設定された ... 、環境変数を設定する場合もヴァーチャルホスト毎に行う。</color> ===== エラー(Unknown Interpreter) ===== こんなエラーが出てしまう。 <code> SecurityException in Application.cpp:511: Unknown Interpreter: php </code> ◆対応\\ /etc/suphp.conf
83 PHP複数バージョンを共存
3 ヒット, 最終更新: 6年前
home/hoge/public_html/.htaccess: suPHP_ConfigPath not allowed her === php.ini設定のマージ === ユーザディレクトリにp... d Engine v3.1.0, Copyright (c) 1998-2018 Zend Technologies with Zend OPcache v7.1.17, Copyright (c) 1999-2018, by Zend Technologies </code> {{tag>suphp php}}
CentOS5.2でApache2.2インストール
3 ヒット, 最終更新: 13年前
ble-speling=shared ・ ・ ・ configure: error: ...No recognized SSL/TLS toolkit detected </code> <col... line 55 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libphp5.so into ... server: /usr/local/apache2/modules/libphp5.so: cannot restore segment prot after reloc: Permission den
15 CentOS6 suPHP7.2
2 ヒット, 最終更新: 6年前
n DOCUMENT_ROOT check_vhost_docroot=true ;Send minor error messages to browser errors_to_browser=fals... ="/bin:/usr/bin" ;Umask to set, specify in octal notation umask=0077 ; Minimum UID min_uid=100 ; Mi
19 Let's Encrypt ワイルドカード証明書
2 ヒット, 最終更新: 2年前
eaders); $response = curl_exec($ch); if (curl_errno($ch)) { echo 'Connection Error: ' . curl_errno($ch) . ' - ' . curl_error($ch);exit; } $info = curl_
21 グラフ描写(gnuplot)
2 ヒット, 最終更新: 8年前
:02_www:image.png?400|}} ==== エラー ==== Could not find/open font when opening font "arial", using internal non-scalable font フォントが無いですよ。というエラー 下記を環境変数を設定してあげる
mod_rewrite
2 ヒット, 最終更新: 7年前
Gone)| |L|Last マッチしたらRewriteを止めます。以降のルールは無視!| |NC|No Case|大文字小文字を無視| |NE|No Escape|".", "?", "%"などの特殊文字が"%25″のようにエンコードされるのを防ぐ| |OR|Or|RewriteCondを複数指定する場合
03 SSL中間証明書確認
1 ヒット, 最終更新: 6年前
04 .htaccess で制限時間設定
1 ヒット, 最終更新: 7年前
18 Let's Encrypt Certbot
1 ヒット, 最終更新: 24カ月前
31 CentOS5 でTLS1.2
1 ヒット, 最終更新: 4年前
33 PHP56 fsockopenでエラー
1 ヒット, 最終更新: 6年前
mod_geoip 接続元国でWebアクセスを制限
1 ヒット, 最終更新: 13年前

ページ用ツール

  • 文書の表示
  • 以前のリビジョン
  • バックリンク
  • 文書の先頭へ
特に明示されていない限り、本Wikiの内容は次のライセンスに従います: 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