全文検索:
- 32 CentOS5でTLS1.2 Apache PHP @01_linux:02_www
- s5_tls]] ===== apr/apr-util ===== <code> # wget http://ftp.kddilabs.jp/infosystems/apache/apr/apr-1.6.... # ./configure --prefix=/opt/apr/apr-1.6.5 # wget http://ftp.kddilabs.jp/infosystems/apache/apr/apr-util... at-devel </code> ===== Apache ===== <code> # wget https://archive.apache.org/dist/httpd/httpd-2.2.24.tar.gz ./configure --prefix=/opt/httpd/httpd-2.2.24 \ --w
- 古いyumを利用したい @01_linux:01_net
- ] name=CentOS-$releasever - Base -mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os +#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os #baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/ +baseurl=http://vault.centos.org/4.9/os/$basearch/ gpgcheck=
- 古いyumを利用したい @01_linux:01_net
- ] name=CentOS-$releasever - Base -mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os +#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os #baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/ +baseurl=http://vault.centos.org/4.9/os/$basearch/ gpgcheck=
- Apache バーチャルホスト一覧確認 @01_linux:02_www
- ====== Apache バーチャルホスト一覧確認 ====== # httpd -t -D DUMP_VHOSTS VirtualHost configuration: wildcard N... s: _default_:443 dns.flat8.co.jp (/etc/httpd/conf.d/ssl.conf:81) *:80 is ... st default server mail.flat8.co.jp (/etc/httpd/conf/httpd.conf:1028) port 80 namevhost mail.flat8.co.jp (/etc/httpd/conf/httpd.conf:1028)
- CentOS5.2でApache2.2インストール @01_linux:02_www
- ssl ===== コンフィグ ===== <code console> # tar zxvf httpd-2.2.9.tar.gz # cd httpd-2.2.9 # ./configure --prefix=/usr/local/apache2 --enable-so --enable-rewrite... スクリプト用意 ===== <code console> # cp /usr/local/src/httpd-2.2.14/build/rpm/httpd.init /etc/init.d/httpd # chmod 755 /etc/init.d/httpd </code> -PATHの修正 <code c
- ps でgrepについて @02_freebsd:80_unixコマンド
- 256620 11448 ? Ss Jun11 0:02 /usr/sbin/httpd apache 30234 0.0 0.7 257644 7592 ? S 12:23 0:00 /usr/sbin/httpd apache 30557 0.0 0.7 257644 7624 ? S 12:36 0:00 /usr/sbin/httpd apache 31189 0.0 0.7 257644 7560 ? S 13:08 0:00 /usr/sbin/httpd apache 31665 0.0 0.7 257644 7500 ? S
- 83 PHP複数バージョンを共存 @01_linux:02_www
- ンストール ===== ==== レポジトリ用意 ==== <code> # rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-... suphp.conf> [handlers] ;Handler for php-scripts x-httpd-php="php:/usr/bin/php-cgi" x-httpd-php56="php:/usr/bin/php56-cgi" x-httpd-php71="php:/usr/bin/php71-cgi" </code> ===== 4.Apache側のsuphp.
- 06 squid @02_freebsd:01_net
- s port 443 563 acl Safe_ports port 80 # http acl Safe_ports port 21 # ftp acl Safe_ports port 443 563 # https, snews acl Safe_ports port 70 # gopher... gistered ports acl Safe_ports port 280 # http-mgmt acl Safe_ports port 488 # gss-http acl Safe_ports port 591 # filemaker acl Safe
- Formatting Syntax @wiki
- === External links are recognized automagically: http://www.google.com or simply www.google.com - You can set the link text as well: [[http://www.google.com|This Link points to google]]. Em... s. External links are recognized automagically: http://www.google.com or simply www.google.com - You can set link text as well: [[http://www.google.com|This Link points to google]]. Em
- yum @01_linux:01_net
- eft orange round> cd /usr/local/src/ rpm --import http://ftp.iij.ad.jp/pub/linux/centos/5.4/os/i386/RPM-GPG-KEY-CentOS-5 \\ wget http://ftp.iij.ad.jp/pub/linux/centos/5.6/os/i386/CentOS/yum-3.2.22-33.el5.centos.noarch.rpm \\ wget http://ftp.iij.ad.jp/pub/linux/centos/5.6/os/i386/Cent... tadata-parser-1.1.2-3.el5.centos.i386.rpm \\ wget http://ftp.iij.ad.jp/pub/linux/centos/5.6/os/i386/Cent
- 15 CentOS6 suPHP7.2 @01_linux:02_www
- -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.suphp.org/download/suphp-0.7.2.tar.gz # tar ... --with-setid-mode=owner \ --with-logfile=/var/log/httpd/suphp_log \ --with-min-uid=100 \ --with-min-gid=
- 27 Laravel Voyager @11_php:02_framework:01_laravel
- resources/views/vendor/voyager/songs/ </code> [[https://voyager.readme.io/docs/overriding-views]] ==... lers' => [ - 'namespace' => 'TCG\\Voyager\\Http\\Controllers', + //'namespace' => 'TCG\\Voyager\\Http\\Controllers', + 'namespace' => 'App\\Http\\Controllers\\Voyager', ], </code> voyager:cont
- 35 Laravel Curlの代わりにGuzzleを使う @11_php:02_framework:01_laravel
- lの代わりにGuzzleを使う ====== Crulより簡単で、シンプルに書ける guzzlehttp/guzzle 6.3.3 ===== インストール ===== composer require guzzlehttp/guzzle ==== 1.シンプル利用 ==== <code> use GuzzleHttp\Client; $url = 'https://hoge.hogehoge.com'; $ip = '192.168.10.11'; $port = '25'; $client = new Client(
- httping @01_linux:09_ベンチマーク
- ====== httping ====== HTTPのレイテンシーを測れる [[http://www.vanheusden.com/httping/]] ===== インストール ===== <code console> # wget http://www.vanheusden.com/ht
- 06 GitPrep @01_linux:12_ツール
- bシステムをUnix/LinuxにインストールできるWebアプリケーショGitPrepです。 [[https://github.com/yuki-kimoto/gitprep/releases]] ===... ンストール]] ==== ソースwget ==== <code console> # wget https://github.com/yuki-kimoto/gitprep/archive/latest.... /home/gitprep/.ssh/authorized_keys 48c48 < listen=http://*:10020 --- > ;listen=http://*:10020 52c52 < on=1 --- > ;on=1 </code> ==== authorized_keys用意 ====