• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » php
Trace: • Centos UT-VPN • 05 rsync • 01 ネットワーク設定nmcli • 24 Bitwarden/Vaultwarden • 13 CentOS6メール設定 • コンピューターのsysprepを実行中に致命的なエラーが発生しました。 • 01 .htaccess • Vyatta Openvpn • 33 Let's Encrypt リバースプロキシ(手動板)+ GitLab • MySQLコマンド

php

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
@01_linux:02_www
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • 15 CentOS6 suPHP7.2
  • 32 CentOS5でTLS1.2 Apache PHP
  • 33 PHP56 fsockopenでエラー
  • 81 php53へアップデート
  • 82 CentOS 5.8 + Apache 2.2 + PHP 5.3 + suPHP 0.7.1
  • 83 PHP複数バージョンを共存
  • 84 PHP アクセラレータ
  • PHP 5.2にアップグレード
  • mod_suphp

Fulltext results:

83 PHP複数バージョンを共存
52 Hits, Last modified: 7 years ago
PHP複数バージョンを共存 ====== ===== 1.環境 ===== CentOS 6 PHP 5.3 下記でインストールされている環境を想定 [[01_linux:02_www:15_cen... e/remi-release-6.rpm </code> ==== yumインストール ==== php56と、php71を入れてみる 他にも入れる場合は、同じ要領でインストール <code> # yum install php56 php56-php-{gd,xml,mbstring,mysqlnd} # yum insta
32 CentOS5でTLS1.2 Apache PHP
40 Hits, Last modified: 14 months ago
====== 32 CentOS5でTLS1.2 Apache PHP ====== OpenSSLのアップグレードは[[01_linux:02_www:31_centos5_tls]] ===== ... erverRoot "/opt/httpd/httpd-2.2.24" </code> ===== PHP5.6 ===== <code> # yum install python-devel gd-dev... /openssl-1.0.2r/lib/pkgconfig/ # wget http://jp2.php.net/get/php-5.6.13.tar.gz/from/this/mirror/ -O php-5.6.13.tar.gz ./configure \ --with-apxs2=/opt/http
82 CentOS 5.8 + Apache 2.2 + PHP 5.3 + suPHP 0.7.1
28 Hits, Last modified: 8 years ago
====== 82 CentOS 5.8 + Apache 2.2 + PHP 5.3 + suPHP 0.7.1 ====== [[01_linux:02_www:81_php53-common_conflicts_with_php-common|PHP 5.3へアップデート]] ===== suPHP 0.7.1 ===== PHP 5.3 にアップデートすると、suPHPはyumで入らないのでソースからインストール [[0
mod_suphp
20 Hits, Last modified: 13 years ago
アップロードされたファイルなど、600→644へ umask=0022 ;x-httpd-php=php:/usr/bin/php ↓ x-httpd-php="php:/usr/bin/php-cgi" # vi /etc/httpd/conf.d/suphp.conf suPHP_Engine off
15 CentOS6 suPHP7.2
14 Hits, Last modified: 7 years ago
tall autoconf libtool gcc-c++ # yum install httpd php php-mysql php-mbstring mod_ssl apr-devel httpd-devel </code> ===== suPHP ===== <code> # wget http://www.s... Minimum GID min_gid=100 [handlers] ;Handler for php-scripts x-httpd-php="php:/usr/bin/php-cgi" x-http
84 PHP アクセラレータ
13 Hits, Last modified: 7 years ago
====== 84 PHP アクセラレータ ====== ===== APCu データのキャッシュ ===== [[https://qiita.com/suke/items/9a54e2d4be5bd990816a]] |/etc/php.d/40-apcu.ini|CentOS 標準の yum リポジトリから PHP をインストールした場合| |/etc/opt/remi/php71/php.d/40-apcu.ini|Remi リポジトリから PHP 7.1 を yum インストールした場合| <code> ;APC
19 Let's Encrypt ワイルドカード証明書
8 Hits, Last modified: 3 years ago
=== 1.certbotなどインストール ===== 必要になるcertbotとphp-cli php-curlをインストール snap install --classic certbot apt install php-cli php-curl ===== 2.Valueドメイン用スクリプト用意 ===== [APIKEY]はValueドメインにログイン後、マイページ -> バリュードメインAPI で作ったAPIKE... れば、$postfieldsのrecordsに改行で区切りながら書いておく <code|vapi.php> <?php $apikey = '[APIKEY]'; $mode = $argv[1]; s
17 Nginx FastCGI Cache
7 Hits, Last modified: 3 years ago
===== こちらはlocationディレクティブに記述 <code> location ~ \.php$ { fastcgi_read_timeout 300; fastcgi_pass unix:/opt/bitnami/php/var/run/www.sock; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $request_filename; ... curl -D - -s -o /dev/null http://localhost/info.php HTTP/1.1 200 OK Server: nginx/1.18.0 Date: Sat, 0
33 PHP56 fsockopenでエラー
7 Hits, Last modified: 6 years ago
====== 33 PHP56 fsockopenでエラー ====== PHP 5.6にアップグレードした後、fsockopen()でエラー <code> PHP Warning: fsockopen(): SSL operation failed with code 1. Op... ify failed in /home/matsui/apps/front/lib/XML/RPC.php on line 951 </code> はじめエラーがまった表示されず、困ったけど<key>@
81 php53へアップデート
7 Hits, Last modified: 10 years ago
====== 81 php53へアップデート ====== <code> yum remove php* yum install php53 </code> 普通に上記でphp53をインストールしたら、下記のようなエラーで悩まされる。 yum-plugin-replaceをインストールしてあげると上手... す。 ===== ①エラー ===== <code console> # yum install php-pecl-memcache ・ ・ ・ php53-common-5.3.3-1.el5_6.1.
70 WordPress + PostgreSQL
6 Hits, Last modified: 9 years ago
dPress + PostgreSQL ====== PostgreSQLでWordpress PHP 5.1.6 WordPress 3.1.4 PG4WP 1.3.1 ===== WordPress ===== PHP 5.1.6 では、WordPress 3.1.4までしか動作しない。 それ移行のバージョンはphp... .1.3.1.zip $ mv postgresql-for-wordpress/pg4wp/db.php var/www/html/wp/wp-content/ $ mv postgresql-for-w... ンストール ==== http://[[Domain]]/wp/wp-admin/install.php === データベース接続確立エラー === 「データベース接続確立エラー」となる場合は、Po
CentOS5.2でApache2.2インストール
3 Hits, Last modified: 13 years ago
ct_r -t textrel_shlib_t libphp5.so </code> ===== PHP ===== <code console> ./configure --with-apxs2=/u... -jis-conv </code> ===== httpd.confに追加 ===== <code> AddType application/x-httpd-php .php .html </code>
PHP 5.2にアップグレード
3 Hits, Last modified: 13 years ago
====== PHP 5.2にアップグレード ====== 2012.07.18 現在、下記の方法で、PHP 5.2.17にアップグレードできました。 ===== キーのインポート ===== # rpm --impo... tka.com/media/RPM-GPG-KEY-jlitka ===== アップグレード ===== # yum --enablerepo=utterramblings update php
mod_geoip 接続元国でWebアクセスを制限
2 Hits, Last modified: 13 years ago
[27/Jan/2012:18:58:51 +0900] "POST /lib/exe/ajax.php HTTP/1.1" 200 68 "http://dokuwiki.fl8.jp/doku.php"
03 SSL中間証明書確認
1 Hits, Last modified: 6 years ago
る方法 ===== [[http://valuessl.net/support/checker.php]] [[https://www.sslshopper.com/ssl-checker.html]

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