[Email]
[Web]
  Frontpage2002
    インストール
    サブホスト設定
    Frontpage2000
    Frontpage98
  CGI
    Wpoison
    Whois cgi
      インストール
    Count2.5
    Namazu
      インストール
      CGIで使用
      インデックス作成
    簡易バスケット
  Urchin
    設定変更
  The Webalizer
  Java
    JavaServlet,JSP
    Tomcat
  Apache
    バージョンアップ
    SSI
    MIME Type
    LogFile変更
    Web Server設定
    WAPプロトコル
    ASP
    Virtual subhost
    ログファイル
    設定ファイル
    HTTP認証
    再起動
      Module
        mod_jk
        mod_jserv
      PHP3
        インストール
      PHP4
        インストール
        CGI
        Moduleの選択
    MarcromediaFlash
  Chili!Soft ASP
    ASP設定
    ASPとDatabase
  V-Hostingの限界
    V-Hosting
    V-Hosting FAQ
    V-Hostingの運用
  Cron
  Security
[FTP]
[User]
[Perl]
[iManager]
[Timezone]
[Real]
[Database]
[ColdFusion]
[Python]
[Faq]


v1
Email
v1
Web
v1
FTP
v1
User
v1
Perl
v1
iManager
v1
Timezone
v1
Real
v1
Database
v1
ColdFusion
v1
Python
v1
Faq


Count 2.5 Hit Counter

注意: このページは、レンタルサーバー SPEEDEX VPS v1 の技術サポートです。
SPEEDEX VPS v1 には FreeBSD サーバーA、FreeBSD サーバーB、FreeBSD サーバーC、Solaris Standard、Solaris Pro の 5 タイプがあります。
2009年6月現在、5 タイプとも新規オーダーはお受けしておりません。
現在提供中のサービスについては SPEEDEX のメニューページを参照ください。
なお、Solaris Standard、Solaris Pro につきましては 2010年5月を持ってサービスを停止する予定です。
SPEEDEX VPS v2 サーバーご利用の場合は v2 サーバーサポートページを参照ください。
SPEEDEX VPS v3 サーバーご利用の場合は v3 サーバーサポートページを参照ください。
SPEEDEX OneDom サーバーご利用の場合は OneDom サーバーサポートページを参照ください。

Count 2.5 はアクセスカウンター CGI です。Count 2.5 はヒット数の GIF 画像を自動生成し、ブラウザに返します。画像タイプ数が多くそろっていますので好みのものを選択できます。
Virtual サーバーに一度インストールすると、サーバ上のどのドメインでも、簡単に独自のカウンター表示ができます。
また様々なオプション設定が可能で、設定により、ヒット数を記録するだけで、画面に表示しないようにする事もできます。

インストール
Virtual サーバーに Telnet 又は SSH でアクセスし以下のコマンドを実行します。

  • FreeBSD & Solaris
    % vinstall count

設定
~/usr/local/etc/Counter/conf/count.cfg ファイルで設定を行います。

  • IP アドレスとドメイン名指定

    Virtual サーバーの IP アドレスと Count CGI を使うVirtual サーバー上のドメイン名を列記します。オリジナルの count.cfg ファイルに記載されている IP アドレスとドメイン名はそのままにしておいても、削除してもどちらでもかまいません。

    count.cfg ファイルのこれに相当する部分を以下に表示します。

    ;
    
    ; All possible names and IP addresses by which your host can be referred.
    
    ; These hosts can access the counter remotely or locally. Host running
    
    ; the http server must exist here. Wild card can be used. one item per line.
    
    ;
    
    [authorized]
    
      abcd.foo.com
    
      abcd
    
      131.249.1.100
    
      www.foo.com
    
      www
    
      YOUR.IP.ADD.RESS
    
      YOUR-DOMAIN.NAME
  • オプション

    様々なオプション設定が可能ですが、以下の例が最も簡単につかえます。

    count.cfg ファイルのこれに相当する部分を以下に表示します。

    ;
    
    ##-- options section
    
    ; If auto_file_creation=Yes, then the users can create data files. It IS
    
    ;  dangerous to set this option to Yes.
    
    #
    
    ; strict_mode=Yes or No. Run the program in strict mode or not. It's a good
    
    ;  idea to set this option to Yes.
    
    #
    
    ; allow_rgb_database=Yes or No. Convenient to use because colorname e.g., red,
    
    ;  gold etc can be used instead of rgb components of the color, however it is
    
    ;  very inefficient to lookup. If your site is busy, set this option to No.
    
    #
    
    ; count_reload=Yes or No. It is a good idea to set this option to No. But
    
    ;  you've to set this option to Yes if you are running a proxy server.
    
    ;  Normally set this to Yes.
    
    #
    
    ; log_error_messages=Yes or No. If your site is extremely busy and if the
    
    ;  coutner generates lots of logs, set this option to No. Normally set his
    
    ;  to Yes.
    
    #
    
    ; show_error_messages_to_browsers=Yes or No. Set this option to No if your
    
    ;  concerned with privacy and you're sure that the counter works perfectly.
    
    ;  If you set this option to No, you will not see error messages.
    
    
    
    [options]
    
      auto_file_creation=Yes
    
      strict_mode=No
    
      allow_rgb_database=No
    
      count_reload=No
    
      log_error_messages=Yes
    
      show_error_messages_to_browsers=Yes	

