• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » php
Trace: • 10 portチェック関数 • 01 PostgreSQL streaming replica • 05 KVM Multi-Queue • 2022.10.01 Nextcloud

php

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@01_linux
  • Any namespace
  • 01_linux:02_www (16)
  • 01_linux:04_監視 (6)
  • 01_linux:03_mail (5)
  • 01_linux:99_その他 (4)
  • 01_linux:01_net (2)
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複数バージョンを共存 @01_linux:02_www
110 Hits, Last modified: 7 years ago
====== 83 PHP複数バージョンを共存 ====== ===== 1.環境 ===== CentOS 6 PHP 5.3 下記でインストールされている環境を想定 [[01_linux:02_www:15_centos6_suphp]] ===== 2.phpインストール ===== ==== レポジトリ用意 ==== <code> # rpm -Uvh http://rpms.famillecollet.com/enterpr
82 CentOS 5.8 + Apache 2.2 + PHP 5.3 + suPHP 0.7.1 @01_linux:02_www
70 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 にアップデートすると、suPH
32 CentOS5でTLS1.2 Apache PHP @01_linux:02_www
44 Hits, Last modified: 12 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
15 CentOS6 suPHP7.2 @01_linux:02_www
42 Hits, Last modified: 7 years ago
====== 15 CentOS6 suPHP7.2 ====== ===== 必要なパッケージインストール ===== <code> # yum -y install 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
mod_suphp @01_linux:02_www
34 Hits, Last modified: 13 years ago
====== mod_suphp ====== ===== インストール ===== <code console> # yum install mod_suphp </code> ===== 設定ファイル修正 ===== <code console> # vi /etc/suphp.conf umask=0077 ↓ アップロードされたファイルなど、600→644へ umask=0022 ;x-httpd-php=php:/usr/bin/php ↓ x-httpd-php="php:/usr/
81 php53へアップデート @01_linux:02_www
20 Hits, Last modified: 10 years ago
====== 81 php53へアップデート ====== <code> yum remove php* yum install php53 </code> 普通に上記でphp53をインストールしたら、下記のようなエラーで悩まされる。 yum-plugin-replaceをインストールしてあげると上手くいきます。 ===== ①エラー
84 PHP アクセラレータ @01_linux:02_www
16 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
04 Postfix+MySQL+Postfix AdminでバーチャルSMTPサーバの構築 @01_linux:03_mail
14 Hits, Last modified: 9 years ago
ール === <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> #
19 Let's Encrypt ワイルドカード証明書 @01_linux:02_www
8 Hits, Last modified: 2 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
33 PHP56 fsockopenでエラー @01_linux:02_www
8 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>@
17 Nginx FastCGI Cache @01_linux:02_www
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
70 WordPress + PostgreSQL @01_linux:02_www
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 5.2.4が必要です。 古いバージョンは下記からダウンロード [[https://ja.wordpre... .1.3.1.zip $ mv postgresql-for-wordpress/pg4wp/db.php var/www/html/wp/wp-content/ $ mv postgresql-for-w
CentOS5.2でApache2.2インストール @01_linux:02_www
6 Hits, Last modified: 13 years ago
d.conf: Cannot load /usr/local/apache2/modules/libphp5.so into server: /usr/local/apache2/modules/libphp5.so: cannot restore segment prot after reloc: Permi... -R -u system_u -r object_r -t textrel_shlib_t libphp5.so </code> ===== PHP ===== <code console> ./configure --with-apxs2=/usr/local/apache2/bin/apxs \ -
13 CentOS6メール設定 @01_linux:03_mail
5 Hits, Last modified: 6 years ago
# cd /var/www/html/postfixadmin # vi config.inc.php 26 $CONF['configured'] = true; 43 $CONF... URLからアクセス === http://[アドレス]/postfixadmin/setup.php 全部OKになっていればOKです。 setupパスワードを入力し、表示されたsetup_passwordを config.inc.phpに入力する。     ↓ 管理者IDを作成する。 === setup.phpを削除 === <code> # rm /var/www/html/postfixadmin/setup.php </cod
01 NagiosQL @01_linux:04_監視
4 Hits, Last modified: 9 years ago
[[http://www.nagiosql.org/]] ===== admin/hosts.php ===== デフォルトだとエンコードが指定されていないので、UTF-8に設定する。 <code> # vi admin/hosts.php 487 $conttp->setVariable("DAT_".strtoupper(... iosql_v3.dump |mysql db_nagiosql_v3 </code> ==== phpもutf8に ==== <code> # vi /etc/php.ini mbstring.language = Japanese mbstring.internal_encoding = UTF-8 m
SonicWall があるとfile_get_contents,fsockopen が利用できない。 @01_linux:99_その他
4 Hits, Last modified: 13 years ago
PHP 5.2にアップグレード @01_linux:02_www
3 Hits, Last modified: 13 years ago
03 ダッシュボードの「最新20件の障害」件数を増やす @01_linux:04_監視:zabbix
3 Hits, Last modified: 10 years ago
22 ipvsadm と ldirectord @01_linux:01_net
2 Hits, Last modified: 11 years ago
mod_geoip 接続元国でWebアクセスを制限 @01_linux:02_www
2 Hits, Last modified: 13 years ago
18 Zabbix API @01_linux:04_監視:zabbix
2 Hits, Last modified: 5 years ago
19 Zabbix でDBサーバを変える @01_linux:04_監視:zabbix
2 Hits, Last modified: 3 years ago
53 Pacemaker crm コマンド @01_linux:01_net
1 Hits, Last modified: 6 years ago
02 Basic認証 httpd.conf @01_linux:02_www
1 Hits, Last modified: 6 years ago
03 SSL中間証明書確認 @01_linux:02_www
1 Hits, Last modified: 6 years ago
Postfix - OP25B環境でFQDNを持たないホストからメールを投げる方法(SMTPリレー) @01_linux:03_mail
1 Hits, Last modified: 7 years ago
Postfix DovecotでPOP before SMTP @01_linux:03_mail
1 Hits, Last modified: 13 years ago
コマンドラインからメール @01_linux:03_mail
1 Hits, Last modified: 9 years ago
3ware Raid監視 @01_linux:04_監視
1 Hits, Last modified: 13 years ago
Nagios外部コマンド @01_linux:04_監視
1 Hits, Last modified: 13 years ago
91 転送量計算 ssd hdd @01_linux:99_その他
1 Hits, Last modified: 5 years ago
FUSE @01_linux:99_その他
1 Hits, Last modified: 2 years ago
WARNING: at kernel/sched.c:5914 @01_linux:99_その他
1 Hits, Last modified: 12 years ago

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