• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » php
Trace: • 01 PrettyTable • 03 特殊な変数展開 • 2024.11.20 Bitwarden App: An Error Occurred • 2025.02.08 Redirects with # • Mar 8 2023 SSH Error no hostkey alg • 08 PHP MySQLへ接続できない • 2024.01.18 SSL Error in Rails • 2025.03.14 Building Zed Editor on Windows

php

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
@01_linux
  • Any namespace
  • 01_linux:02_www (15)
  • 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
52 Hits, Last modified: 6 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 @01_linux:02_www
40 Hits, Last modified: 6 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 @01_linux:02_www
28 Hits, Last modified: 7 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 @01_linux:02_www
20 Hits, Last modified: 12 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 @01_linux:02_www
14 Hits, Last modified: 6 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
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> #
84 PHP アクセラレータ @01_linux:02_www
13 Hits, Last modified: 6 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 ワイルドカード証明書 @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... れば、$postfieldsのrecordsに改行で区切りながら書いておく <code|vapi.php> <?php $apikey = '[APIKEY]'; $mode = $argv[1]; s
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
33 PHP56 fsockopenでエラー @01_linux:02_www
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へアップデート @01_linux:02_www
7 Hits, Last modified: 9 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 @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... .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
5 Hits, Last modified: 5 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_pas... === <code> # rm /var/www/html/postfixadmin/setup.php </code> === URLからアクセス === http://[アドレス]/post
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(... v3 </code> ==== phpもutf8に ==== <code> # vi /etc/php.ini mbstring.language = Japanese mbstring.interna
SonicWall があるとfile_get_contents,fsockopen が利用できない。 @01_linux:99_その他
4 Hits, Last modified: 13 years ago
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;
CentOS5.2でApache2.2インストール @01_linux:02_www
3 Hits, Last modified: 12 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: 9 years ago
22 ipvsadm と ldirectord @01_linux:01_net
2 Hits, Last modified: 10 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: 4 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: 5 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: 6 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: 24 months 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