全文検索:
- 83 PHP複数バージョンを共存 @01_linux:02_www
- 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 @01_linux:02_www
- ====== 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 @01_linux:02_www
- ====== 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 @01_linux:02_www
- アップロードされたファイルなど、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 @01_linux:02_www
- 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
- 04 Postfix+MySQL+Postfix AdminでバーチャルSMTPサーバの構築 @01_linux:03_mail
- ール === <code> # yum install httpd # yum install php-mysql php-xml php-devel php-mbstring php-gd php-pear php-xmlrpc php-soap php-imap </code> === chkconfig === <code> #
- 84 PHP アクセラレータ @01_linux:02_www
- ====== 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 ワイルドカード証明書 @01_linux:02_www
- === 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 @01_linux:02_www
- ===== こちらは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でエラー @01_linux:02_www
- ====== 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へアップデート @01_linux:02_www
- ====== 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 @01_linux:02_www
- 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
- 13 CentOS6メール設定 @01_linux:03_mail
- # cd /var/www/html/postfixadmin # vi config.inc.php 26 $CONF['configured'] = true; 43 $CONF... URLからアクセス === http://[アドレス]/postfixadmin/setup.php 全部OKになっていればOKです。 setupパスワードを入力し、表示されたsetup_pas... === <code> # rm /var/www/html/postfixadmin/setup.php </code> === URLからアクセス === http://[アドレス]/post
- 01 NagiosQL @01_linux:04_監視
- [[http://www.nagiosql.org/]] ===== admin/hosts.php ===== デフォルトだとエンコードが指定されていないので、UTF-8に設定する。 <code> # vi admin/hosts.php 487 $conttp->setVariable("DAT_".strtoupper(... v3 </code> ==== phpもutf8に ==== <code> # vi /etc/php.ini mbstring.language = Japanese mbstring.interna
- SonicWall があるとfile_get_contents,fsockopen が利用できない。 @01_linux:99_その他
- he regular management interface. [[https://bugs.php.net/bug.php?id=40197]] [[https://www.fuzeqna.com/sonicwallkb/consumer/kbdetail.asp?kbid=3582]] -file_get_contents.php <?php $httpfile = file_get_contents("http://www.google.com/index.html"); print $httpfile;