CGI-BBS > ホームページ記述言語 > その他 > 利用状況解析でログが記録されない。


カレッヂ
カレッヂ


質問者 須藤敏夫  投稿日 1/4(木) 09:45:37  [削除] (返信・回答が付いた後にこの質問の削除はできません)
パスワードアクセス制限したHOMEPAGEに、「利用状況解析」を組み込んでログを記録したいのですが何もログられません。SSIが思うように動いてないようです。File 構成:

/home/main/
   |-- .htaccess    
   |   Options ExecCGI Includes
  |    AddType text/x-server-parsed-html .html
   |    AddType text/x-server-parsed-html .htm
     |      AddType application/x-httpd-cgi .cgi
     |      AddType application/x-httpd-cgi .pl
     |      AddType audio/x-pn-realaudio .ra    
    |
     |-- pwd_ctl
     |       |
     |       |-- regist.cgi等
    | 
    |-- sub
     |      |-- .htaccess
            |       AuthUserFile /.../public_html/pwd_ctl/user.cgi
            |       AuthGroupFile    /dev/null
            |       AuthName         "Web Password System"
            |       AuthType         Basic
            |       <Limit POST GET PUT>
            |       require valid-user
            |       </Limit>
            |       <Files .htaccess>
            |       order deny,allow
            |       deny from all
            |       </Files>
            |
            |--- index.html
                     |   <!-- #exec.cmd="./axs.pl" -->   (これが動かない)
                     |   Time is:  <!--#exec cmd="date"--> (試しで入れており、   
                 |                                 timestampはされます。)
                     |
                   |-- axs.pl     chmod 755
                 |-- log.cgi    chmod 755
                  |-- log.csv    chmod 666

以上皆さんのご支援を待ってます。

返信(回答)する


Web裏技