Server

1.nginxがipv6をサポートするかどうかを確認
#/usr/local/nginx-1.7.0/sbin/nginx -V
nginx version: nginx/1.7.0
built by gcc ...

Server

設定コード:
server {
server_name arkgame.com www.arkgame.com;
root/data/site/www.arkgame.com;
location/{ ...

Server

設定コード:
server {
listen 80;
server_name www.arkgame.com;
root/data/site/www.arkgame.com;
index ind ...

Server

設定内容:
server {
set $host_path “/data/site/www.arkgame.com”;
access_log/data/logs/nginx/www.ar ...

Server

現象:

/usr/lib/ruby/gems/1.8/gems/activesupport-3.2.3/lib/active_support/dependencies.rb:251:in `require’: ...

Server

 

1.apachetopのインストール
# rpm -ivh
# yum install apachetop
2.apachetopの使い方
# apachetop -h ...

Server

概要:
http_loadはwebサーバのベンチマークツールです。apache付属のabとは違い、複数のURLに対して同時にアクセスできる。
1.http_loadをダウンロード
URL:
c

Server

1.システム要件:
バージョン:3.1.1
ダウンロードURL:

2.rsyncをダウンロードしてインストール
# cd/usr/local/src/tarbag///ダウンロードディレク

Server

1.最新版ライブラリとパッケージを確認
yum check-update
yum update

2.Apacheのインストール
yum install httpd
chkconfig -ad ...

Server

package com.arkgame.combine.server;
import com.arkgame.combine.StringEx;
import com.arkgame.combine.sys.Class ...

Server

1.システム要件:
Java7
tomcat7

2.インストール手順:
ダウンロード:

2.1 jdkをインストール
tar zxvf jre-7u5-linux-i5

Server

1.システム要件:
次のモジュールが必要
Logstash
Elasticsearch
Redis
Nginx
Kibana

サーバー側:
fqdn: dev.kan ...

Server

設定方法
1.apacheの構成ファイルhttpd.confを編集
#LoadModule expires_module modules/mod_expires.so  //#を削除

2.設定内容を追加 ...

Server

設定内容:
<Location/>
SetEnvIfNoCase User-Agent “spider” bad_bot
BrowserMatchNoCase bingbot ...

Server

1.CodeIgniter nginx Rewriteコード:
server {
listen 80;
server_name arkgame.com www.arkgame.com;
root/dat ...

Server

システム要件:
CentOS 6.3 64ビット

1.pcreをコンパイル
# tar xf pcre-8.32.tar.gz
# cd pcre-8.32
# ./configure ...

Server

1.エラーメッセージ:
apacheの proxy で502 error 現象が発生した

2.原因
For circumstances where mod_proxy is sending requests ...

Server

ダウンロード
提供元サイトからダウンロード
softpediaサイトからダウンロード
cnetサイトからダウンロード

更新内容:

New features:Added Lao translat ...