Discover install links, docs, and support options for open source server modules that optimize your site automatically.

Discover install links, docs, and support options for open source server modules that optimize your site automatically.
Make the web faster with mod_pagespeed, now out of Beta By Joshua Marantz and Ilya Grigorik, Google PageSpeed Team Cross-posted with Google Webmaster Central Blog and other Google blogs If your page is on the web, speed matters. For developers and webmasters, making your page faster shouldn’t be a hassle, which is why we introduced mod_pagespeed in 2010. Since then the development team has been wo
遭遇しない人は一生遭遇しないであろう症状 # httpd -X とかやって apache を起動、終了を繰り返していると、そのうち、 [Mon Feb 09 17:54:50 2009] [crit] (28)No space left on device: mod_rewrite: could not create rewrite_log_lock Configuration Failed というメッセージをエラーログに吐いて、httpd が起動してすぐ終了してしまう(起動してない)という症状が出るようになる。 # ipcs -s ------ Semaphore Arrays -------- key semid owner perms nsems 0x00000000 11272192 daemon 600 1 0x00000000 11304961 daemon 600 1 ...
まずは確認のコマンド達 ( root で実行してます ) A.親プロセス確認 ps aux | grep httpd | grep Ss とか A’.親プロセスID直確認 cat /var/run/httpd.pid B. 子プロセス確認 ps aux | grep httpd | grep -v Ss |grep -v grep 上記をふまえて。 1.がっつりこけちゃう、でもアクセスしたら閲覧できちゃう /etc/init.d/httpd restart とかしても /etc/init.d/httpd restart Stopping httpd: [FAILED] Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80 (98)Address alread
NoSQLの代表的なデータベースであるCassandraの新バージョン「Cassandra 1.1」がリリースされたと、The Apache Software Foundationが発表しました。2011年10月に最初の正式バージョンであるCassandra 1.0がリリースされてから半年で、Cassandra 1.1の登場となります。 The Apache Software Foundation Announces Apache Cassandra™ v1.1 : The Apache Software Foundation Blog CassandraはオープンソースによるNoSQLデータベースで、分散処理に対応したスケーラブルな構造を備え、単一障害点(Single Point of Failer:SPOF)がなく、ノードを追加していくことで自動的に性能が向上していくという特徴を備えて
By Matthew Steele and Bryan McQuade, PageSpeed Insights Team At Google, we strive to make the whole web fast. Our work in this area includes PageSpeed, Google Chrome, and the SPDY protocol, among other efforts. In December of 2011, to make it easy for you to enable the SPDY (pronounced "SPeeDY") protocol on your sites, we released an early beta of mod_spdy, an Apache module that adds SPDY support
ここでは実際にYSlowを使ってWebページの表示パフォーマンスを測定し、ひとつひとつチューニングを実施していく方法を紹介する。用意したのは9つの画像を表示する単純なHTMLファイルだ。複数のファイルに分割されたCSSファイルも指定してある。画像を9つ用意した理由は、後で1つの画像に統合して改善効果がみられるかどうか確認するためだ。 まず次の結果をみてほしい。これが初期状態だ。Expires、Deflate、ETagのすべてをデフォルトに設定してある。測定結果は2、3、13がF評価という状況だ。統合得点は67点。2はCDNを使えということなのでここでは無視するとして、3から改善していく。 3ということはExpiresの設定をすればいいわけだから、HTTPdサーバにExpiresの設定を追加する。たとえば次のような設定を追加すればいい。キャッシュ期間が3日間未満の場合はキャッシュが十分に有効
米Googleは4月17日、自社が開発したWeb高速化のためのプロトコル「SPDY」のApache HTTP Server向けモジュール「mod_spdy」を公開した。Apache Web Server 2.2以上に対応する。 SPDYはGoogleが2009年11月に発表したプロトコルで、SSLを利用する。NPN(Next Protocol Negotiaion)、ヘッダー圧縮、ストリーム多重化、サーバープッシュなどを利用することで、ページのローディング時間を50%以上高速化できるという。 mod_spdyは2011年12月に初期ベータ版が公開されていた。同モジュールをインストールすれば、Apache HTTP ServerでSPDYを利用できるようになる。ただしSPDYの利用にはクライアント側でのサポートも必要で、対応Webブラウザとしては現在Google ChromeやFirefox
Please note This document refers to the 2.0 version of Apache httpd, which is no longer maintained. Upgrade, and refer to the current version of httpd instead, documented at: Current release version of Apache HTTP Server documentationYou may follow this link to go to the current version of this document. 名前ベースと IP ベースのバーチャルホストの比較 IP ベースのバーチャルホストでは、応答する バーチャルホストへのコネクションを決定するために IP アドレスを使用します。ですから、そ
負荷的に厳しくなってきたので sakuratan.biz を Apache(さくらスタンダード)から nginx(さくら VPS 512)に移転しました。 頻発していた 503 もほとんど出なくなって快適です。 Apache から VPS の nginx へ WordPress を移転したいと考えている人もいるかなーと思いましたので、さくら VPS で nginx リバースプロクシを使った WordPress ブログの構築する方法をがっつり書いていきたいと思います。 結構長文になってしまいましたので、先に索引を載せときます。 nginx とは nginx が速い理由 リバースプロクシ さくら VPS にインストールするシステム構成 EPEL パッケージリポジトリのインストール MySQL のインストール PHP のインストール nginx のインストール nginx と PHP FastC
サーバは、ファイル名を見ただけではそれが何のファイルなのかを判断することが出来ません。そこで、MIME タイプやハンドラタイプを使って、ファイルの種類を判断します。 MIME タイプ MIME タイプは、拡張子からファイルの種類を判別できる機能です。そのサーバで有効なデフォルト MIME タイプ一覧は、たいがい mime.types というファイルに保存されています。/usr/local/apache/conf/mime.types を探してください。えっ見つからない?じゃあこちらから mime.types の例をどうぞ AddType により、MIME タイプの追加・変更(オーバーライド)が可能です。 ハンドラタイプ ハンドラタイプは、特定のファイルが呼び出されたときの特殊動作を示しています。たとえば、拡張子 .cgi に結び付けられたハンドラタイプ cgi-script は、ファイルが
The CGI (Common Gateway Interface) defines a way for a web server to interact with external content-generating programs, which are often referred to as CGI programs or CGI scripts. It is the simplest, and most common, way to put dynamic content on your web site. This document will be an introduction to setting up CGI on your Apache web server, and getting started writing CGI programs. Note: If Apa
Please note This document refers to the 2.2 version of Apache httpd, which is no longer maintained. The active release is documented here. If you have not already upgraded, please follow this link for more information. You may follow this link to go to the current version of this document. The term Virtual Host refers to the practice of running more than one web site (such as company1.example.com
Cassandra、Hadoopを用い、ソーシャル機能も備えた業務アプリケーション基盤、NTTデータイントラマートが開発を発表 業務アプリケーションによるソーシャル機能の取り込み、NoSQLによるスケーラブルなデータベース、Hadoopによる分散データ処理。これらはエンタープライズITの新たなテクノロジートレンドですが、これらをすべて取り入れた業務アプリケーション用のプラットフォームを、NTTデータイントラマートが開発中であることを明らかにしました。 NTTデータイントラマートが先週10月22日に行った同社のイベント「intra-mart Enterprise Web Solution 2010」で、同社が開発中の業務アプリケーションフレームワーク「intra-mart WebPlatform Ver8.0」のデモンストレーションを公開。そこには、Twitterライクなタイムライン、NoS
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く