全文検索:
- 02 Apache2で自己認証ssl
- ' Makefile ※サーバー用証明書有効期限を1年から10年に変更 # make server.crt ===== 秘密鍵作成 ===== # openssl genrsa -des3 2... ===== 秘密鍵をパスワード無しにする。 ===== # openssl rsa -in server.key -out server.key ==== 応答ファイルを作る方法 ==== === 応答ファイル作成 === <code> # vi /etc/ssl/certs/pass_phrase.sh ... code> ===== csr作成 ===== # openssl req -new -key server.key -out server.csr ===== 自己証明書作成 ===== # open
- 82 CentOS 5.8 + Apache 2.2 + PHP 5.3 + suPHP 0.7.1
- conf.d/suphp.conf === <code> # This is the Apache server configuration file providing suPHP support. # It ... ains the configuration directives to instruct the server how to # serve php pages while switching to the u... tells mod_suphp if a PHP-script requested on this server (or # VirtualHost) should be run with the PHP-int... esides in. # # E.g.: If you want to use "/path/to/server/config/php.ini", use "suPHP_Config # /path/to/ser
- 23 Apache vhost一覧
- 0 is a NameVirtualHost default server status.localhost (/opt/bitnami/apache/conf/vhosts... is a NameVirtualHost default server www.example.com (/opt/bitnami/apache/conf/vhosts/... is a NameVirtualHost default server www.example.com (/opt/bitnami/apache/conf/vhosts/
- 17 Nginx FastCGI Cache
- ev/null http://localhost/info.php HTTP/1.1 200 OK Server: nginx/1.18.0 Date: Sat, 01 May 2021 13:52:56 GMT... ev/null http://localhost/info.php HTTP/1.1 200 OK Server: nginx/1.18.0 Date: Sat, 01 May 2021 13:52:58 GMT
- 33 PHP56 fsockopenでエラー
- or messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in /home/ma... 950 $fp = @fsockopen($protocol . $server, $port, 951
- 19 Let's Encrypt ワイルドカード証明書
- l \ --preferred-challenges dns-01 \ --server https://acme-v02.api.letsencrypt.org/directory \
- 21 HRForecast
- <code console> # yum install perl-devel gcc mysql-server mysql-devel cpanm --installdeps . </code> === cp
- 31 CentOS5 でTLS1.2
- ってしまう。。。 error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version ===== OpenSS
- Apache バーチャルホスト一覧確認
- is a NameVirtualHost default server mail.flat8.co.jp (/etc/httpd/conf/httpd.conf:1028
- CentOS5.2でApache2.2インストール
- t load /usr/local/apache2/modules/libphp5.so into server: /usr/local/apache2/modules/libphp5.so: cannot re
- mod_rewrite
- writeEngine on #SSLアクセスしてほしいページ RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^(.*)?$ https://%{HTTP