使い方
インストールが終了し、設定が完了していれば、以下のような HTML タグで Count 2.5 CGI を使ったカウンター表示ができます。
タグと表示の事例説明は Count 2.5 サンプルを読んでください。
SPEEDEX のサンプルも参照ください。
df=home.dat で指定された、~/usr/local/etc/Counter/data/home.dat ファイルに累計のヒット数が記録されています。上記のように [options] で auto_file_creation=Yes に設定している場合は .dat ファイルの編集が可能です。

<img src="/cgi-bin/Count.cgi?dd=B|frgb=69;139;116&df=home.dat" 

     align=absmiddle>

<img src="/cgi-bin/Count.cgi?frgb=69;139;116&display=clock" 

     align=absmiddle>

このタグでは下の画像が表示されます。

   

サブホストでの利用
Count 2.5 はサブホストでも利用できます。
サブホスト new_domai.com で利用するための設定は以下のようにします。

  1. Count 2.5 利用ドメインとしての設定
    ~/usr/local/etc/Counter/conf/count.cfg ファイル [authorized] へ new_domai.com を追加します。
    ホスト名を含んだ記述にしてください。 aaa.comwww.aaa.com の両方を使っている場合は両方とも記述してください。
  2. 累計ヒット数記録ファイル作成と指定
    ヒット数表示の場合は、new_domai.com 用の累計ヒット数記録ファイルを作成し、指定します。

    new_domai.dat ファイルの作成
    % cp ~/usr/local/etc/Counter/data/sample.dat ~/usr/local/etc/Counter/data/new_domai.dat

    new_domai.dat ファイルのパーミッション変更
    % chmod 766 ~/usr/local/etc/Counter/data/new_domai.dat

    new_domai.dat ファイルの指定
    <img src="/cgi-bin/Count.cgi?dd=B|frgb=69;139;116&df=new_domai.dat" align=absmiddle>
  3. Count.cgi へのリンクの作成
    ~/usr/local/etc/httpd/conf/httpd.conf ファイルで <VirtualHost new_domai.com www.new_domai.com>ScriptAlias /cgi-bin/ /usr/local/etc/httpd/cgi-bin/new_domai/ を確認しリンクを作成します。

    % cd ~/usr/local/etc/httpd/cgi-bin/new_domai
    % ln -s ~/usr/locl/etc/httpd/cgi-bin/Count.cgi ./Count.cgi

    ~/usr/local/etc/httpd/conf/httpd.conf ファイルで ~/usr/local/etc/httpd/cgi-bin への Symbolic link が許可されていない場合は、 Symbolic link を許可します。
    ~/usr/local/etc/httpd/conf/httpd.conf ファイルで<Directory /usr/local/etc/httpd/cgi-bin> の記述を探し、以下の記述にしてください。
    
    <Directory /usr/local/etc/httpd/cgi-bin>
    
    AllowOverride None
    
    Options None FollowSymLinks
    
    </Directory>
    
    

ドキュメント
Count CGI の Virtual サーバーへのインストール時に、説明文書も下記のディレクトリー、URL にインストールされます。

~/usr/local/etc/httpd/htdocs/wwwcount2.5
http://YOUR-DOMAIN.NAME/wwwcount2.5/

詳細情報
上記と同じドキュメントは以下 Count CGI の Web ページでも閲覧できます。


SPEEDEX サポートポリシー

Copyright @ Cyber Vision Hosting Co., Ltd. All rights reserved.


株式会社サイバービジョンホスティング提供サービス一覧
再販売用レンタルサーバーのSPEEDEX | VPS(仮想専用サーバー) | 共用サーバー | 独自ドメイン取得・運用 | SSLサーバー証明書 | ワイルドカードサーバー証明書 | SEO | Google Apps(TM) | クリエイティブワークの検索エンジン