You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by BBghost <bb...@yahoo.com.hk> on 2004/07/29 23:21:27 UTC

[users@httpd]HELP: httpd (BOTH 1.3X AND 2.0X)always eats up all the avaliable swap And hang the system!!

Hi All,

 

I want someone to help me to solve this problem, my httpd always eats up all
the available swap the make the machine Down. It always happens especially
in the busy time. I have rebuilded for many times and used to use other
difference version and the problem is still going on.

I have searched this (All the error and info keywords) in goolge and the old
post here and other available website but could not find the way to solve
this. So I beg for someone can help me.

Here's my machine details :

Linux 9.0 (i686), httpd-2.0.50 (also in other tried version such as
2.0.46~2.0.48, 1.3.31etc), PHP-4.3.8(also in other tried version such as
4.3.6,4.3.7,5.0.0), OPENSSL 0.9.7d

 

And here's my build apache command: (All version except the 1.3.31)

./configure --enable-layout=RedHat --silent --enable-so
--enable-access=shared --enable-auth=shared --enable-auth_anon=shared
--enable-auth_dbm=shared --enable-auth_digest=shared --enable-include=shared
--enable-log_config=shared --enable-env=shared --enable-ime_magic=shared
--enable-cern_meta=shared --enable-expires=shared --enable-headers=shared
--enable-usertrack=shared --enable-unique_id=shared --enable-setenvif=shared
--enable-mime=shared --enable-dav=shared --enable-status=shared
--enable-autoindex=shared --enable-asis=shared --enable-info=shared
--enable-dav_fs=shared --enable-vhost_alias=shared
--enable-negotiation=shared --enable-dir=shared --enable-imap=shared
--enable-actions=shared --enable-speling=shared --enable-userdir=shared
--enable-alias=shared --enable-ssl=shared --enable-rewrite=shared
--enable-proxy=shared --enable-proxy_ftp=shared --enable-proxy_http=shared
--enable-proxy_connect=shared --enable-proxy-http=shared
--enable-proxy-ftp=shared --enable-proxy-connect=shared
--enable-proxy=shared --enable-mime-magic=shared --enable-headers=shared
--enable-info=shared --enable-auth-digest=shared --enable-expires=shared
--enable-auth-dbm=shared --enable-charset-lite=shared
--enable-static-support=shared --with-z --with-ssl=/usr/share/ssl
--with-perl --with-Prefork --enable-maintainer-mode

 

 

Here's my build php command: (with 1.3.31 test changed --with-apxs2 to
--with-apxs)

./configure --host=i386-redhat-linux --build=i386-redhat-linux
--target=i386-redhat-linux-gnu --program-prefix= --prefix=/usr
--exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc
--datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib
--libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com
--mandir=/usr/share/man --infodir=/usr/share/info
--cache-file=../config.cache --with-config-file-path=/etc
--with-config-file-scan-dir=/etc/php.d --enable-force-cgi-redirect
--with-xpm-dir=/usr/X11R6 --disable-debug --enable-pic --with-mcrypt
--disable-rpath --enable-inline-optimization --with-bz2-dir=/usr/bin
--with-curl-dir=/usr/bin --with-dom=/usr --with-exec-dir=/usr/bin
--with-freetype-dir=/usr --with-png-dir=/usr --with-gd
--enable-gd-native-ttf --with-ttf --with-gettext --with-ncurses-dir=/usr/bin
--with-gmp --with-iconv --with-jpeg-dir=/usr --with-openssl --with-png
--with-pspell-dir=/usr/bin --with-regex=system --with-xml
--with-expat-dir=/usr --with-zlib --with-layout=GNU --enable-bcmath
--enable-exif --enable-ftp --enable-magic-quotes --enable-safe-mode
--enable-sockets --enable-sysvsem --enable-sysvshm --enable-discard-path
--enable-track-vars --enable-trans-sid --enable-yp --enable-wddx
--without-oci8 --with-pear=/usr/share/pear --with-imap=shared,/usr
--with-imap-ssl=/usr --with-kerberos=/usr/kerberos --with-ldap=shared,/usr
--with-mysql=shared,/usr --with-unixODBC=shared --enable-memory-limit
--enable-bcmath --enable-shmop --enable-versioning --enable-calendar
--enable-dio --enable-mcal --with-apxs2=/usr/sbin/apxs

 

Here's my build Openssl command:

./config theads zlib-dymanic shared 386 -Dxxx, -Lxxx

 

 

Here's my httpd.conf: (REMOVED # ITEMS) 

 

#BEGIN HTTPD.CONF

ServerRoot "/usr"

<IfModule !mpm_winnt.c>

<IfModule !mpm_netware.c>

#LockFile /var/log/httpd/accept.lock

</IfModule>

</IfModule>

<IfModule !mpm_netware.c>

<IfModule !perchild.c>

#ScoreBoardFile /var/log/httpd/apache_runtime_status

</IfModule>

</IfModule>

<IfModule !mpm_netware.c>

PidFile /var/run/httpd.pid

</IfModule>

Timeout 300

KeepAlive On

MaxKeepAliveRequests 500

KeepAliveTimeout 15

<IfModule prefork.c>      <<If this set to lower credit, the server will
hangs more fast just like some minutes 

StartServers 20

MinSpareServers 20

MaxSpareServers 30

MaxClients 256

MaxRequestsPerChild 10000

</IfModule>

<IfModule worker.c>

StartServers         2

MaxClients         150

MinSpareThreads     25

MaxSpareThreads     75 

ThreadsPerChild     25

MaxRequestsPerChild  0

</IfModule>

<IfModule perchild.c>

NumServers           5

StartThreads         5

MinSpareThreads      5

MaxSpareThreads     10

MaxThreadsPerChild  20

MaxRequestsPerChild  0

</IfModule>

<IfModule mpm_winnt.c>

ThreadsPerChild 250

MaxRequestsPerChild  0

</IfModule>

<IfModule beos.c>

StartThreads               10

MaxClients                 50

MaxRequestsPerThread       10000

</IfModule>    

<IfModule mpm_netware.c>

ThreadStackSize      65536

StartThreads           250

MinSpareThreads         25

MaxSpareThreads        250

MaxThreads            1000

MaxRequestsPerChild      0

MaxMemFree             100

</IfModule>

<IfModule mpmt_os2.c>

StartServers           2

MinSpareThreads        5

MaxSpareThreads       10

MaxRequestsPerChild    0

</IfModule>

Listen 80

Include /etc/httpd/conf.d/*.conf

LoadModule access_module lib/httpd/modules/mod_access.so

LoadModule auth_module lib/httpd/modules/mod_auth.so

LoadModule auth_anon_module lib/httpd/modules/mod_auth_anon.so

LoadModule auth_dbm_module lib/httpd/modules/mod_auth_dbm.so

LoadModule auth_digest_module lib/httpd/modules/mod_auth_digest.so

LoadModule charset_lite_module lib/httpd/modules/mod_charset_lite.so

LoadModule include_module lib/httpd/modules/mod_include.so

LoadModule log_config_module lib/httpd/modules/mod_log_config.so

LoadModule env_module lib/httpd/modules/mod_env.so

LoadModule mime_magic_module lib/httpd/modules/mod_mime_magic.so

LoadModule cern_meta_module lib/httpd/modules/mod_cern_meta.so

LoadModule expires_module lib/httpd/modules/mod_expires.so

LoadModule headers_module lib/httpd/modules/mod_headers.so

LoadModule usertrack_module lib/httpd/modules/mod_usertrack.so

LoadModule unique_id_module lib/httpd/modules/mod_unique_id.so

LoadModule setenvif_module lib/httpd/modules/mod_setenvif.so

LoadModule proxy_module lib/httpd/modules/mod_proxy.so

LoadModule proxy_connect_module lib/httpd/modules/mod_proxy_connect.so

LoadModule proxy_ftp_module lib/httpd/modules/mod_proxy_ftp.so

LoadModule proxy_http_module lib/httpd/modules/mod_proxy_http.so

LoadModule mime_module lib/httpd/modules/mod_mime.so

LoadModule dav_module lib/httpd/modules/mod_dav.so

LoadModule status_module lib/httpd/modules/mod_status.so

LoadModule autoindex_module lib/httpd/modules/mod_autoindex.so

LoadModule asis_module lib/httpd/modules/mod_asis.so

LoadModule info_module lib/httpd/modules/mod_info.so

LoadModule dav_fs_module lib/httpd/modules/mod_dav_fs.so

LoadModule vhost_alias_module lib/httpd/modules/mod_vhost_alias.so

LoadModule negotiation_module lib/httpd/modules/mod_negotiation.so

LoadModule dir_module lib/httpd/modules/mod_dir.so

LoadModule imap_module lib/httpd/modules/mod_imap.so

LoadModule actions_module lib/httpd/modules/mod_actions.so

LoadModule speling_module lib/httpd/modules/mod_speling.so

LoadModule userdir_module lib/httpd/modules/mod_userdir.so

LoadModule alias_module lib/httpd/modules/mod_alias.so

LoadModule rewrite_module lib/httpd/modules/mod_rewrite.so

ExtendedStatus On

<IfModule !mpm_winnt.c>

<IfModule !mpm_netware.c>

User apache

Group apache

</IfModule>

</IfModule>

ServerAdmin XXXX@XXXXXXXXXXX

UseCanonicalName Off

DocumentRoot "/var/www"

<Directory />

    Options -Indexes FollowSymLinks

    AllowOverride All

           AcceptPathInfo off

</Directory>

<Directory "/var/www">

    Options Indexes FollowSymLinks

    AllowOverride All

    Order allow,deny

    Allow from all

</Directory>

UserDir disabled

DirectoryIndex index.html index.html.var

AccessFileName .htaccess

<Files ~ "^\.ht">

    Order allow,deny

    Deny from all

</Files>

TypesConfig /etc/httpd/conf/mime.types

DefaultType text/plain

<IfModule mod_mime_magic.c>

    MIMEMagicFile /etc/httpd/conf/magic

</IfModule>

HostnameLookups Off

ErrorLog /var/log/httpd/error_log

LogLevel debug

LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined

LogFormat "%h %l %u %t \"%r\" %>s %b" common

LogFormat "%{Referer}i -> %U" referer

LogFormat "%{User-agent}i" agent

CustomLog /var/log/httpd/access_log combined

ServerTokens Full

ServerSignature On

Alias /icons/ "/var/www/icons/"

 

<Directory "/var/www/icons">

    Options Indexes MultiViews

    AllowOverride None

    Order allow,deny

    Allow from all

</Directory>

AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|ru))?(/.*)?$ "/var/www/manual$1"

<Directory "/var/www/manual">

    Options Indexes

    AllowOverride None

    Order allow,deny

    Allow from all

 

    <Files *.html>

        SetHandler type-map

    </Files>

 

    SetEnvIf Request_URI ^/manual/de/ prefer-language=de

    SetEnvIf Request_URI ^/manual/en/ prefer-language=en

    SetEnvIf Request_URI ^/manual/es/ prefer-language=es

    SetEnvIf Request_URI ^/manual/fr/ prefer-language=fr

    SetEnvIf Request_URI ^/manual/ja/ prefer-language=ja

    SetEnvIf Request_URI ^/manual/ko/ prefer-language=ko

    SetEnvIf Request_URI ^/manual/ru/ prefer-language=ru

    RedirectMatch 301 ^/manual(?:/(de|en|es|fr|ja|ko|ru)){2,}(/.*)?$
/manual/$1$2

</Directory>

<IfModule mod_cgid.c>

</IfModule>

<Directory "/var/www/cgi-bin">

    Deny from all

</Directory>

IndexOptions FancyIndexing VersionSort

AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip

AddIconByType (TXT,/icons/text.gif) text/*

AddIconByType (IMG,/icons/image2.gif) image/*

AddIconByType (SND,/icons/sound2.gif) audio/*

AddIconByType (VID,/icons/movie.gif) video/*

AddIcon /icons/binary.gif .bin .exe

AddIcon /icons/binhex.gif .hqx

AddIcon /icons/tar.gif .tar

AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv

AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip

AddIcon /icons/a.gif .ps .ai .eps

AddIcon /icons/layout.gif .html .shtml .htm .pdf

AddIcon /icons/text.gif .txt

AddIcon /icons/c.gif .c

AddIcon /icons/p.gif .pl .py

AddIcon /icons/f.gif .for

AddIcon /icons/dvi.gif .dvi

AddIcon /icons/uuencoded.gif .uu

AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl

AddIcon /icons/tex.gif .tex

AddIcon /icons/bomb.gif core

AddIcon /icons/torrent.gif .torrent

AddIcon /icons/back.gif ..

AddIcon /icons/hand.right.gif README

AddIcon /icons/folder.gif ^^DIRECTORY^^

AddIcon /icons/blank.gif ^^BLANKICON^^

DefaultIcon /icons/unknown.gif

ReadmeName README.html

HeaderName HEADER.html

IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t

DefaultLanguage zh-tw

AddLanguage ca .ca

AddLanguage cs .cz .cs

AddLanguage da .dk

AddLanguage de .de

AddLanguage el .el

AddLanguage en .en

AddLanguage eo .eo

AddLanguage es .es

AddLanguage et .et

AddLanguage fr .fr

AddLanguage he .he

AddLanguage hr .hr

AddLanguage it .it

AddLanguage ja .ja

AddLanguage ko .ko

AddLanguage ltz .ltz

AddLanguage nl .nl

AddLanguage nn .nn

AddLanguage no .no

AddLanguage pl .po

AddLanguage pt .pt

AddLanguage pt-BR .pt-br

AddLanguage ru .ru

AddLanguage sv .sv

AddLanguage zh-CN .zh-cn

AddLanguage zh-TW .zh-tw

LanguagePriority zh-TW en ca cs da de el eo es et fr he hr it ja ko ltz nl
nn no pl pt pt-BR ru sv zh-CN

ForceLanguagePriority Prefer Fallback

AddDefaultCharset big5

AddCharset ISO-8859-1  .iso8859-1  .latin1

AddCharset ISO-8859-2  .iso8859-2  .latin2 .cen

AddCharset ISO-8859-3  .iso8859-3  .latin3

AddCharset ISO-8859-4  .iso8859-4  .latin4

AddCharset ISO-8859-5  .iso8859-5  .latin5 .cyr .iso-ru

AddCharset ISO-8859-6  .iso8859-6  .latin6 .arb

AddCharset ISO-8859-7  .iso8859-7  .latin7 .grk

AddCharset ISO-8859-8  .iso8859-8  .latin8 .heb

AddCharset ISO-8859-9  .iso8859-9  .latin9 .trk

AddCharset ISO-2022-JP .iso2022-jp .jis

AddCharset ISO-2022-KR .iso2022-kr .kis

AddCharset ISO-2022-CN .iso2022-cn .cis

AddCharset Big5        .Big5       .big5

# For russian, more than one charset is used (depends on client, mostly):

AddCharset WINDOWS-1251 .cp-1251   .win-1251

AddCharset CP866       .cp866

AddCharset KOI8-r      .koi8-r .koi8-ru

AddCharset KOI8-ru     .koi8-uk .ua

AddCharset ISO-10646-UCS-2 .ucs2

AddCharset ISO-10646-UCS-4 .ucs4

AddCharset UTF-8       .utf8

AddCharset GB2312      .gb2312 .gb 

AddCharset utf-7       .utf7

AddCharset utf-8       .utf8

AddCharset big5        .big5 .b5

AddCharset EUC-TW      .euc-tw

AddCharset EUC-JP      .euc-jp

AddCharset EUC-KR      .euc-kr

AddCharset shift_jis   .sjis

AddType application/x-tar .tgz

AddType application/x-compress .Z

AddType application/x-gzip .gz .tgz

AddType application/x-bittorrent .torrent

AddHandler type-map var

AddType text/html .shtml

AddOutputFilter INCLUDES .shtml

   Alias /error/ "/var/www/error/"

    <Directory "/var/www/error">

        AllowOverride None

        Options IncludesNoExec

        AddOutputFilter Includes html

        AddHandler type-map var

        Order allow,deny

        Allow from all

        LanguagePriority en cs de es fr it nl sv pt-br ro

        ForceLanguagePriority Prefer Fallback

    </Directory>

 

    ErrorDocument 400 /error/HTTP_BAD_REQUEST.html.var

    ErrorDocument 401 /error/HTTP_UNAUTHORIZED.html.var

    ErrorDocument 403 /error/HTTP_FORBIDDEN.html.var

    ErrorDocument 404 /error/HTTP_NOT_FOUND.html.var

    ErrorDocument 405 /error/HTTP_METHOD_NOT_ALLOWED.html.var

    ErrorDocument 408 /error/HTTP_REQUEST_TIME_OUT.html.var

    ErrorDocument 410 /error/HTTP_GONE.html.var

    ErrorDocument 411 /error/HTTP_LENGTH_REQUIRED.html.var

    ErrorDocument 412 /error/HTTP_PRECONDITION_FAILED.html.var

    ErrorDocument 413 /error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var

    ErrorDocument 414 /error/HTTP_REQUEST_URI_TOO_LARGE.html.var

    ErrorDocument 415 /error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var

    ErrorDocument 500 /error/HTTP_INTERNAL_SERVER_ERROR.html.var

    ErrorDocument 501 /error/HTTP_NOT_IMPLEMENTED.html.var

    ErrorDocument 502 /error/HTTP_BAD_GATEWAY.html.var

    ErrorDocument 503 /error/HTTP_SERVICE_UNAVAILABLE.html.var

    ErrorDocument 506 /error/HTTP_VARIANT_ALSO_VARIES.html.var

BrowserMatch "Mozilla/2" nokeepalive

BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0

BrowserMatch "RealPlayer 4\.0" force-response-1.0

BrowserMatch "Java/1\.0" force-response-1.0

BrowserMatch "JDK/1\.0" force-response-1.0

BrowserMatch "Microsoft Data Access Internet Publishing Provider"
redirect-carefully

BrowserMatch "^WebDrive" redirect-carefully

BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully

BrowserMatch "^gnome-vfs" redirect-carefully

<Location /server-status>

    SetHandler server-status

    AuthUserFile /XXXXXXXXXXXX/.htpasswd

           AuthType Basic

           AuthName "XXXXXXXXXXXXXXXXXXXXXXX"

           require valid-user

           Order deny,allow

    Deny from all

    Allow from localhost

           Allow from XXXXXXXX

</Location>

<Location /server-info>

    SetHandler server-info

           AuthUserFile /XXXXXXXXXXXXX/.htpasswd

           AuthType Basic

           AuthName "XXXXXXXXXXX"

           require valid-user

           Order deny,allow

    Deny from all

    Allow from localhost

           Allow from XXXXXX.XXXXXXXXXXX

</Location>

NameVirtualHost XXXXXX:80

<Directory XXXXXX/*>

Options ExecCGI

SetHandler cgi-script

</Directory>

<VirtualHost XXXXXX:80>

    ServerAdmin XXXXXX@XXXXXXXXXX

    DocumentRoot    /home/xxxxxx/public_html

    ServerName XXX.com

</VirtualHost>

<VirtualHost XXXXXXXXXXX:80>

    ServerAdmin XXXXXX@XXXXXXXXXX

    DocumentRoot /home/XXXXX/public_html

    ServerName XXXXXXX.com

</VirtualHost>

#END HTTPD.CONF

 

Here's my php.conf :

 

#BEGIN PHP.CONF

LoadModule php4_module        lib/httpd/modules/libphp4.so

(also LoadModule php5_module lib/httpd/modules/libphp5.so with yesyed with
PHP5)

AddType application/x-httpd-php .php

AddType application/x-httpd-php .php3

AddType application/x-httpd-php .phtml

AddType application/x-httpd-php .php4

DirectoryIndex index.php index.phtml index.php4 index,php3 index.asp

#END PHP.CONF

 

Here's my ssl.conf:

 

#BEGIN SSL.CONF

AddType application/x-x509-ca-cert .crt

AddType application/x-pkcs7-crl    .crl

SSLPassPhraseDialog  builtin

SSLSessionCache         dbm:/var/cache/mod_ssl/scache

SSLSessionCacheTimeout  300

SSLMutex  file:/var/log/httpd/ssl_mutex

SSLRandomSeed startup builtin

SSLRandomSeed connect builtin

 

 

 

NameVirtualHost 202.65.195.45:443

 

<VITRUAL HOST XXXXXX:443>

...

</VIRTUAL HOST>

<VITRUAL HOST XXXXXX:443>

...

</VIRTUAL HOST>

 

#END SSL.CONF

 

Here's the error log:

 

#BEGIN ERROR_LOG

[Fri Jul 30 01:44:34 2004] [info] Init: Initializing OpenSSL library

[Fri Jul 30 01:44:34 2004] [info] Init: Seeding PRNG with 136 bytes of
entropy

[Fri Jul 30 01:44:34 2004] [info] Init: Generating temporary RSA private
keys (512/1024 bits)

[Fri Jul 30 01:44:34 2004] [info] Init: Generating temporary DH parameters
(512/1024 bits)

[Fri Jul 30 01:44:34 2004] [debug] ssl_scache_dbm.c(403): Inter-Process
Session Cache (DBM) Expiry: old: 0, new: 0, removed: 0

[Fri Jul 30 01:44:34 2004] [info] Init: Initializing (virtual) servers for
SSL

[Fri Jul 30 01:44:34 2004] [info] Server: Apache/2.0.50, Interface:
mod_ssl/2.0.50, Library: OpenSSL/0.9.7d

[Fri Jul 30 01:44:34 2004] [info] mod_unique_id: using ip addr 202.65.195.45

[Fri Jul 30 01:44:35 2004] [notice] mod_python: Creating 32 session mutexes
based on 256 max processes and 0 max threads.

[Fri Jul 30 01:44:35 2004] [info] Init: Initializing OpenSSL library

[Fri Jul 30 01:44:35 2004] [info] Init: Seeding PRNG with 136 bytes of
entropy

[Fri Jul 30 01:44:35 2004] [info] Init: Generating temporary RSA private
keys (512/1024 bits)

[Fri Jul 30 01:44:35 2004] [info] Init: Generating temporary DH parameters
(512/1024 bits)

[Fri Jul 30 01:44:35 2004] [debug] ssl_scache_dbm.c(403): Inter-Process
Session Cache (DBM) Expiry: old: 0, new: 0, removed: 0

[Fri Jul 30 01:44:35 2004] [info] Init: Initializing (virtual) servers for
SSL

[Fri Jul 30 01:44:35 2004] [info] Server: Apache/2.0.50, Interface:
mod_ssl/2.0.50, Library: OpenSSL/0.9.7d

[Fri Jul 30 01:44:35 2004] [notice] Digest: generating secret for digest
authentication ...

[Fri Jul 30 01:44:35 2004] [notice] Digest: done

[Fri Jul 30 01:44:35 2004] [info] mod_unique_id: using ip addr 202.65.195.45

[Fri Jul 30 01:44:36 2004] [error] [client 203.218.151.119] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 01:44:36 2004] [notice] Apache/2.0.50 (Unix) mod_perl/1.99_14
Perl/v5.8.4 mod_mono/1.0 PHP/4.3.8 mod_python/3.1.3 Python/2.2.2
mod_ssl/2.0.50 OpenSSL/0.9.7d DAV/2 configured -- resuming normal operations

[Fri Jul 30 01:44:36 2004] [info] Server built: Jul 30 2004 01:21:22

[Fri Jul 30 01:44:36 2004] [debug] prefork.c(955): AcceptMutex: pthread
(default: pthread)

[Fri Jul 30 01:44:53 2004] [error] [client 61.219.86.235] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:44:55 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:44:58 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:45:01 2004] [error] [client 61.219.86.235] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:45:05 2004] [error] [client 203.218.191.14] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 01:45:08 2004] [error] [client 61.219.86.235] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:45:17 2004] [error] [client 218.253.12.94] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 01:45:18 2004] [error] [client 218.103.230.221] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 01:45:26 2004] [error] [client 203.218.151.119] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 01:45:27 2004] [error] [client 154.20.90.37] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=LfsDJE2A

[Fri Jul 30 01:45:27 2004] [error] [client 61.64.103.195] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:45:27 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:45:27 2004] [error] [client 219.77.248.99] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 01:45:28 2004] [error] [client 61.230.223.48] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:45:36 2004] [error] [client 218.164.205.27] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:45:42 2004] [error] [client 218.253.12.94] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 01:45:42 2004] [error] [client 218.164.205.27] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:45:52 2004] [error] [client 218.164.205.27] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:45:58 2004] [error] [client 218.103.157.56] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 01:46:07 2004] [error] [client 158.34.240.18] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=O7y75Xmj

[Fri Jul 30 01:46:11 2004] [error] [client 219.77.248.99] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 01:46:27 2004] [error] [client 219.77.170.13] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 01:46:28 2004] [error] [client 219.76.96.1] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 01:46:39 2004] [error] [client 158.34.240.18] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=O7y75Xmj

[Fri Jul 30 01:46:45 2004] [error] [client 61.230.134.73] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:46:53 2004] [error] [client 218.103.230.221] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 01:46:55 2004] [error] [client 24.207.35.91] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=Bzn40bBt

[Fri Jul 30 01:47:06 2004] [error] [client 203.217.228.109] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 01:47:08 2004] [error] [client 61.230.134.73] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:47:10 2004] [error] [client 221.127.77.188] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 01:47:11 2004] [error] [client 203.218.102.178] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 01:47:15 2004] [error] [client 218.175.33.70] client denied by
server configuration: /home/bbghost/public_html/cgi-bin/forums.cgi

[Fri Jul 30 01:47:24 2004] [error] [client 219.77.248.99] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 01:47:26 2004] [error] [client 203.217.228.109] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 01:47:28 2004] [error] [client 154.20.90.37] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=LfsDJE2A

[Fri Jul 30 01:47:28 2004] [error] [client 61.15.47.48] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 01:47:29 2004] [error] [client 218.103.230.221] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 01:47:30 2004] [error] [client 219.78.160.109] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 01:47:35 2004] [error] [client 221.127.77.188] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 01:47:39 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:47:39 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 01:47:39 2004] [error] [client 61.230.134.73] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:47:45 2004] [error] [client 219.78.148.177] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=iVI0AurA

[Fri Jul 30 01:47:47 2004] [error] [client 203.217.228.109] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 01:48:00 2004] [error] [client 218.103.230.221] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 01:48:00 2004] [error] [client 218.103.157.56] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 01:48:03 2004] [error] [client 202.156.2.162] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=JkYdPbJJ

[Fri Jul 30 01:48:06 2004] [error] [client 203.217.228.109] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 01:48:10 2004] [error] [client 203.78.78.79] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 01:48:13 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:48:25 2004] [error] [client 61.230.134.73] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:48:33 2004] [error] [client 127.0.0.1] client denied by
server configuration: /var/www/cgi-bin/

[Fri Jul 30 01:48:36 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:48:36 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 01:48:42 2004] [error] [client 202.69.76.241] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 01:48:48 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:48:51 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:48:51 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 01:48:53 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:48:53 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 01:48:54 2004] [error] [client 218.190.76.184] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=DaWwT0cJ

[Fri Jul 30 01:48:58 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:48:58 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 01:49:02 2004] [error] [client 221.124.84.45] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=DOyTyaEg

[Fri Jul 30 01:49:07 2004] [error] [client 61.238.129.48] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=cKmrSDwZ

[Fri Jul 30 01:49:35 2004] [error] [client 202.175.95.47] File does not
exist: /home/bbghost/public_html/server-status

[Fri Jul 30 01:49:36 2004] [error] [client 202.69.76.241] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 01:49:38 2004] [error] [client 203.218.191.14] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 01:49:44 2004] [error] [client 202.69.76.241] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 01:49:47 2004] [error] [client 61.238.129.48] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=cKmrSDwZ

[Fri Jul 30 01:49:48 2004] [error] [client 221.124.196.211] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 01:49:56 2004] [error] [client 61.230.140.253] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:49:57 2004] [error] [client 63.198.194.18] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 01:49:59 2004] [error] [client 202.69.76.241] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 01:50:06 2004] [error] [client 219.76.96.5] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 01:50:12 2004] [error] [client 210.6.156.151] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=RHGQQNbd

[Fri Jul 30 01:50:15 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:50:15 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 01:50:15 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:50:15 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 01:50:16 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:50:18 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:50:19 2004] [error] [client 217.44.2.67] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=TUkLpWfw

[Fri Jul 30 01:50:22 2004] [error] [client 61.56.180.240] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=qYX35R1O

[Fri Jul 30 01:50:22 2004] [error] [client 61.230.134.73] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:50:25 2004] [error] [client 61.230.140.253] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:50:35 2004] [error] [client 61.229.35.45] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:50:38 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:50:45 2004] [error] [client 61.238.133.190] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 01:50:52 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:50:52 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 01:50:53 2004] [error] [client 210.6.156.151] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=RHGQQNbd

[Fri Jul 30 01:50:57 2004] [error] [client 142.173.34.83] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:51:02 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:51:03 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 10 idle, and 45 total children

[Fri Jul 30 01:51:04 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 16 children, there
are 19 idle, and 53 total children

[Fri Jul 30 01:51:08 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 01:51:20 2004] [error] [client 61.230.216.73] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:51:26 2004] [error] [client 61.230.216.73] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:51:29 2004] [error] [client 61.230.134.73] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:51:30 2004] [error] [client 217.44.2.67] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=TUkLpWfw

[Fri Jul 30 01:51:37 2004] [error] [client 219.77.223.84] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 01:51:38 2004] [error] [client 61.230.216.73] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:51:43 2004] [error] [client 61.229.35.45] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:51:54 2004] [error] [client 203.198.84.141] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 01:51:56 2004] [error] [client 61.61.31.68] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://taoist.kdgl.com.tw/cgi-bin/leoboard.cgi

[Fri Jul 30 01:52:00 2004] [error] [client 221.127.143.132] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=NosvBJvj

[Fri Jul 30 01:52:00 2004] [error] [client 219.76.96.9] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 01:52:01 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:52:05 2004] [error] [client 62.252.192.7] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=i2QS8CJW

[Fri Jul 30 01:52:06 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:52:06 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 01:52:10 2004] [error] [client 61.228.200.52] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:52:11 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:52:11 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 01:52:21 2004] [error] [client 210.6.35.174] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=Phbf2no8

[Fri Jul 30 01:52:25 2004] [error] [client 61.228.200.52] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:52:25 2004] [error] [client 218.252.115.83] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 01:52:28 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:52:43 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:52:46 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 01:53:07 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:53:13 2004] [error] [client 158.34.240.18] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=O7y75Xmj

[Fri Jul 30 01:53:23 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:53:23 2004] [error] [client 221.127.215.75] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=GIzbEf4m

[Fri Jul 30 01:53:32 2004] [error] [client 61.15.190.51] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 01:53:34 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:53:36 2004] [error] [client 218.252.115.83] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 01:53:36 2004] [error] [client 61.15.133.152] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 01:53:44 2004] [error] [client 61.230.216.73] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:54:04 2004] [error] [client 158.34.240.18] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=O7y75Xmj

[Fri Jul 30 01:54:15 2004] [error] [client 61.228.200.52] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:54:19 2004] [error] [client 218.172.185.172] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:54:25 2004] [error] [client 218.252.191.27] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 01:54:26 2004] [error] [client 203.204.203.104] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://taoist.kdgl.com.tw/cgi-bin/leoboard.cgi

[Fri Jul 30 01:54:31 2004] [error] [client 61.238.133.190] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 01:54:40 2004] [error] [client 218.172.185.172] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:54:50 2004] [error] [client 218.172.185.172] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:54:52 2004] [error] [client 63.198.194.18] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 01:54:55 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:54:58 2004] [error] [client 61.216.104.172] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:54:59 2004] [error] [client 217.44.2.67] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=TUkLpWfw

[Fri Jul 30 01:55:03 2004] [error] [client 218.172.185.172] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:55:06 2004] [error] [client 158.34.240.18] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=O7y75Xmj

[Fri Jul 30 01:55:06 2004] [error] [client 218.252.191.27] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 01:55:22 2004] [error] [client 219.68.147.29] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:55:23 2004] [error] [client 61.58.123.20] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:55:24 2004] [error] [client 218.165.77.41] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:55:27 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 15 idle, and 48 total children

[Fri Jul 30 01:55:30 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:55:32 2004] [error] [client 219.78.236.74] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 01:55:35 2004] [error] [client 221.127.215.75] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=GIzbEf4m

[Fri Jul 30 01:55:35 2004] [error] [client 218.162.54.87] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:55:39 2004] [warn] child process 1521 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1046 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1626 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1663 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1526 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1291 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1054 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1665 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1666 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1063 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1674 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1676 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1677 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1069 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1680 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1681 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1682 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1345 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1170 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1346 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1173 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1433 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1438 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1439 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1689 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1691 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1692 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1693 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1694 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1695 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1696 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1451 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1452 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1697 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1461 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1465 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1521 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1046 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1626 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1663 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1526 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1291 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1054 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1665 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1666 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1063 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1674 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1676 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1677 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1069 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1680 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1681 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1682 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1345 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1173 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1433 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1438 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1439 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1689 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1691 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1692 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1693 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1694 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1695 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1696 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1451 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1452 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1461 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:39 2004] [warn] child process 1465 still did not exit,
sending a SIGTERM

[Fri Jul 30 01:55:40 2004] [info] removed PID file /var/run/httpd.pid
(pid=1040)

[Fri Jul 30 01:55:40 2004] [notice] caught SIGTERM, shutting down

[Fri Jul 30 01:55:42 2004] [info] Init: Initializing OpenSSL library

[Fri Jul 30 01:55:42 2004] [info] Init: Seeding PRNG with 136 bytes of
entropy

[Fri Jul 30 01:55:42 2004] [info] Init: Generating temporary RSA private
keys (512/1024 bits)

[Fri Jul 30 01:55:42 2004] [info] Init: Generating temporary DH parameters
(512/1024 bits)

[Fri Jul 30 01:55:42 2004] [debug] ssl_scache_dbm.c(403): Inter-Process
Session Cache (DBM) Expiry: old: 0, new: 0, removed: 0

[Fri Jul 30 01:55:42 2004] [info] Init: Initializing (virtual) servers for
SSL

[Fri Jul 30 01:55:42 2004] [info] Server: Apache/2.0.50, Interface:
mod_ssl/2.0.50, Library: OpenSSL/0.9.7d

[Fri Jul 30 01:55:42 2004] [info] mod_unique_id: using ip addr 202.65.195.45

[Fri Jul 30 01:55:43 2004] [notice] mod_python: Creating 32 session mutexes
based on 256 max processes and 0 max threads.

[Fri Jul 30 01:55:43 2004] [info] Init: Initializing OpenSSL library

[Fri Jul 30 01:55:43 2004] [info] Init: Seeding PRNG with 136 bytes of
entropy

[Fri Jul 30 01:55:43 2004] [info] Init: Generating temporary RSA private
keys (512/1024 bits)

[Fri Jul 30 01:55:43 2004] [info] Init: Generating temporary DH parameters
(512/1024 bits)

[Fri Jul 30 01:55:43 2004] [debug] ssl_scache_dbm.c(403): Inter-Process
Session Cache (DBM) Expiry: old: 0, new: 0, removed: 0

[Fri Jul 30 01:55:43 2004] [info] Init: Initializing (virtual) servers for
SSL

[Fri Jul 30 01:55:43 2004] [info] Server: Apache/2.0.50, Interface:
mod_ssl/2.0.50, Library: OpenSSL/0.9.7d

[Fri Jul 30 01:55:43 2004] [notice] Digest: generating secret for digest
authentication ...

[Fri Jul 30 01:55:43 2004] [notice] Digest: done

[Fri Jul 30 01:55:43 2004] [info] mod_unique_id: using ip addr 202.65.195.45

[Fri Jul 30 01:55:44 2004] [notice] Apache/2.0.50 (Unix) mod_perl/1.99_14
Perl/v5.8.4 mod_mono/1.0 PHP/4.3.8 mod_python/3.1.3 Python/2.2.2
mod_ssl/2.0.50 OpenSSL/0.9.7d DAV/2 configured -- resuming normal operations

[Fri Jul 30 01:55:44 2004] [info] Server built: Jul 30 2004 01:21:22

[Fri Jul 30 01:55:44 2004] [debug] prefork.c(955): AcceptMutex: pthread
(default: pthread)

[Fri Jul 30 01:55:45 2004] [error] [client 61.228.200.52] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:55:57 2004] [error] [client 61.228.200.52] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:56:29 2004] [error] [client 61.15.63.202] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=g8qB098J

[Fri Jul 30 01:56:34 2004] [error] [client 61.228.200.52] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:56:39 2004] [error] [client 203.73.170.178] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.apolo-av.net/list/215/

[Fri Jul 30 01:56:42 2004] [error] [client 218.162.54.87] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:56:50 2004] [error] [client 158.34.240.18] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=O7y75Xmj

[Fri Jul 30 01:56:50 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:56:50 2004] [error] [client 219.78.236.74] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=OlGtLDDF

[Fri Jul 30 01:56:51 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 01:56:53 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 01:56:54 2004] [error] [client 127.0.0.1] client denied by
server configuration: /var/www/cgi-bin/

[Fri Jul 30 01:56:57 2004] [error] [client 218.103.215.183] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=M3ECtLrt

[Fri Jul 30 01:57:08 2004] [error] [client 61.217.149.13] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:57:11 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:57:11 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:57:14 2004] [error] [client 218.165.77.41] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:57:18 2004] [error] [client 142.173.22.133] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=QqHxSpHm

[Fri Jul 30 01:57:31 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 01:57:32 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:57:33 2004] [error] [client 219.78.236.74] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=OlGtLDDF

[Fri Jul 30 01:57:35 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:57:40 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 19 idle, and 50 total children

[Fri Jul 30 01:57:40 2004] [error] [client 219.78.236.74] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=OlGtLDDF

[Fri Jul 30 01:57:46 2004] [error] [client 66.75.250.171] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 01:57:53 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:57:55 2004] [error] [client 202.92.166.213] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 01:57:57 2004] [error] [client 61.15.63.202] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 01:57:58 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:57:58 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:57:58 2004] [error] [client 158.34.240.18] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=O7y75Xmj

[Fri Jul 30 01:58:01 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:58:02 2004] [error] [client 219.78.236.74] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=OlGtLDDF

[Fri Jul 30 01:58:04 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:58:07 2004] [error] [client 219.76.64.4] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 01:58:10 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:58:14 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:58:17 2004] [error] [client 66.75.250.171] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 01:58:20 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:58:22 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 01:58:23 2004] [error] [client 219.76.64.2] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 01:58:25 2004] [error] [client 61.58.123.20] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:58:26 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:58:30 2004] [error] [client 219.78.236.74] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=OlGtLDDF

[Fri Jul 30 01:58:46 2004] [error] [client 218.103.215.183] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 01:58:46 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:58:50 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:58:50 2004] [error] [client 218.190.134.202] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://wenghm02.hp.infoseek.co.jp/cgi-bin/leobbs/leobbs.cgi

[Fri Jul 30 01:58:54 2004] [error] [client 219.78.236.74] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=OlGtLDDF

[Fri Jul 30 01:59:03 2004] [error] [client 219.78.171.34] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 01:59:07 2004] [error] [client 219.78.171.34] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 01:59:10 2004] [error] [client 218.252.191.27] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 01:59:15 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:59:16 2004] [error] [client 218.252.191.27] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 01:59:19 2004] [error] [client 218.103.215.183] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 01:59:28 2004] [error] [client 219.78.236.74] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=OlGtLDDF

[Fri Jul 30 01:59:28 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:59:36 2004] [error] [client 203.99.189.64] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 01:59:37 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 01:59:46 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 01:59:48 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 01:59:49 2004] [error] [client 218.162.54.87] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 01:59:51 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 01:59:51 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 01:59:58 2004] [error] [client 66.75.250.171] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:00:01 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:00:06 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:00:07 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:00:15 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 15 idle, and 50 total children

[Fri Jul 30 02:00:23 2004] [error] [client 218.103.215.183] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:00:29 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:00:32 2004] [error] [client 218.254.125.246] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:00:36 2004] [warn] child process 1724 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 1725 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 1729 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 1989 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 1990 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 1991 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 1992 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 1738 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 1739 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 1746 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 2045 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 1802 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 1810 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 1874 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 2054 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 1879 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 1880 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 2055 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 1882 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 2057 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 1887 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 2061 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 2063 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 1989 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 1990 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 1991 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 1992 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 2045 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 2054 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 1879 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 2055 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 1882 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 2057 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 1887 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 2061 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:36 2004] [warn] child process 2063 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:00:37 2004] [info] removed PID file /var/run/httpd.pid
(pid=1714)

[Fri Jul 30 02:00:37 2004] [notice] caught SIGTERM, shutting down

[Fri Jul 30 02:00:38 2004] [info] Init: Initializing OpenSSL library

[Fri Jul 30 02:00:38 2004] [info] Init: Seeding PRNG with 136 bytes of
entropy

[Fri Jul 30 02:00:38 2004] [info] Init: Generating temporary RSA private
keys (512/1024 bits)

[Fri Jul 30 02:00:38 2004] [info] Init: Generating temporary DH parameters
(512/1024 bits)

[Fri Jul 30 02:00:38 2004] [debug] ssl_scache_dbm.c(403): Inter-Process
Session Cache (DBM) Expiry: old: 0, new: 0, removed: 0

[Fri Jul 30 02:00:38 2004] [info] Init: Initializing (virtual) servers for
SSL

[Fri Jul 30 02:00:38 2004] [info] Server: Apache/2.0.50, Interface:
mod_ssl/2.0.50, Library: OpenSSL/0.9.7d

[Fri Jul 30 02:00:38 2004] [info] mod_unique_id: using ip addr 202.65.195.45

[Fri Jul 30 02:00:39 2004] [notice] mod_python: Creating 32 session mutexes
based on 256 max processes and 0 max threads.

[Fri Jul 30 02:00:39 2004] [info] Init: Initializing OpenSSL library

[Fri Jul 30 02:00:39 2004] [info] Init: Seeding PRNG with 136 bytes of
entropy

[Fri Jul 30 02:00:39 2004] [info] Init: Generating temporary RSA private
keys (512/1024 bits)

[Fri Jul 30 02:00:39 2004] [info] Init: Generating temporary DH parameters
(512/1024 bits)

[Fri Jul 30 02:00:39 2004] [debug] ssl_scache_dbm.c(403): Inter-Process
Session Cache (DBM) Expiry: old: 0, new: 0, removed: 0

[Fri Jul 30 02:00:39 2004] [info] Init: Initializing (virtual) servers for
SSL

[Fri Jul 30 02:00:39 2004] [info] Server: Apache/2.0.50, Interface:
mod_ssl/2.0.50, Library: OpenSSL/0.9.7d

[Fri Jul 30 02:00:39 2004] [notice] Digest: generating secret for digest
authentication ...

[Fri Jul 30 02:00:39 2004] [notice] Digest: done

[Fri Jul 30 02:00:39 2004] [info] mod_unique_id: using ip addr 202.65.195.45

[Fri Jul 30 02:00:41 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:00:41 2004] [notice] Apache/2.0.50 (Unix) mod_perl/1.99_14
Perl/v5.8.4 mod_mono/1.0 PHP/4.3.8 mod_python/3.1.3 Python/2.2.2
mod_ssl/2.0.50 OpenSSL/0.9.7d DAV/2 configured -- resuming normal operations

[Fri Jul 30 02:00:41 2004] [info] Server built: Jul 30 2004 01:21:22

[Fri Jul 30 02:00:41 2004] [debug] prefork.c(955): AcceptMutex: pthread
(default: pthread)

[Fri Jul 30 02:00:45 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 15 idle, and 27 total children

[Fri Jul 30 02:00:53 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:00:53 2004] [error] [client 218.172.185.172] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:00:54 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:00:55 2004] [error] [client 218.253.12.94] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:00:56 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 15 idle, and 42 total children

[Fri Jul 30 02:01:01 2004] [error] [client 218.254.125.246] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:01:02 2004] [error] [client 218.254.169.69] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=HRVZOVJu

[Fri Jul 30 02:01:08 2004] [error] [client 218.254.176.26] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=9BY42ay7

[Fri Jul 30 02:01:09 2004] [error] [client 61.229.233.34] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:01:13 2004] [error] [client 219.77.195.138] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=kXEZsD6L

[Fri Jul 30 02:01:18 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:01:20 2004] [error] [client 219.76.64.3] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=ts79Ggp4

[Fri Jul 30 02:01:26 2004] [error] [client 203.70.120.33] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:01:27 2004] [error] [client 203.73.104.3] client denied by
server configuration: /home/bbghost/public_html/non-cgi/usr, referer:
http://www.bonny.idv.tw/cgi-bin/lb5000/topic.cgi?forum=5&topic=1147

[Fri Jul 30 02:01:33 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:01:33 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:01:36 2004] [error] [client 218.162.206.237] client denied by
server configuration: /home/bbghost/public_html/non-cgi/usr, referer:
http://www.bonny.idv.tw/cgi-bin/lb5000/topic.cgi?forum=3&topic=66

[Fri Jul 30 02:01:40 2004] [error] [client 203.73.235.137] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:01:46 2004] [error] [client 219.78.236.74] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=OlGtLDDF

[Fri Jul 30 02:01:52 2004] [error] [client 219.78.236.74] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=OlGtLDDF

[Fri Jul 30 02:01:57 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:01:59 2004] [error] [client 203.70.120.33] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:02:00 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:02:02 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:02:05 2004] [error] [client 203.73.235.137] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:02:15 2004] [error] [client 218.102.209.71] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:02:23 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:02:28 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:02:30 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:02:30 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:02:36 2004] [error] [client 24.98.10.208] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org

[Fri Jul 30 02:02:37 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:02:39 2004] [error] [client 218.190.134.202] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://wenghm02.hp.infoseek.co.jp/cgi-bin/leobbs/leobbs.cgi

[Fri Jul 30 02:02:40 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:02:48 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:02:50 2004] [error] [client 203.99.178.191] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:02:50 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:02:50 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:02:55 2004] [error] [client 61.64.147.140] client denied by
server configuration: /home/bbghost/public_html/cgi-bin/forums.cgi, referer:
http://tw.search.yahoo.com/search/kimo?p=%AA%ED%A9n%BBP%A7%DA&tab=

[Fri Jul 30 02:03:00 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:03:02 2004] [error] [client 61.64.147.140] client denied by
server configuration: /home/bbghost/public_html/cgi-bin/forums.cgi, referer:
http://tw.search.yahoo.com/search/kimo?p=%AA%ED%A9n%BBP%A7%DA&tab=

[Fri Jul 30 02:03:04 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:03:08 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:03:15 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:03:19 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:03:32 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:03:32 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:03:37 2004] [error] [client 218.162.212.111] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:03:41 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:03:55 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:03:55 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:03:56 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:03:59 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:04:00 2004] [error] [client 203.217.198.9] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=I8IJrtrq

[Fri Jul 30 02:04:02 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:04:08 2004] [error] [client 210.71.184.250] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:04:08 2004] [error] [client 217.44.2.67] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:04:11 2004] [error] [client 218.188.46.9] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:04:13 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 15 idle, and 53 total children

[Fri Jul 30 02:04:15 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:04:16 2004] [error] [client 61.15.22.245] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:04:19 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:04:21 2004] [error] [client 218.188.46.9] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:04:22 2004] [error] [client 218.188.46.9] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:04:23 2004] [error] [client 61.239.138.82] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:04:23 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:04:23 2004] [error] [client 61.64.5.4] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:04:24 2004] [error] [client 218.188.46.9] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:04:27 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:04:29 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:04:29 2004] [error] [client 203.70.120.33] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:04:30 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:04:30 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:04:30 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:04:34 2004] [error] [client 218.32.231.60] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:04:35 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:04:38 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:04:39 2004] [error] [client 203.73.235.137] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:04:42 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:04:45 2004] [error] [client 61.230.134.73] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:04:54 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:04:58 2004] [error] [client 203.169.166.154] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:05:00 2004] [error] [client 218.188.46.9] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:05:05 2004] [error] [client 218.188.46.9] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:05:12 2004] [error] [client 66.131.22.185] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:05:14 2004] [error] [client 127.0.0.1] client denied by
server configuration: /var/www/cgi-bin/

[Fri Jul 30 02:05:16 2004] [error] [client 219.78.216.177] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=gRzC2Jhy

[Fri Jul 30 02:05:17 2004] [error] [client 218.32.231.60] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:05:17 2004] [error] [client 210.71.184.250] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:05:19 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:05:20 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:05:25 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:05:36 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:05:38 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:05:38 2004] [error] [client 61.230.134.73] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:05:45 2004] [error] [client 218.253.12.94] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:05:58 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:05:58 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:05:59 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:06:01 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:06:02 2004] [error] [client 158.34.240.18] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=O7y75Xmj

[Fri Jul 30 02:06:03 2004] [error] [client 218.254.168.207] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:06:08 2004] [error] [client 218.254.26.4] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 02:06:09 2004] [error] [client 221.127.97.179] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=Phbf2no8

[Fri Jul 30 02:06:11 2004] [error] [client 61.64.98.135] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:06:14 2004] [error] [client 218.162.216.236] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 02:06:15 2004] [error] [client 218.171.190.84] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:06:38 2004] [error] [client 218.171.190.84] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:06:41 2004] [error] [client 61.15.23.200] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:06:43 2004] [error] [client 219.78.216.177] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=gRzC2Jhy

[Fri Jul 30 02:06:44 2004] [error] [client 219.131.213.139] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:06:49 2004] [error] [client 61.230.134.73] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:06:51 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:06:54 2004] [error] [client 219.131.213.139] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:06:56 2004] [error] [client 219.78.216.177] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=gRzC2Jhy

[Fri Jul 30 02:06:57 2004] [error] [client 219.76.96.5] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=8kGXX99p

[Fri Jul 30 02:06:57 2004] [error] [client 219.131.213.139] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:06:59 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 0 idle, and 57 total children

[Fri Jul 30 02:06:59 2004] [error] [client 219.131.213.139] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:07:00 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 16 children, there
are 8 idle, and 65 total children

[Fri Jul 30 02:07:01 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 32 children, there
are 17 idle, and 81 total children

[Fri Jul 30 02:07:02 2004] [error] [client 219.131.213.139] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:07:03 2004] [error] [client 219.131.213.139] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:07:06 2004] [error] [client 219.131.213.139] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:07:06 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:07:07 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:07:09 2004] [error] [client 219.78.216.177] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=gRzC2Jhy

[Fri Jul 30 02:07:10 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:07:15 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:07:17 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:07:19 2004] [error] [client 172.197.64.27] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:07:23 2004] [error] [client 61.64.98.135] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:07:26 2004] [error] [client 210.177.226.147] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:07:30 2004] [error] [client 172.197.64.27] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:07:37 2004] [error] [client 219.78.170.20] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:07:38 2004] [error] [client 61.64.5.4] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:07:41 2004] [error] [client 218.171.190.84] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.ASP

[Fri Jul 30 02:07:53 2004] [error] [client 218.34.101.109] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:07:59 2004] [error] [client 219.78.216.177] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=gRzC2Jhy

[Fri Jul 30 02:08:01 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:08:02 2004] [error] [client 172.197.64.27] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:08:12 2004] [error] [client 203.218.153.70] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:08:13 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:08:13 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:08:14 2004] [error] [client 61.230.134.73] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:08:16 2004] [error] [client 219.76.96.5] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 02:08:20 2004] [error] [client 218.162.233.138] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:08:39 2004] [error] [client 218.34.101.109] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:08:44 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:08:46 2004] [error] [client 218.254.26.4] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 02:08:58 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:09:01 2004] [error] [client 158.34.240.18] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=O7y75Xmj

[Fri Jul 30 02:09:03 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:09:04 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:09:04 2004] [error] [client 218.102.199.153] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=xCqHHFxg

[Fri Jul 30 02:09:05 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:09:08 2004] [error] [client 218.172.185.172] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:09:09 2004] [error] [client 218.32.231.60] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:09:09 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:09:15 2004] [error] [client 218.102.199.153] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=xCqHHFxg

[Fri Jul 30 02:09:16 2004] [error] [client 219.78.148.177] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=iVI0AurA

[Fri Jul 30 02:09:17 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:09:20 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:09:24 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:09:30 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:09:32 2004] [error] [client 218.32.231.60] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:09:32 2004] [error] [client 218.102.209.71] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:09:34 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:09:34 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:09:36 2004] [error] [client 218.254.26.4] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 02:09:39 2004] [error] [client 158.34.240.18] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=O7y75Xmj

[Fri Jul 30 02:09:43 2004] [error] [client 61.238.77.6] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/home.php

[Fri Jul 30 02:09:44 2004] [error] [client 218.32.231.60] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:09:46 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 0 idle, and 47 total children

[Fri Jul 30 02:09:47 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 16 children, there
are 0 idle, and 55 total children

[Fri Jul 30 02:09:48 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 32 children, there
are 11 idle, and 71 total children

[Fri Jul 30 02:09:52 2004] [error] [client 61.230.134.73] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:09:53 2004] [error] [client 172.197.64.27] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:10:10 2004] [error] [client 218.102.209.71] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:10:26 2004] [error] [client 218.254.26.4] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 02:10:27 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:10:27 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:10:28 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:10:31 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:10:31 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:10:33 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:10:37 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:10:42 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:10:45 2004] [error] [client 61.238.129.48] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:10:57 2004] [error] [client 61.230.134.73] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:10:58 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:11:02 2004] [error] [client 219.78.148.177] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=iVI0AurA

[Fri Jul 30 02:11:03 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:11:04 2004] [error] [client 66.185.84.209] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:11:15 2004] [error] [client 61.230.134.73] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:11:15 2004] [error] [client 210.6.221.195] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:11:16 2004] [error] [client 219.77.68.14] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=wrsLjBU1

[Fri Jul 30 02:11:18 2004] [error] [client 61.65.38.80] client denied by
server configuration: /home/bbghost/public_html/cgi-bin/forums.cgi, referer:
http://tw.search.yahoo.com/search/kimo?p=%b1%a1%a6%e2%a4%e5%be%c7&o_g=1&ykd=
1&b=2

[Fri Jul 30 02:11:22 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:11:26 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:11:27 2004] [error] [client 69.70.231.148] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=Kkts8SbF

[Fri Jul 30 02:11:30 2004] [error] [client 218.254.26.4] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 02:11:32 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:11:32 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:11:33 2004] [error] [client 140.128.68.251] client denied by
server configuration: /home/bbghost/public_html/cgi-bin/forums.cgi, referer:
http://tw.search.yahoo.com/search/kimo?p=visual+basic+%A4U%B8%FC+BT&ykd=1&p1
=visual+basic+%A4U%B8%FC+BT&p2=

[Fri Jul 30 02:11:37 2004] [error] [client 218.103.157.121] File does not
exist: /home/bbghost/public_html/imagesfolder

[Fri Jul 30 02:11:49 2004] [error] [client 218.103.157.121] File does not
exist: /home/bbghost/public_html/imagesfolder

[Fri Jul 30 02:11:49 2004] [error] [client 203.70.120.33] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:11:50 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/imagesfolder, referer:
http://fbi.com.tw/bank.php

[Fri Jul 30 02:11:51 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:11:51 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:11:52 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:11:56 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:11:56 2004] [error] [client 218.102.209.71] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:12:00 2004] [error] [client 218.103.157.121] File does not
exist: /home/bbghost/public_html/imagesfolder, referer:
http://fbi.com.tw/bank.php?action=showroom

[Fri Jul 30 02:12:01 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:12:09 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:12:26 2004] [error] [client 203.218.146.189] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:12:29 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:12:32 2004] [error] [client 61.238.129.48] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:12:33 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:12:34 2004] [error] [client 219.76.64.3] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=iVI0AurA

[Fri Jul 30 02:12:36 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:12:38 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:12:41 2004] [error] [client 218.253.12.94] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:12:50 2004] [error] [client 218.191.211.44] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 02:12:51 2004] [error] [client 219.78.148.177] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=iVI0AurA

[Fri Jul 30 02:13:09 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:13:27 2004] [error] [client 69.158.76.144] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:13:29 2004] [error] [client 218.162.212.111] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:13:34 2004] [error] [client 127.0.0.1] client denied by
server configuration: /var/www/cgi-bin/

[Fri Jul 30 02:13:41 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:13:45 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:13:46 2004] [error] [client 218.102.209.71] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:13:48 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:13:49 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:13:49 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:13:50 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 0 idle, and 49 total children

[Fri Jul 30 02:13:51 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 16 children, there
are 0 idle, and 57 total children

[Fri Jul 30 02:13:51 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/imagesfolder, referer:
http://fbi.com.tw/bank.php

[Fri Jul 30 02:13:52 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 32 children, there
are 0 idle, and 73 total children

[Fri Jul 30 02:13:52 2004] [error] [client 203.218.153.70] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:13:52 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:13:52 2004] [error] [client 218.34.24.47] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:13:53 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 32 children, there
are 17 idle, and 105 total children

[Fri Jul 30 02:13:54 2004] [error] [client 219.78.160.109] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:13:56 2004] [error] [client 61.70.58.140] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:14:01 2004] [error] [client 218.191.211.44] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 02:14:12 2004] [error] [client 24.69.255.246] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:14:16 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:14:18 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:14:21 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/imagesfolder, referer:
http://fbi.com.tw/bank.php?action=showroom&sid=I1X6VxMW

[Fri Jul 30 02:14:22 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:14:25 2004] [error] [client 202.175.95.47] File does not
exist: /home/bbghost/public_html/awstats

[Fri Jul 30 02:14:29 2004] [error] [client 219.76.96.9] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 02:14:29 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:14:32 2004] [error] [client 218.103.191.155] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 02:14:36 2004] [error] [client 61.70.58.140] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:14:38 2004] [error] [client 218.103.210.140] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=7ZoqgpgV

[Fri Jul 30 02:14:41 2004] [error] [client 61.70.58.140] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:14:44 2004] [error] [client 218.175.224.165] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:14:44 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:14:45 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 0 idle, and 97 total children

[Fri Jul 30 02:14:53 2004] [error] [client 218.254.125.246] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:14:56 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:14:57 2004] [error] [client 218.103.214.14] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:15:00 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:15:04 2004] [error] [client 24.71.223.148] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:15:05 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:15:14 2004] [error] [client 61.70.58.140] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:15:16 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:15:28 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:15:28 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:15:37 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:15:37 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:15:38 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:15:39 2004] [error] [client 218.172.185.172] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:15:50 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:15:54 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:16:02 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:16:04 2004] [error] [client 218.103.191.155] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 02:16:06 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:16:21 2004] [error] [client 66.185.84.207] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:16:22 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:16:23 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:16:30 2004] [error] [client 218.162.110.24] client denied by
server configuration: /home/bbghost/public_html/cgi-bin/leobbs.cgi

[Fri Jul 30 02:16:30 2004] [error] [client 61.15.168.33] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=19cfgwCF

[Fri Jul 30 02:16:36 2004] [error] [client 218.103.191.155] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 02:16:39 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:16:46 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:17:03 2004] [error] [client 203.186.204.27] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:17:15 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 19 idle, and 44 total children

[Fri Jul 30 02:17:18 2004] [error] [client 221.127.139.197] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:17:33 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 0 idle, and 59 total children

[Fri Jul 30 02:17:34 2004] [error] [client 61.70.58.140] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:17:34 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 16 children, there
are 6 idle, and 67 total children

[Fri Jul 30 02:17:42 2004] [error] [client 61.70.58.140] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:17:42 2004] [error] [client 218.162.233.138] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:17:42 2004] [error] [client 218.171.60.181] client denied by
server configuration: /home/bbghost/public_html/cgi-bin/attachment.cgi,
referer:
http://tw.f167.mail.yahoo.com/ym/ShowLetter?MsgId=4430_2342653_6002_1056_814
_0_4580_-1_0&Idx=17&YY=51605&inc=200&order=down&sort=date&pos=0&view=a&head=
b&box=%ad%dc%aew

[Fri Jul 30 02:17:43 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:17:44 2004] [error] [client 218.103.181.124] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:17:48 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:17:50 2004] [error] [client 218.103.191.155] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 02:17:52 2004] [error] [client 61.70.58.140] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:17:56 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:17:57 2004] [error] [client 219.78.148.177] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=iVI0AurA

[Fri Jul 30 02:18:03 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:18:05 2004] [error] [client 140.128.68.251] client denied by
server configuration: /home/bbghost/public_html/cgi-bin/forums.cgi, referer:
http://tw.search.yahoo.com/search/kimo?p=bt+visual+basic+%A4U%B8%FC&ykd=1&p1
=bt+visual+basic+%A4U%B8%FC&p2=

[Fri Jul 30 02:18:07 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:18:13 2004] [error] [client 219.71.40.218] client denied by
server configuration: /home/bbghost/public_html/cgi-bin/forums.cgi

[Fri Jul 30 02:18:19 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:18:26 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:18:37 2004] [error] [client 61.70.58.140] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:18:44 2004] [error] [client 61.70.58.140] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:19:00 2004] [error] [client 61.70.58.140] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:19:06 2004] [warn] child process 2862 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 2923 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3302 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3346 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3347 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3305 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3306 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 2715 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3356 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3357 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3359 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3015 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3366 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3017 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3371 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3372 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3374 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3375 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3376 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3381 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3389 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 2537 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3059 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 2605 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3093 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 2862 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 2923 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3346 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3347 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3306 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 2715 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3356 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3357 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3359 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3015 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3366 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3017 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3371 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3372 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3374 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3375 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3376 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3381 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3389 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 2537 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3059 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 2605 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:06 2004] [warn] child process 3093 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:07 2004] [warn] child process 3093 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:12 2004] [info] Init: Initializing OpenSSL library

[Fri Jul 30 02:19:12 2004] [info] Init: Seeding PRNG with 136 bytes of
entropy

[Fri Jul 30 02:19:12 2004] [info] Init: Generating temporary RSA private
keys (512/1024 bits)

[Fri Jul 30 02:19:13 2004] [info] Init: Generating temporary DH parameters
(512/1024 bits)

[Fri Jul 30 02:19:13 2004] [debug] ssl_scache_dbm.c(403): Inter-Process
Session Cache (DBM) Expiry: old: 2, new: 1, removed: 1

[Fri Jul 30 02:19:13 2004] [info] Init: Initializing (virtual) servers for
SSL

[Fri Jul 30 02:19:13 2004] [info] Server: Apache/2.0.50, Interface:
mod_ssl/2.0.50, Library: OpenSSL/0.9.7d

[Fri Jul 30 02:19:13 2004] [info] mod_unique_id: using ip addr 202.65.195.45

[Fri Jul 30 02:19:14 2004] [notice] mod_python: Creating 32 session mutexes
based on 256 max processes and 0 max threads.

[Fri Jul 30 02:19:14 2004] [info] Init: Initializing OpenSSL library

[Fri Jul 30 02:19:14 2004] [info] Init: Seeding PRNG with 136 bytes of
entropy

[Fri Jul 30 02:19:14 2004] [info] Init: Generating temporary RSA private
keys (512/1024 bits)

[Fri Jul 30 02:19:15 2004] [info] Init: Generating temporary DH parameters
(512/1024 bits)

[Fri Jul 30 02:19:15 2004] [debug] ssl_scache_dbm.c(403): Inter-Process
Session Cache (DBM) Expiry: old: 0, new: 0, removed: 0

[Fri Jul 30 02:19:15 2004] [info] Init: Initializing (virtual) servers for
SSL

[Fri Jul 30 02:19:15 2004] [info] Server: Apache/2.0.50, Interface:
mod_ssl/2.0.50, Library: OpenSSL/0.9.7d

[Fri Jul 30 02:19:15 2004] [notice] Digest: generating secret for digest
authentication ...

[Fri Jul 30 02:19:15 2004] [notice] Digest: done

[Fri Jul 30 02:19:15 2004] [info] mod_unique_id: using ip addr 202.65.195.45

[Fri Jul 30 02:19:16 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:16 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:16 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:16 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:16 2004] [error] [client 61.70.58.140] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:19:16 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:16 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:16 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:16 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:16 2004] [notice] Apache/2.0.50 (Unix) mod_perl/1.99_14
Perl/v5.8.4 mod_mono/1.0 PHP/4.3.8 mod_python/3.1.3 Python/2.2.2
mod_ssl/2.0.50 OpenSSL/0.9.7d DAV/2 configured -- resuming normal operations

[Fri Jul 30 02:19:16 2004] [info] Server built: Jul 30 2004 01:21:22

[Fri Jul 30 02:19:16 2004] [debug] prefork.c(955): AcceptMutex: pthread
(default: pthread)

[Fri Jul 30 02:19:18 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:18 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:18 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:18 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:19 2004] [error] [client 61.70.58.140] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:19:19 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:19 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:20 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:20 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:21 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:21 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:21 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:21 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:22 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:22 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:23 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:23 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:24 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:24 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:24 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:24 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:25 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:25 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:27 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:27 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:27 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:27 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:27 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:27 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:29 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:29 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:29 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:29 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:30 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:30 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:32 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:32 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:32 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:32 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:32 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:32 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:33 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:33 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:37 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:37 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:38 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:38 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:38 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:38 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:40 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:40 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:40 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 17 idle, and 38 total children

[Fri Jul 30 02:19:40 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:40 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:40 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:40 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:42 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:42 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:42 2004] [error] [client 61.239.214.117] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:19:44 2004] [warn] child process 3511 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:44 2004] [warn] child process 3512 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:44 2004] [warn] child process 3515 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:44 2004] [warn] child process 3516 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:44 2004] [warn] child process 3517 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:44 2004] [warn] child process 3520 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:44 2004] [warn] child process 3524 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:44 2004] [warn] child process 3526 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:44 2004] [warn] child process 3527 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:44 2004] [warn] child process 3530 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:44 2004] [warn] child process 3531 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:44 2004] [warn] child process 3535 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:44 2004] [warn] child process 3536 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:44 2004] [warn] child process 3537 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:44 2004] [warn] child process 3539 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:44 2004] [warn] child process 3540 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:44 2004] [warn] child process 3541 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:44 2004] [warn] child process 3543 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:44 2004] [warn] child process 3544 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:44 2004] [warn] child process 3545 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:44 2004] [warn] child process 3547 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:44 2004] [warn] child process 3548 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:44 2004] [warn] child process 3549 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:44 2004] [warn] child process 3550 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:44 2004] [warn] child process 3551 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:44 2004] [warn] child process 3552 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:44 2004] [warn] child process 3553 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:44 2004] [warn] child process 3554 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:44 2004] [warn] child process 3555 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:44 2004] [warn] child process 3556 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:44 2004] [warn] child process 3557 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:45 2004] [warn] child process 3530 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:45 2004] [warn] child process 3531 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:45 2004] [warn] child process 3535 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:45 2004] [warn] child process 3536 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:45 2004] [warn] child process 3537 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:45 2004] [warn] child process 3539 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:45 2004] [warn] child process 3540 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:45 2004] [warn] child process 3541 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:45 2004] [warn] child process 3543 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:45 2004] [warn] child process 3544 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:45 2004] [warn] child process 3545 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:45 2004] [warn] child process 3547 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:45 2004] [warn] child process 3548 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:45 2004] [warn] child process 3550 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:45 2004] [warn] child process 3551 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:45 2004] [warn] child process 3552 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:45 2004] [warn] child process 3553 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:45 2004] [warn] child process 3554 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:45 2004] [warn] child process 3555 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:45 2004] [warn] child process 3556 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:45 2004] [warn] child process 3557 still did not exit,
sending a SIGTERM

[Fri Jul 30 02:19:46 2004] [info] removed PID file /var/run/httpd.pid
(pid=3508)

[Fri Jul 30 02:19:46 2004] [notice] caught SIGTERM, shutting down

[Fri Jul 30 02:19:47 2004] [info] Init: Initializing OpenSSL library

[Fri Jul 30 02:19:47 2004] [info] Init: Seeding PRNG with 136 bytes of
entropy

[Fri Jul 30 02:19:47 2004] [info] Init: Generating temporary RSA private
keys (512/1024 bits)

[Fri Jul 30 02:19:47 2004] [info] Init: Generating temporary DH parameters
(512/1024 bits)

[Fri Jul 30 02:19:47 2004] [debug] ssl_scache_dbm.c(403): Inter-Process
Session Cache (DBM) Expiry: old: 0, new: 0, removed: 0

[Fri Jul 30 02:19:47 2004] [info] Init: Initializing (virtual) servers for
SSL

[Fri Jul 30 02:19:47 2004] [info] Server: Apache/2.0.50, Interface:
mod_ssl/2.0.50, Library: OpenSSL/0.9.7d

[Fri Jul 30 02:19:47 2004] [info] mod_unique_id: using ip addr 202.65.195.45

[Fri Jul 30 02:19:48 2004] [notice] mod_python: Creating 32 session mutexes
based on 256 max processes and 0 max threads.

[Fri Jul 30 02:19:48 2004] [info] Init: Initializing OpenSSL library

[Fri Jul 30 02:19:48 2004] [info] Init: Seeding PRNG with 136 bytes of
entropy

[Fri Jul 30 02:19:48 2004] [info] Init: Generating temporary RSA private
keys (512/1024 bits)

[Fri Jul 30 02:19:48 2004] [info] Init: Generating temporary DH parameters
(512/1024 bits)

[Fri Jul 30 02:19:48 2004] [debug] ssl_scache_dbm.c(403): Inter-Process
Session Cache (DBM) Expiry: old: 0, new: 0, removed: 0

[Fri Jul 30 02:19:48 2004] [info] Init: Initializing (virtual) servers for
SSL

[Fri Jul 30 02:19:48 2004] [info] Server: Apache/2.0.50, Interface:
mod_ssl/2.0.50, Library: OpenSSL/0.9.7d

[Fri Jul 30 02:19:48 2004] [notice] Digest: generating secret for digest
authentication ...

[Fri Jul 30 02:19:48 2004] [notice] Digest: done

[Fri Jul 30 02:19:48 2004] [info] mod_unique_id: using ip addr 202.65.195.45

[Fri Jul 30 02:19:49 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:49 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:49 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:49 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:49 2004] [notice] Apache/2.0.50 (Unix) mod_perl/1.99_14
Perl/v5.8.4 mod_mono/1.0 PHP/4.3.8 mod_python/3.1.3 Python/2.2.2
mod_ssl/2.0.50 OpenSSL/0.9.7d DAV/2 configured -- resuming normal operations

[Fri Jul 30 02:19:49 2004] [info] Server built: Jul 30 2004 01:21:22

[Fri Jul 30 02:19:49 2004] [debug] prefork.c(955): AcceptMutex: pthread
(default: pthread)

[Fri Jul 30 02:19:51 2004] [error] [client 61.219.37.4] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:19:51 2004] [error] [client 61.219.36.187] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:19:53 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 8 idle, and 27 total children

[Fri Jul 30 02:19:53 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:53 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:54 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 16 children, there
are 16 idle, and 35 total children

[Fri Jul 30 02:19:56 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:56 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:56 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:56 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:59 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:19:59 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:00 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:00 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:00 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:00 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:01 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:20:01 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:20:01 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:01 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:01 2004] [error] [client 218.171.188.208] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:20:01 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:20:01 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:20:02 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:02 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:07 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:07 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:07 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:07 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:09 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:09 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:13 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:13 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:17 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:17 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:17 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:17 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:21 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:21 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:22 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:22 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:24 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:24 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:25 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:25 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:27 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:27 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:29 2004] [error] [client 65.124.173.99] client denied by
server configuration: /home/bbghost/public_html/non-cgi/images

[Fri Jul 30 02:20:33 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:33 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:35 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:35 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:36 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:36 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:37 2004] [error] [client 218.171.188.208] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:20:38 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:20:38 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:38 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:38 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:20:38 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:20:41 2004] [error] [client 61.239.214.117] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:20:41 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:41 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:46 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:46 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:49 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:49 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:51 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:20:52 2004] [error] [client 218.170.61.169] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:20:53 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:53 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:57 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:57 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:57 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:20:57 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:21:01 2004] [error] [client 218.191.71.187] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:21:01 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:21:01 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:21:04 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:21:04 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:21:05 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:21:05 2004] [error] an unknown filter was not added: PHP

[Fri Jul 30 02:21:07 2004] [info] removed PID file /var/run/httpd.pid
(pid=3573)

[Fri Jul 30 02:21:07 2004] [notice] caught SIGTERM, shutting down

[Fri Jul 30 02:21:07 2004] [info] Init: Initializing OpenSSL library

[Fri Jul 30 02:21:07 2004] [info] Init: Seeding PRNG with 136 bytes of
entropy

[Fri Jul 30 02:21:07 2004] [info] Init: Generating temporary RSA private
keys (512/1024 bits)

[Fri Jul 30 02:21:08 2004] [info] Init: Generating temporary DH parameters
(512/1024 bits)

[Fri Jul 30 02:21:08 2004] [debug] ssl_scache_dbm.c(403): Inter-Process
Session Cache (DBM) Expiry: old: 0, new: 0, removed: 0

[Fri Jul 30 02:21:08 2004] [info] Init: Initializing (virtual) servers for
SSL

[Fri Jul 30 02:21:08 2004] [info] Server: Apache/2.0.50, Interface:
mod_ssl/2.0.50, Library: OpenSSL/0.9.7d

[Fri Jul 30 02:21:08 2004] [info] mod_unique_id: using ip addr 202.65.195.45

[Fri Jul 30 02:21:09 2004] [notice] mod_python: Creating 32 session mutexes
based on 256 max processes and 0 max threads.

[Fri Jul 30 02:21:09 2004] [info] Init: Initializing OpenSSL library

[Fri Jul 30 02:21:09 2004] [info] Init: Seeding PRNG with 136 bytes of
entropy

[Fri Jul 30 02:21:09 2004] [info] Init: Generating temporary RSA private
keys (512/1024 bits)

[Fri Jul 30 02:21:09 2004] [info] Init: Generating temporary DH parameters
(512/1024 bits)

[Fri Jul 30 02:21:09 2004] [debug] ssl_scache_dbm.c(403): Inter-Process
Session Cache (DBM) Expiry: old: 0, new: 0, removed: 0

[Fri Jul 30 02:21:09 2004] [info] Init: Initializing (virtual) servers for
SSL

[Fri Jul 30 02:21:09 2004] [info] Server: Apache/2.0.50, Interface:
mod_ssl/2.0.50, Library: OpenSSL/0.9.7d

[Fri Jul 30 02:21:09 2004] [notice] Digest: generating secret for digest
authentication ...

[Fri Jul 30 02:21:09 2004] [notice] Digest: done

[Fri Jul 30 02:21:09 2004] [info] mod_unique_id: using ip addr 202.65.195.45

[Fri Jul 30 02:21:10 2004] [notice] Apache/2.0.50 (Unix) mod_perl/1.99_14
Perl/v5.8.4 mod_mono/1.0 PHP/4.3.8 mod_python/3.1.3 Python/2.2.2
mod_ssl/2.0.50 OpenSSL/0.9.7d DAV/2 configured -- resuming normal operations

[Fri Jul 30 02:21:10 2004] [info] Server built: Jul 30 2004 01:21:22

[Fri Jul 30 02:21:10 2004] [debug] prefork.c(955): AcceptMutex: pthread
(default: pthread)

[Fri Jul 30 02:21:11 2004] [error] [client 218.254.125.246] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:21:20 2004] [error] [client 218.165.149.205] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:21:22 2004] [error] [client 218.191.71.187] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:21:25 2004] [error] [client 218.164.26.36] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:21:28 2004] [error] [client 218.165.149.205] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:21:30 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:21:33 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 19 idle, and 37 total children

[Fri Jul 30 02:21:35 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:21:35 2004] [error] [client 218.171.188.208] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:21:49 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:21:50 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:21:50 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:21:52 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:22:02 2004] [error] [client 127.0.0.1] client denied by
server configuration: /var/www/cgi-bin/

[Fri Jul 30 02:22:02 2004] [error] [client 219.128.137.6] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:22:03 2004] [error] [client 218.191.71.187] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:22:07 2004] [error] [client 24.68.217.248] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:22:16 2004] [error] [client 24.68.217.248] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:22:22 2004] [error] [client 61.70.58.140] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:22:22 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 0 idle, and 42 total children

[Fri Jul 30 02:22:24 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 16 children, there
are 0 idle, and 50 total children

[Fri Jul 30 02:22:25 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 32 children, there
are 12 idle, and 66 total children

[Fri Jul 30 02:22:27 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:22:28 2004] [error] [client 61.92.191.7] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:22:35 2004] [error] [client 61.238.77.6] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:22:37 2004] [error] [client 218.254.125.246] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:22:38 2004] [error] [client 220.139.72.91] client denied by
server configuration: /home/bbghost/public_html/cgi-bin/forums.cgi, referer:
http://tw.search.yahoo.com/search/kimo?p=%b1%a1%a6%e2%a4%e5%be%c7&o_g=1&ykd=
1&b=2

[Fri Jul 30 02:22:41 2004] [error] [client 218.165.149.205] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:22:50 2004] [error] [client 218.254.125.246] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:22:50 2004] [error] [client 203.218.114.134] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=X1SI16yz

[Fri Jul 30 02:22:52 2004] [error] [client 61.92.191.7] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:22:59 2004] [error] [client 61.92.191.7] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:23:04 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:23:05 2004] [error] [client 218.165.149.205] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:23:17 2004] [error] [client 221.192.17.117] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://taoist.kdgl.com.tw/cgi-bin/leoboard.cgi

[Fri Jul 30 02:23:34 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:23:39 2004] [error] [client 218.34.101.109] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:23:45 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 0 idle, and 52 total children

[Fri Jul 30 02:23:46 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 16 children, there
are 0 idle, and 60 total children

[Fri Jul 30 02:23:46 2004] [error] [client 203.218.46.106] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:23:46 2004] [error] [client 61.70.58.140] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:23:47 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 32 children, there
are 10 idle, and 76 total children

[Fri Jul 30 02:23:49 2004] [error] [client 61.70.58.140] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:23:53 2004] [error] [client 203.176.235.29] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:23:55 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:23:55 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:23:55 2004] [error] [client 61.238.77.6] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:23:56 2004] [error] [client 61.70.58.140] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:23:59 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:23:59 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:24:00 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:24:00 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:24:05 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:24:05 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:24:05 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:24:05 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:24:14 2004] [error] [client 218.191.71.187] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:24:23 2004] [error] [client 219.76.64.4] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 02:24:40 2004] [error] [client 218.34.101.109] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:24:43 2004] [error] [client 218.171.154.251] client denied by
server configuration: /home/bbghost/public_html/non-cgi/usr, referer:
http://bonney.tw.liful.com/cgi-bin/lb5000/topic.cgi?forum=3&topic=827

[Fri Jul 30 02:24:45 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:24:45 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:24:45 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:24:45 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:24:55 2004] [error] [client 220.143.95.229] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:25:01 2004] [error] [client 61.238.77.6] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:25:28 2004] [error] [client 203.176.198.113] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=xERQsy5d

[Fri Jul 30 02:25:31 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:25:34 2004] [error] [client 66.36.139.240] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:25:41 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:25:50 2004] [error] [client 218.171.171.135] client denied by
server configuration: /home/bbghost/public_html/non-cgi/images, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:25:51 2004] [error] [client 218.171.171.135] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:25:56 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:26:05 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:26:05 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:26:05 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:26:05 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:26:08 2004] [error] [client 218.34.101.109] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:26:21 2004] [error] [client 218.34.101.109] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:26:21 2004] [error] [client 203.70.221.114] client denied by
server configuration: /home/bbghost/public_html/cgi-bin/forums.cgi, referer:
http://tw.search.yahoo.com/search/kimo?p=%b5%b5%b7%4c%a4%e6%bc%c6%b3%6e%c5%e
9%a4%55%b8%fc&o_g=1&ykd=1&b=3

[Fri Jul 30 02:26:31 2004] [error] [client 218.190.163.100] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:26:35 2004] [error] [client 219.78.147.173] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=om2vstb2

[Fri Jul 30 02:26:37 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:26:39 2004] [error] [client 61.238.77.6] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:26:40 2004] [error] [client 219.76.64.3] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=vJk9MvLh

[Fri Jul 30 02:26:52 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:26:54 2004] [error] [client 218.34.101.109] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:27:07 2004] [error] [client 80.3.160.5] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:27:21 2004] [error] [client 222.157.28.213] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:27:24 2004] [error] [client 218.171.188.208] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:27:27 2004] [error] [client 219.78.49.44] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=Udep57ey

[Fri Jul 30 02:27:30 2004] [error] [client 222.157.28.213] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:27:35 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:27:41 2004] [error] [client 61.18.11.98] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:27:46 2004] [error] [client 218.171.188.208] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:27:50 2004] [error] [client 218.190.163.100] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:27:57 2004] [error] [client 218.171.188.208] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:28:04 2004] [error] [client 218.34.101.109] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:28:06 2004] [error] [client 218.254.124.222] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:28:11 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:28:17 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 16 idle, and 41 total children

[Fri Jul 30 02:28:22 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:28:26 2004] [error] [client 218.35.40.128] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:28:30 2004] [error] [client 219.77.16.14] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:28:41 2004] [error] [client 218.35.40.128] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:28:47 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:28:47 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:28:51 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:28:51 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:28:55 2004] [error] [client 61.18.11.98] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:28:55 2004] [error] [client 220.133.92.204] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:29:07 2004] [error] [client 218.254.125.246] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:29:14 2004] [error] [client 61.216.104.172] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:29:29 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:29:30 2004] [error] [client 218.18.234.211] client denied by
server configuration: /home/bbghost/public_html/cgi-bin/forums.cgi, referer:
http://search.msn.com.tw/results.aspx?ps=ba%3d(0.120)0......%26co%3d(0.15)6.
200.3.2.5.3.%26CY%3dzh-tw%26rd%3d0%26pn%3d8%26&q=%E6%83%85%E8%89%B2%E6%96%87
%E5%AD%B8&ck_sc=1&ck_af=0

[Fri Jul 30 02:29:49 2004] [error] [client 218.35.40.128] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:29:53 2004] [error] [client 218.190.163.100] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:29:54 2004] [error] [client 218.171.171.135] client denied by
server configuration: /home/bbghost/public_html/non-cgi/images, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:29:54 2004] [error] [client 218.171.171.135] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:30:22 2004] [error] [client 218.35.40.128] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:30:26 2004] [error] [client 127.0.0.1] client denied by
server configuration: /var/www/cgi-bin/

[Fri Jul 30 02:31:00 2004] [error] [client 61.238.77.6] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:31:09 2004] [error] [client 221.127.214.162] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 02:31:48 2004] [error] [client 218.254.125.246] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:31:50 2004] [error] [client 218.34.24.47] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:31:54 2004] [error] [client 218.254.125.246] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:32:00 2004] [error] [client 218.254.124.222] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:32:11 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:32:11 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:32:11 2004] [error] [client 222.157.28.213] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:32:17 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:32:17 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:32:18 2004] [error] [client 61.230.134.73] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:32:25 2004] [error] [client 24.215.215.253] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:32:37 2004] [error] [client 218.254.125.246] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:33:15 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:33:18 2004] [error] [client 203.176.198.113] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:33:29 2004] [error] [client 63.198.194.18] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:33:30 2004] [error] [client 61.230.134.73] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:33:38 2004] [error] [client 219.76.96.1] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=2xok5VNA

[Fri Jul 30 02:33:57 2004] [error] [client 218.162.212.111] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:34:10 2004] [error] [client 221.192.17.117] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://taoist.kdgl.com.tw/cgi-bin/leoboard.cgi

[Fri Jul 30 02:34:26 2004] [error] [client 80.3.160.5] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/home.php

[Fri Jul 30 02:34:35 2004] [error] [client 218.162.212.111] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:34:36 2004] [error] [client 218.169.64.31] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=Xs7Lu6y5

[Fri Jul 30 02:34:43 2004] [error] [client 218.169.64.31] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=Xs7Lu6y5

[Fri Jul 30 02:34:47 2004] [error] [client 218.103.233.73] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 02:34:49 2004] [error] [client 218.32.231.60] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:34:55 2004] [error] [client 202.178.151.250] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:35:02 2004] [error] [client 63.198.194.18] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:35:07 2004] [error] [client 218.254.125.246] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:35:12 2004] [error] [client 218.191.92.24] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=LrqC4THp

[Fri Jul 30 02:35:21 2004] [error] [client 210.244.118.113] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:35:33 2004] [error] [client 203.218.40.112] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=2xok5VNA

[Fri Jul 30 02:35:41 2004] [error] [client 61.238.87.252] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org

[Fri Jul 30 02:35:48 2004] [error] [client 218.103.233.73] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 02:35:49 2004] [error] [client 202.178.151.250] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:35:54 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 19 idle, and 39 total children

[Fri Jul 30 02:35:55 2004] [error] [client 210.244.118.113] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:36:13 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:36:13 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:36:13 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:36:13 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:36:19 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 15 idle, and 54 total children

[Fri Jul 30 02:36:25 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:36:25 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:36:29 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:36:29 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:37:07 2004] [error] [client 202.67.238.251] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:37:13 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 10 idle, and 56 total children

[Fri Jul 30 02:37:16 2004] [error] [client 218.103.251.48] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:37:28 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:37:51 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:38:02 2004] [error] [client 218.191.92.24] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=LrqC4THp

[Fri Jul 30 02:38:08 2004] [error] [client 203.218.124.22] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:38:23 2004] [error] [client 219.77.131.114] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=d8RZyG4D

[Fri Jul 30 02:38:28 2004] [error] [client 218.103.251.48] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:38:40 2004] [error] [client 218.191.92.24] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=LrqC4THp

[Fri Jul 30 02:38:40 2004] [error] [client 203.204.130.194] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:38:44 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:38:44 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:38:46 2004] [error] [client 202.178.151.250] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:38:48 2004] [error] [client 127.0.0.1] client denied by
server configuration: /var/www/cgi-bin/

[Fri Jul 30 02:38:59 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:38:59 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:39:04 2004] [error] [client 61.230.134.73] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:39:05 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:39:15 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:39:15 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:39:24 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:39:24 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:39:24 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:39:36 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:39:43 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 19 idle, and 53 total children

[Fri Jul 30 02:40:12 2004] [error] [client 218.102.234.223] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=htpKIzZi

[Fri Jul 30 02:40:45 2004] [error] [client 66.222.241.173] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=iz4dYgof

[Fri Jul 30 02:40:53 2004] [error] [client 203.176.198.113] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:41:01 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:41:03 2004] [error] [client 202.178.151.250] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:41:04 2004] [error] [client 218.169.64.31] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:41:42 2004] [error] [client 210.6.67.127] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=k3mQgJeB

[Fri Jul 30 02:41:44 2004] [error] [client 219.78.136.23] File does not
exist: /home/bbghost/public_html/images/yaxay/usercproll.gif, referer:
http://fbi.com.tw/forumdisplay.php?fid=32

[Fri Jul 30 02:41:45 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:41:45 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:41:45 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:41:47 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 19 idle, and 47 total children

[Fri Jul 30 02:41:59 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:41:59 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:42:00 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:42:00 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:42:03 2004] [error] [client 219.78.136.23] File does not
exist: /home/bbghost/public_html/images/yaxay/usercproll.gif, referer:
http://fbi.com.tw/forumdisplay.php?fid=33&sid=wj16Wr2b

[Fri Jul 30 02:42:04 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:42:04 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:42:04 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:42:05 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 17 idle, and 62 total children

[Fri Jul 30 02:42:05 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:42:18 2004] [error] [client 158.132.12.73] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=b886WOhc

[Fri Jul 30 02:42:21 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:42:23 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:42:23 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:42:26 2004] [error] [client 219.78.136.23] File does not
exist: /home/bbghost/public_html/images/yaxay/usercproll.gif, referer:
http://fbi.com.tw/forumdisplay.php?fid=33&cateid=2

[Fri Jul 30 02:42:43 2004] [error] [client 219.78.136.23] File does not
exist: /home/bbghost/public_html/images/yaxay/usercproll.gif, referer:
http://fbi.com.tw/forumdisplay.php?fid=33&cateid=2&page=2

[Fri Jul 30 02:42:53 2004] [error] [client 219.78.136.23] File does not
exist: /home/bbghost/public_html/images/yaxay/usercproll.gif, referer:
http://fbi.com.tw/forumdisplay.php?fid=33&cateid=2&page=3

[Fri Jul 30 02:43:03 2004] [error] [client 219.78.136.23] File does not
exist: /home/bbghost/public_html/images/yaxay/usercproll.gif, referer:
http://fbi.com.tw/forumdisplay.php?fid=33&cateid=2&page=4

[Fri Jul 30 02:43:07 2004] [error] [client 219.76.96.5] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:43:20 2004] [error] [client 61.238.122.153] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=J64Wp6fG

[Fri Jul 30 02:43:21 2004] [error] [client 219.78.136.23] File does not
exist: /home/bbghost/public_html/images/yaxay/usercproll.gif, referer:
http://fbi.com.tw/forumdisplay.php?fid=33&cateid=2&page=5

[Fri Jul 30 02:43:36 2004] [error] [client 219.78.136.23] File does not
exist: /home/bbghost/public_html/images/yaxay/usercproll.gif, referer:
http://fbi.com.tw/forumdisplay.php?fid=33&cateid=2&page=6

[Fri Jul 30 02:43:37 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:43:37 2004] [error] [client 218.190.163.100] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:43:48 2004] [error] [client 202.69.76.241] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:43:50 2004] [error] [client 219.78.136.23] File does not
exist: /home/bbghost/public_html/images/yaxay/usercproll.gif, referer:
http://fbi.com.tw/forumdisplay.php?fid=33&cateid=2&page=7

[Fri Jul 30 02:43:51 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:43:52 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:43:53 2004] [error] [client 61.10.87.209] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=DzD1eOey

[Fri Jul 30 02:44:01 2004] [error] [client 219.78.136.23] File does not
exist: /home/bbghost/public_html/images/yaxay/usercproll.gif, referer:
http://fbi.com.tw/forumdisplay.php?fid=33&cateid=2&page=8

[Fri Jul 30 02:44:07 2004] [error] [client 218.190.163.100] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:44:14 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:44:15 2004] [error] [client 219.78.136.23] File does not
exist: /home/bbghost/public_html/images/yaxay/usercproll.gif, referer:
http://fbi.com.tw/forumdisplay.php?fid=33&cateid=2&page=9

[Fri Jul 30 02:44:20 2004] [error] [client 219.78.170.33] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=kBHUXsP9

[Fri Jul 30 02:44:28 2004] [error] [client 218.252.28.193] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=Vf0ts1zg

[Fri Jul 30 02:44:32 2004] [error] [client 218.171.186.223] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:44:37 2004] [error] [client 219.78.136.23] File does not
exist: /home/bbghost/public_html/images/yaxay/usercproll.gif, referer:
http://fbi.com.tw/forumdisplay.php?fid=33&cateid=2&page=10

[Fri Jul 30 02:44:43 2004] [error] [client 218.171.186.223] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:44:43 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:44:43 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:45:01 2004] [error] [client 158.132.12.73] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:45:06 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:45:13 2004] [error] [client 218.165.218.213] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:45:14 2004] [error] [client 219.68.134.171] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:45:21 2004] [error] [client 218.170.195.146] client denied by
server configuration: /home/bbghost/public_html/cgi-bin/forums.cgi, referer:
http://tw.search.yahoo.com/search/kimo?p=%b1%a1%a6%e2%a4%e5%be%c7&o_g=1&ykd=
1&b=2

[Fri Jul 30 02:45:25 2004] [error] [client 218.165.218.213] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:45:36 2004] [error] [client 206.116.15.112] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:45:37 2004] [error] [client 218.103.251.48] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:45:39 2004] [error] [client 218.165.218.213] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:45:42 2004] [error] [client 63.198.194.18] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:45:48 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:45:48 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:45:52 2004] [error] [client 218.102.168.203] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 02:45:52 2004] [error] [client 63.198.194.18] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:46:01 2004] [error] [client 61.93.184.231] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=6VosOzCC

[Fri Jul 30 02:46:01 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:46:04 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:46:15 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:46:17 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:46:19 2004] [error] [client 61.132.138.44] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:46:22 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:46:23 2004] [error] [client 61.238.68.60] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=esmCuvpu

[Fri Jul 30 02:46:25 2004] [error] [client 218.254.125.246] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:46:25 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:46:25 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:46:34 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 11 idle, and 57 total children

[Fri Jul 30 02:46:35 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 16 children, there
are 18 idle, and 65 total children

[Fri Jul 30 02:46:38 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:46:43 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:46:43 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:46:52 2004] [error] [client 61.10.23.94] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:46:53 2004] [error] [client 61.238.68.60] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=esmCuvpu

[Fri Jul 30 02:47:00 2004] [error] [client 61.238.68.60] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=esmCuvpu

[Fri Jul 30 02:47:03 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:47:03 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:47:08 2004] [error] [client 127.0.0.1] client denied by
server configuration: /var/www/cgi-bin/

[Fri Jul 30 02:47:13 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:47:17 2004] [error] [client 209.77.148.41] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=WZIwEseM

[Fri Jul 30 02:47:24 2004] [error] [client 69.70.231.148] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=Kkts8SbF

[Fri Jul 30 02:47:28 2004] [error] [client 69.70.231.148] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=Kkts8SbF

[Fri Jul 30 02:47:28 2004] [error] [client 218.102.133.78] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:47:34 2004] [error] [client 212.238.139.53] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/home.php

[Fri Jul 30 02:47:40 2004] [error] [client 210.6.35.174] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=Phbf2no8

[Fri Jul 30 02:47:42 2004] [error] [client 203.217.203.96] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:47:48 2004] [error] [client 212.238.139.53] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:47:49 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:47:49 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:47:49 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:48:03 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:48:13 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 16 idle, and 51 total children

[Fri Jul 30 02:48:16 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:48:23 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 9 idle, and 72 total children

[Fri Jul 30 02:48:23 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:48:24 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 16 children, there
are 9 idle, and 80 total children

[Fri Jul 30 02:48:31 2004] [error] [client 218.171.105.11] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:48:33 2004] [error] [client 219.68.134.171] File does not
exist: /home/bbghost/public_html/imagesfolder, referer:
http://fbi.com.tw/bank.php

[Fri Jul 30 02:48:36 2004] [error] [client 61.15.240.168] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=2Kg3JwLz

[Fri Jul 30 02:48:36 2004] [error] [client 66.196.90.49] client denied by
server configuration: /home/bbghost/public_html/cgi-bin/profile.cgi

[Fri Jul 30 02:48:44 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:49:02 2004] [error] [client 202.92.180.177] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:49:15 2004] [error] [client 211.72.233.83] client denied by
server configuration: /home/bbghost/public_html/non-cgi/usravatars

[Fri Jul 30 02:49:22 2004] [error] [client 221.192.17.117] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://taoist.kdgl.com.tw/cgi-bin/leoboard.cgi

[Fri Jul 30 02:49:32 2004] [error] [client 61.238.107.149] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=TsowqJyC

[Fri Jul 30 02:49:46 2004] [error] [client 218.103.157.56] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:49:53 2004] [error] [client 61.15.240.168] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=XSu3tpaP

[Fri Jul 30 02:49:57 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:49:58 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 15 idle, and 50 total children

[Fri Jul 30 02:50:01 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:50:01 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:50:01 2004] [error] [client 210.6.105.95] File does not
exist: /home/bbghost/public_html/imagesfolder, referer:
http://fbi.com.tw/bank.php

[Fri Jul 30 02:50:02 2004] [error] [client 218.103.157.56] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:50:07 2004] [error] [client 61.238.107.149] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:50:07 2004] [error] [client 218.103.157.56] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:50:43 2004] [error] [client 61.238.107.149] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:50:58 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:50:58 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:51:02 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:51:12 2004] [error] [client 63.198.194.18] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:51:16 2004] [error] [client 218.164.53.133] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:51:23 2004] [error] [client 219.76.96.5] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:51:33 2004] [error] [client 218.164.53.133] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:51:36 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 1 idle, and 47 total children

[Fri Jul 30 02:51:37 2004] [error] [client 61.93.138.21] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=LClD9qZD

[Fri Jul 30 02:51:37 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 16 children, there
are 8 idle, and 55 total children

[Fri Jul 30 02:51:57 2004] [error] [client 218.102.133.78] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:52:00 2004] [error] [client 61.231.180.88] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://taoist.kdgl.com.tw/cgi-bin/leoboard.cgi

[Fri Jul 30 02:52:04 2004] [error] [client 218.102.133.78] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:52:07 2004] [error] [client 218.169.51.21] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=Xs7Lu6y5

[Fri Jul 30 02:52:09 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:52:11 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:52:20 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:52:20 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:52:21 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:52:23 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:52:47 2004] [error] [client 218.103.204.95] File does not
exist: /home/bbghost/public_html/imagesfolder, referer:
http://fbi.com.tw/bank.php

[Fri Jul 30 02:52:48 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 19 idle, and 62 total children

[Fri Jul 30 02:52:48 2004] [error] [client 221.127.91.70] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:52:58 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:52:58 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:53:10 2004] [error] [client 218.253.14.39] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=RoalexLE

[Fri Jul 30 02:53:10 2004] [error] [client 218.253.14.39] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=RoalexLE

[Fri Jul 30 02:53:26 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:53:26 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:53:26 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:53:27 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:53:27 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:53:36 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:53:40 2004] [error] [client 140.123.101.145] client denied by
server configuration: /home/bbghost/public_html/cgi-bin/leobbs.cgi

[Fri Jul 30 02:53:42 2004] [error] [client 140.123.101.145] client denied by
server configuration: /home/bbghost/public_html/cgi-bin/jinghua.cgi

[Fri Jul 30 02:53:45 2004] [error] [client 140.123.101.145] client denied by
server configuration: /home/bbghost/public_html/cgi-bin/jinghua.cgi

[Fri Jul 30 02:54:04 2004] [error] [client 61.230.227.163] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:54:17 2004] [error] [client 212.238.139.53] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/home.php

[Fri Jul 30 02:54:29 2004] [error] [client 219.76.96.5] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:54:39 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:54:39 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:54:46 2004] [error] [client 218.102.176.150] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=NpPUtfnV

[Fri Jul 30 02:54:48 2004] [error] [client 219.76.64.3] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 02:55:09 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:55:09 2004] [error] [client 218.86.17.37] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:55:10 2004] [error] [client 219.77.97.138] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 02:55:18 2004] [error] [client 218.165.98.17] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:55:20 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:55:20 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:55:22 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 18 idle, and 44 total children

[Fri Jul 30 02:55:26 2004] [error] [client 218.165.98.17] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:55:31 2004] [error] [client 127.0.0.1] client denied by
server configuration: /var/www/cgi-bin/

[Fri Jul 30 02:55:40 2004] [error] [client 219.77.97.138] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 02:55:42 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:55:42 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:55:45 2004] [error] [client 219.76.96.1] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:55:53 2004] [error] [client 24.69.255.246] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:55:56 2004] [error] [client 61.224.0.72] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:56:03 2004] [error] [client 218.102.176.150] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:56:11 2004] [error] [client 61.235.83.1] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:56:12 2004] [error] [client 212.238.139.53] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/home.php

[Fri Jul 30 02:56:16 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:56:18 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:56:18 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:56:18 2004] [error] [client 219.77.97.138] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 02:56:22 2004] [error] [client 63.198.194.18] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:56:23 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:56:23 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:56:29 2004] [error] [client 219.77.216.47] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:56:37 2004] [error] [client 218.165.218.213] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:56:39 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:56:39 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:56:50 2004] [error] [client 218.165.218.213] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:56:57 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:56:57 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:57:06 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:57:06 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:57:06 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:57:11 2004] [error] [client 221.127.172.150] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:57:14 2004] [error] [client 61.224.0.72] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:57:16 2004] [error] [client 218.86.17.37] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:57:21 2004] [error] [client 63.198.194.18] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:57:23 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:57:26 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 0 idle, and 73 total children

[Fri Jul 30 02:57:27 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 16 children, there
are 0 idle, and 81 total children

[Fri Jul 30 02:57:28 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 32 children, there
are 11 idle, and 97 total children

[Fri Jul 30 02:57:28 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:57:29 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:57:31 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:57:31 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:57:31 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:57:31 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:57:36 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:57:36 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:57:36 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:57:43 2004] [error] [client 24.69.255.246] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:57:47 2004] [error] [client 61.230.121.149] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:57:48 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:58:01 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:58:05 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:58:08 2004] [error] [client 218.103.149.129] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=dLJxC3Yj

[Fri Jul 30 02:58:11 2004] [error] [client 61.230.121.149] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 02:58:15 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:58:15 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:58:18 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:58:23 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:58:23 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:58:29 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:58:29 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:58:31 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:58:31 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:58:32 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:58:32 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:58:34 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:58:44 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:58:46 2004] [error] [client 218.103.204.95] File does not
exist: /home/bbghost/public_html/imagesfolder, referer:
http://fbi.com.tw/bank.php

[Fri Jul 30 02:58:46 2004] [error] [client 210.6.35.174] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=Phbf2no8

[Fri Jul 30 02:58:59 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:58:59 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:59:00 2004] [error] [client 218.102.91.91] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:59:10 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:59:10 2004] [error] [client 219.76.64.2] File does not exist:
/home/bbghost/public_html/imagesfolder, referer:
http://fbi.com.tw/bank.php?action=showroom&sid=xletJWRd

[Fri Jul 30 02:59:19 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:59:20 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 02:59:20 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 02:59:26 2004] [error] [client 219.77.216.47] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 02:59:30 2004] [error] [client 221.127.129.110] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:59:37 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 02:59:40 2004] [error] [client 221.127.129.110] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 02:59:55 2004] [error] [client 218.253.14.39] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=RoalexLE

[Fri Jul 30 02:59:58 2004] [error] [client 218.169.48.28] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=Xs7Lu6y5

[Fri Jul 30 02:59:59 2004] [error] [client 218.253.14.39] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=RoalexLE

[Fri Jul 30 03:00:10 2004] [error] [client 216.138.194.98] client denied by
server configuration: /home/bbghost/public_html/cgi-bin/forums.cgi, referer:
http://search.hk.yahoo.com/yc/hk?p=Honestech+MPEG+Encoder+v6.0&u=B&b=60&vs=&
sym=0

[Fri Jul 30 03:00:11 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:00:11 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:00:12 2004] [error] [client 221.127.129.110] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:00:12 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:00:12 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:00:34 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:00:46 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 8 idle, and 54 total children

[Fri Jul 30 03:00:47 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 16 children, there
are 16 idle, and 62 total children

[Fri Jul 30 03:00:54 2004] [error] [client 221.127.129.110] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:00:58 2004] [error] [client 220.141.68.249] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 03:01:36 2004] [error] [client 218.169.48.28] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:01:44 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:01:46 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 0 idle, and 43 total children

[Fri Jul 30 03:01:47 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 16 children, there
are 0 idle, and 51 total children

[Fri Jul 30 03:01:48 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 32 children, there
are 16 idle, and 67 total children

[Fri Jul 30 03:01:55 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:01:55 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:02:17 2004] [error] [client 220.141.68.249] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 03:02:22 2004] [error] [client 210.6.35.174] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=Phbf2no8

[Fri Jul 30 03:02:24 2004] [error] [client 61.48.97.253] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:02:27 2004] [error] [client 221.127.129.110] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:02:34 2004] [error] [client 218.169.48.28] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:02:34 2004] [error] [client 218.165.98.17] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 03:02:37 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:02:38 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:02:38 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:02:38 2004] [error] [client 218.190.178.224] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 03:02:38 2004] [error] [client 218.169.48.28] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:02:47 2004] [error] [client 218.165.76.186] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 03:02:49 2004] [error] [client 218.190.178.224] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 03:02:56 2004] [error] [client 218.165.98.17] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 03:03:00 2004] [error] [client 218.165.76.186] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 03:03:08 2004] [error] [client 218.165.98.17] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 03:03:20 2004] [error] [client 221.124.25.119] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 03:03:23 2004] [error] [client 218.191.134.247] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 03:03:45 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:03:45 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:03:45 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:03:45 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:03:46 2004] [error] [client 218.190.163.100] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 03:03:52 2004] [error] [client 127.0.0.1] client denied by
server configuration: /var/www/cgi-bin/

[Fri Jul 30 03:03:54 2004] [error] [client 218.169.48.28] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:03:57 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:03:58 2004] [error] [client 210.6.35.174] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=Phbf2no8

[Fri Jul 30 03:04:02 2004] [error] [client 218.190.163.100] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 03:04:12 2004] [error] [client 210.6.35.174] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=Phbf2no8

[Fri Jul 30 03:04:25 2004] [error] [client 218.169.48.28] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:04:31 2004] [error] [client 219.68.74.162] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 03:04:37 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:04:38 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 15 idle, and 58 total children

[Fri Jul 30 03:05:11 2004] [error] [client 219.76.64.1] File does not exist:
/home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:05:14 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:05:14 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:05:20 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:05:25 2004] [error] [client 218.169.48.28] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:05:27 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:05:38 2004] [error] [client 218.253.12.94] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 03:05:39 2004] [error] [client 218.162.212.111] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 03:05:53 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:05:59 2004] [error] [client 218.102.168.203] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 03:06:02 2004] [error] [client 210.6.35.174] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=Phbf2no8

[Fri Jul 30 03:06:03 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:06:07 2004] [error] [client 218.253.73.75] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 03:06:19 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 16 idle, and 57 total children

[Fri Jul 30 03:06:25 2004] [error] [client 210.6.35.174] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=Phbf2no8

[Fri Jul 30 03:06:31 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 15 idle, and 72 total children

[Fri Jul 30 03:06:34 2004] [error] [client 63.198.194.18] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:06:45 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:06:48 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:06:52 2004] [error] [client 218.102.96.70] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=qCtXc26A

[Fri Jul 30 03:06:57 2004] [error] [client 203.218.26.73] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 03:07:12 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:07:12 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:07:20 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 7 idle, and 72 total children

[Fri Jul 30 03:07:22 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:07:25 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 12 idle, and 87 total children

[Fri Jul 30 03:07:34 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:07:37 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:07:37 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:07:37 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:07:37 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:07:38 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:07:43 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:07:52 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:07:52 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:08:01 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:08:08 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:08:08 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:08:08 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:08:12 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 0 idle, and 82 total children

[Fri Jul 30 03:08:13 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:08:13 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:08:13 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:08:13 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:08:13 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:08:13 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:08:13 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:08:13 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:08:13 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 16 children, there
are 0 idle, and 90 total children

[Fri Jul 30 03:08:13 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:08:14 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:08:15 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:08:18 2004] [error] [client 218.102.96.70] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:08:25 2004] [error] [client 218.169.48.28] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:08:26 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:08:30 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:08:30 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:08:30 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:08:30 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:08:30 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:08:30 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:08:34 2004] [error] [client 219.76.64.1] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:08:34 2004] [error] [client 218.191.134.247] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 03:08:35 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:08:46 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:08:49 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 6 idle, and 99 total children

[Fri Jul 30 03:08:50 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 16 children, there
are 13 idle, and 107 total children

[Fri Jul 30 03:08:55 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:09:00 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:09:01 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:09:02 2004] [error] [client 203.218.26.73] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:09:03 2004] [error] [client 220.137.88.227] client denied by
server configuration: /home/bbghost/public_html/cgi-bin/whosonline.cgi,
referer:
http://tw.imagesearch.yahoo.com/search/imgdtl?p=AK47&n=8315ee8593c6e97c6268e
15dd544b372

[Fri Jul 30 03:09:04 2004] [error] [client 61.228.0.187] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://wenghm02.hp.infoseek.co.jp/cgi-bin/leobbs/leobbs.cgi

[Fri Jul 30 03:09:05 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:09:10 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:09:17 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:09:19 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:09:23 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:09:26 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:09:26 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 12 idle, and 101 total children

[Fri Jul 30 03:09:30 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:09:40 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:09:41 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:09:41 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:09:43 2004] [error] [client 218.102.96.70] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:09:44 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:09:45 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:09:48 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:09:50 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:09:53 2004] [error] [client 61.230.80.157] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 03:09:57 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:09:58 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:10:00 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:10:00 2004] [error] [client 218.252.49.48] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 03:10:00 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:10:01 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:10:03 2004] [error] [client 218.102.96.70] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:10:04 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:10:08 2004] [error] [client 218.252.49.48] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:10:09 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:10:09 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:10:09 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 4 idle, and 94 total children

[Fri Jul 30 03:10:09 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:10:10 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 16 children, there
are 13 idle, and 102 total children

[Fri Jul 30 03:10:11 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 32 children, there
are 7 idle, and 118 total children

[Fri Jul 30 03:10:15 2004] [error] [client 218.102.96.70] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:10:26 2004] [error] [client 61.238.129.48] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:10:31 2004] [error] [client 218.102.96.70] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:10:35 2004] [error] [client 219.76.64.3] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:10:46 2004] [error] [client 219.76.64.4] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:10:46 2004] [error] [client 218.102.96.70] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:10:46 2004] [error] [client 218.191.134.247] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 03:10:53 2004] [error] [client 61.238.77.6] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?showoldetails=yes&sid=Mh6leRcO

[Fri Jul 30 03:10:55 2004] [error] [client 202.180.170.188] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 03:11:01 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:11:01 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:11:03 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:11:20 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:11:24 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:11:26 2004] [error] [client 218.253.73.75] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 03:11:27 2004] [error] [client 218.252.49.48] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:11:33 2004] [error] [client 218.162.230.12] client denied by
server configuration: /home/bbghost/public_html/cgi-bin/forums.cgi, referer:
http://tw.search.yahoo.com/search/kimo?p=%b1%a1%a6%e2%a4%e5%be%c7&o_g=1&ykd=
1&b=2

[Fri Jul 30 03:11:35 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:11:36 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:11:36 2004] [error] [client 218.252.49.48] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:11:38 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:11:38 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:11:39 2004] [error] [client 202.180.170.188] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 03:11:41 2004] [error] [client 218.102.234.223] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=hnyhVmnc

[Fri Jul 30 03:11:45 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:11:53 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:11:56 2004] [error] [client 218.102.234.223] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=hnyhVmnc

[Fri Jul 30 03:12:08 2004] [warn] child process 6745 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:08 2004] [warn] child process 7066 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:08 2004] [warn] child process 7151 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:08 2004] [warn] child process 7307 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:08 2004] [warn] child process 7107 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:08 2004] [warn] child process 6821 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:08 2004] [warn] child process 6547 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:08 2004] [warn] child process 7015 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:08 2004] [warn] child process 6942 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:08 2004] [warn] child process 7018 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:08 2004] [warn] child process 6460 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:08 2004] [warn] child process 7244 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:08 2004] [warn] child process 6953 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:08 2004] [warn] child process 6958 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:08 2004] [warn] child process 7027 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:08 2004] [warn] child process 7324 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:08 2004] [warn] child process 7160 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:08 2004] [warn] child process 7113 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:08 2004] [warn] child process 7044 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:08 2004] [warn] child process 7252 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:08 2004] [warn] child process 7123 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:08 2004] [warn] child process 7124 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:08 2004] [warn] child process 7130 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:08 2004] [warn] child process 7348 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:08 2004] [warn] child process 7351 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:08 2004] [warn] child process 7352 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:08 2004] [warn] child process 7356 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:08 2004] [warn] child process 7357 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:08 2004] [warn] child process 7359 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:08 2004] [warn] child process 7360 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:08 2004] [warn] child process 7363 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:09 2004] [warn] child process 7066 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:09 2004] [warn] child process 7151 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:09 2004] [warn] child process 7307 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:09 2004] [warn] child process 7107 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:09 2004] [warn] child process 6547 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:09 2004] [warn] child process 7015 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:09 2004] [warn] child process 6460 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:09 2004] [warn] child process 7244 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:09 2004] [warn] child process 6958 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:09 2004] [warn] child process 7324 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:09 2004] [warn] child process 7160 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:09 2004] [warn] child process 7113 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:09 2004] [warn] child process 7044 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:09 2004] [warn] child process 7252 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:09 2004] [warn] child process 7123 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:09 2004] [warn] child process 7124 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:09 2004] [warn] child process 7130 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:09 2004] [warn] child process 7348 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:09 2004] [warn] child process 7351 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:09 2004] [warn] child process 7352 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:09 2004] [warn] child process 7356 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:09 2004] [warn] child process 7357 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:09 2004] [warn] child process 7359 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:09 2004] [warn] child process 7360 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:09 2004] [warn] child process 7363 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:12:10 2004] [info] removed PID file /var/run/httpd.pid
(pid=3740)

[Fri Jul 30 03:12:10 2004] [notice] caught SIGTERM, shutting down

[Fri Jul 30 03:12:38 2004] [info] Init: Initializing OpenSSL library

[Fri Jul 30 03:12:38 2004] [info] Init: Seeding PRNG with 136 bytes of
entropy

[Fri Jul 30 03:12:38 2004] [info] Init: Generating temporary RSA private
keys (512/1024 bits)

[Fri Jul 30 03:12:38 2004] [info] Init: Generating temporary DH parameters
(512/1024 bits)

[Fri Jul 30 03:12:38 2004] [debug] ssl_scache_dbm.c(403): Inter-Process
Session Cache (DBM) Expiry: old: 0, new: 0, removed: 0

[Fri Jul 30 03:12:38 2004] [info] Init: Initializing (virtual) servers for
SSL

[Fri Jul 30 03:12:39 2004] [info] Server: Apache/2.0.50, Interface:
mod_ssl/2.0.50, Library: OpenSSL/0.9.7d

[Fri Jul 30 03:12:39 2004] [info] mod_unique_id: using ip addr 202.65.195.45

[Fri Jul 30 03:12:40 2004] [notice] mod_python: Creating 32 session mutexes
based on 256 max processes and 0 max threads.

[Fri Jul 30 03:12:40 2004] [info] Init: Initializing OpenSSL library

[Fri Jul 30 03:12:40 2004] [info] Init: Seeding PRNG with 136 bytes of
entropy

[Fri Jul 30 03:12:40 2004] [info] Init: Generating temporary RSA private
keys (512/1024 bits)

[Fri Jul 30 03:12:40 2004] [info] Init: Generating temporary DH parameters
(512/1024 bits)

[Fri Jul 30 03:12:40 2004] [debug] ssl_scache_dbm.c(403): Inter-Process
Session Cache (DBM) Expiry: old: 0, new: 0, removed: 0

[Fri Jul 30 03:12:40 2004] [info] Init: Initializing (virtual) servers for
SSL

[Fri Jul 30 03:12:40 2004] [info] Server: Apache/2.0.50, Interface:
mod_ssl/2.0.50, Library: OpenSSL/0.9.7d

[Fri Jul 30 03:12:40 2004] [notice] Digest: generating secret for digest
authentication ...

[Fri Jul 30 03:12:40 2004] [notice] Digest: done

[Fri Jul 30 03:12:40 2004] [info] mod_unique_id: using ip addr 202.65.195.45

[Fri Jul 30 03:12:41 2004] [error] [client 220.186.204.130] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:12:41 2004] [error] [client 65.124.173.99] client denied by
server configuration: /home/bbghost/public_html/non-cgi/images

[Fri Jul 30 03:12:41 2004] [notice] Apache/2.0.50 (Unix) mod_perl/1.99_14
Perl/v5.8.4 mod_mono/1.0 PHP/4.3.8 mod_python/3.1.3 Python/2.2.2
mod_ssl/2.0.50 OpenSSL/0.9.7d DAV/2 configured -- resuming normal operations

[Fri Jul 30 03:12:41 2004] [info] Server built: Jul 30 2004 01:21:22

[Fri Jul 30 03:12:41 2004] [debug] prefork.c(955): AcceptMutex: pthread
(default: pthread)

[Fri Jul 30 03:12:42 2004] [error] [client 218.252.49.48] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:12:45 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 0 idle, and 27 total children

[Fri Jul 30 03:12:46 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 16 children, there
are 0 idle, and 35 total children

[Fri Jul 30 03:12:46 2004] [error] [client 68.237.255.64] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 03:12:46 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:12:47 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 32 children, there
are 2 idle, and 51 total children

[Fri Jul 30 03:12:47 2004] [error] [client 202.180.170.188] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 03:12:50 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:12:51 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:12:51 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:12:53 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:13:04 2004] [error] [client 61.93.184.231] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=MtL2vERU

[Fri Jul 30 03:13:04 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:13:10 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:13:10 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:13:12 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:13:12 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:13:12 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:13:20 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:13:20 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 2 idle, and 67 total children

[Fri Jul 30 03:13:21 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:13:21 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 16 children, there
are 12 idle, and 75 total children

[Fri Jul 30 03:13:26 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:13:26 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:13:29 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:13:32 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:13:33 2004] [error] [client 218.171.186.223] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 03:13:40 2004] [error] [client 218.171.186.223] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 03:13:40 2004] [error] [client 65.124.173.99] client denied by
server configuration: /home/bbghost/public_html/non-cgi/images

[Fri Jul 30 03:13:42 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:13:47 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:13:52 2004] [error] [client 221.127.77.188] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 03:13:53 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:14:01 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:14:02 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:14:17 2004] [error] [client 61.230.227.163] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 03:14:19 2004] [error] [client 65.124.173.99] client denied by
server configuration: /home/bbghost/public_html/non-cgi/images

[Fri Jul 30 03:14:23 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:14:28 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:14:31 2004] [error] [client 65.94.100.197] File does not
exist: /home/bbghost/public_html/"images, referer:
http://fbi.com.tw/viewthread.php?tid=7534

[Fri Jul 30 03:14:33 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:14:39 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:14:41 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:14:41 2004] [error] [client 221.127.77.188] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 03:14:49 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:14:50 2004] [error] [client 65.124.173.99] client denied by
server configuration: /home/bbghost/public_html/non-cgi/images

[Fri Jul 30 03:14:54 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:14:55 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:14:56 2004] [error] [client 67.180.82.146] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 03:14:58 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:15:01 2004] [error] [client 143.89.170.104] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:15:08 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 0 idle, and 44 total children

[Fri Jul 30 03:15:09 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 16 children, there
are 0 idle, and 52 total children

[Fri Jul 30 03:15:10 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 32 children, there
are 0 idle, and 68 total children

[Fri Jul 30 03:15:20 2004] [error] [client 202.180.170.188] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 03:15:21 2004] [error] [client 221.127.77.188] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 03:15:21 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:15:46 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:15:49 2004] [error] [client 218.162.212.111] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 03:15:52 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:15:53 2004] [error] [client 220.141.72.75] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 03:16:01 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:16:16 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:16:18 2004] [error] [client 203.222.21.86] client denied by
server configuration: /home/bbghost/public_html/cgi-bin/loginout.cgi

[Fri Jul 30 03:16:19 2004] [error] [client 203.222.21.86] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:16:21 2004] [error] [client 203.222.21.86] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:16:25 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:16:36 2004] [error] [client 218.191.73.123] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 03:16:37 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 14 idle, and 46 total children

[Fri Jul 30 03:16:37 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:16:47 2004] [error] [client 212.238.215.183] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=B53bmBfc

[Fri Jul 30 03:16:55 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:17:02 2004] [error] [client 218.166.77.23] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 03:17:07 2004] [warn] child process 7807 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:17:07 2004] [warn] child process 7957 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:17:07 2004] [warn] child process 7812 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:17:07 2004] [warn] child process 7961 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:17:07 2004] [warn] child process 7965 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:17:07 2004] [warn] child process 7827 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:17:07 2004] [warn] child process 7835 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:17:07 2004] [warn] child process 7671 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:17:07 2004] [warn] child process 7837 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:17:07 2004] [warn] child process 7674 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:17:07 2004] [warn] child process 7863 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:17:07 2004] [warn] child process 7868 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:17:07 2004] [warn] child process 7881 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:17:07 2004] [warn] child process 7883 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:17:08 2004] [warn] child process 7807 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:17:08 2004] [warn] child process 7812 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:17:08 2004] [warn] child process 7965 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:17:08 2004] [warn] child process 7671 still did not exit,
sending a SIGTERM

[Fri Jul 30 03:17:09 2004] [info] removed PID file /var/run/httpd.pid
(pid=7500)

[Fri Jul 30 03:17:09 2004] [notice] caught SIGTERM, shutting down

[Fri Jul 30 03:17:42 2004] [info] Init: Initializing OpenSSL library

[Fri Jul 30 03:17:42 2004] [info] Init: Seeding PRNG with 136 bytes of
entropy

[Fri Jul 30 03:17:42 2004] [info] Init: Generating temporary RSA private
keys (512/1024 bits)

[Fri Jul 30 03:17:42 2004] [info] Init: Generating temporary DH parameters
(512/1024 bits)

[Fri Jul 30 03:17:42 2004] [debug] ssl_scache_dbm.c(403): Inter-Process
Session Cache (DBM) Expiry: old: 0, new: 0, removed: 0

[Fri Jul 30 03:17:42 2004] [info] Init: Initializing (virtual) servers for
SSL

[Fri Jul 30 03:17:42 2004] [info] Server: Apache/2.0.50, Interface:
mod_ssl/2.0.50, Library: OpenSSL/0.9.7d

[Fri Jul 30 03:17:42 2004] [info] mod_unique_id: using ip addr 202.65.195.45

[Fri Jul 30 03:17:43 2004] [notice] mod_python: Creating 32 session mutexes
based on 256 max processes and 0 max threads.

[Fri Jul 30 03:17:43 2004] [info] Init: Initializing OpenSSL library

[Fri Jul 30 03:17:43 2004] [info] Init: Seeding PRNG with 136 bytes of
entropy

[Fri Jul 30 03:17:43 2004] [info] Init: Generating temporary RSA private
keys (512/1024 bits)

[Fri Jul 30 03:17:43 2004] [info] Init: Generating temporary DH parameters
(512/1024 bits)

[Fri Jul 30 03:17:43 2004] [debug] ssl_scache_dbm.c(403): Inter-Process
Session Cache (DBM) Expiry: old: 0, new: 0, removed: 0

[Fri Jul 30 03:17:43 2004] [info] Init: Initializing (virtual) servers for
SSL

[Fri Jul 30 03:17:43 2004] [info] Server: Apache/2.0.50, Interface:
mod_ssl/2.0.50, Library: OpenSSL/0.9.7d

[Fri Jul 30 03:17:43 2004] [notice] Digest: generating secret for digest
authentication ...

[Fri Jul 30 03:17:43 2004] [notice] Digest: done

[Fri Jul 30 03:17:43 2004] [info] mod_unique_id: using ip addr 202.65.195.45

[Fri Jul 30 03:17:44 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:17:46 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:17:46 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:17:47 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:17:47 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:17:47 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:17:47 2004] [notice] Apache/2.0.50 (Unix) mod_perl/1.99_14
Perl/v5.8.4 mod_mono/1.0 PHP/4.3.8 mod_python/3.1.3 Python/2.2.2
mod_ssl/2.0.50 OpenSSL/0.9.7d DAV/2 configured -- resuming normal operations

[Fri Jul 30 03:17:47 2004] [info] Server built: Jul 30 2004 01:21:22

[Fri Jul 30 03:17:47 2004] [debug] prefork.c(955): AcceptMutex: pthread
(default: pthread)

[Fri Jul 30 03:17:47 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:17:47 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:17:53 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:17:56 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 9 idle, and 27 total children

[Fri Jul 30 03:17:57 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 16 children, there
are 15 idle, and 35 total children

[Fri Jul 30 03:17:57 2004] [error] [client 218.191.134.247] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 03:17:58 2004] [error] [client 218.253.73.75] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 03:17:59 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:18:03 2004] [error] [client 219.76.96.9] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=nVMC1RyF

[Fri Jul 30 03:18:06 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 19 idle, and 58 total children

[Fri Jul 30 03:18:09 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:18:21 2004] [error] [client 63.198.194.18] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:18:24 2004] [error] [client 221.127.211.227] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:18:25 2004] [error] [client 67.180.82.146] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:18:32 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:18:32 2004] [error] [client 218.191.73.123] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 03:18:32 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:18:34 2004] [error] [client 61.244.123.248] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=T8X1T636

[Fri Jul 30 03:18:36 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:18:56 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:18:58 2004] [error] [client 218.171.189.163] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 03:19:24 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 0 idle, and 38 total children

[Fri Jul 30 03:19:24 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:19:24 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:19:24 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:19:24 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:19:24 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:19:24 2004] [error] [client 218.171.189.163] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 03:19:25 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:19:25 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:19:25 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 16 children, there
are 3 idle, and 46 total children

[Fri Jul 30 03:19:26 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 32 children, there
are 19 idle, and 62 total children

[Fri Jul 30 03:19:30 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:19:33 2004] [error] [client 218.191.73.123] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 03:19:44 2004] [error] [client 218.167.4.82] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:19:50 2004] [error] [client 61.244.123.248] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:20:11 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:20:11 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:20:36 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:20:36 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:20:36 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:20:42 2004] [error] [client 218.171.189.163] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 03:20:44 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:20:44 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:20:45 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:20:47 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:20:52 2004] [error] [client 61.228.0.187] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://wenghm02.hp.infoseek.co.jp/cgi-bin/leobbs/leobbs.cgi

[Fri Jul 30 03:20:53 2004] [error] [client 218.171.189.163] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://www.wtf1202.idv.tw/bbs/index.asp

[Fri Jul 30 03:20:57 2004] [error] [client 219.76.96.5] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 03:20:58 2004] [error] [client 218.163.56.141] client denied by
server configuration: /home/bbghost/public_html/cgi-bin/forums.cgi, referer:
http://tw.search.yahoo.com/search/kimo?p=%b1%a1%a6%e2%a4%e5%be%c7&o_g=1&ykd=
1&b=2

[Fri Jul 30 03:20:59 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:21:02 2004] [error] [client 127.0.0.1] client denied by
server configuration: /var/www/cgi-bin/

[Fri Jul 30 03:21:07 2004] [error] [client 218.191.71.187] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 03:21:08 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:21:08 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:21:09 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:21:21 2004] [error] [client 203.185.58.39] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=5Bj4vUtV

[Fri Jul 30 03:21:49 2004] [error] [client 218.191.71.187] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:22:07 2004] [error] [client 218.252.14.122] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=ksr9vlje

[Fri Jul 30 03:22:23 2004] [error] [client 219.76.96.5] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:22:26 2004] [error] [client 212.238.215.183] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=B53bmBfc

[Fri Jul 30 03:22:27 2004] [error] [client 221.127.189.106] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=a5UK5vuZ

[Fri Jul 30 03:22:29 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:22:35 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:22:37 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:22:40 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:22:47 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:22:54 2004] [error] [client 218.252.14.122] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=ksr9vlje

[Fri Jul 30 03:22:56 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 10 idle, and 57 total children

[Fri Jul 30 03:23:01 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:23:01 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:23:02 2004] [error] [client 219.76.96.5] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:23:03 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:23:03 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:23:07 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:23:12 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:23:14 2004] [error] [client 221.127.189.106] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=a5UK5vuZ

[Fri Jul 30 03:23:17 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:23:36 2004] [error] [client 219.76.96.5] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:23:41 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:23:42 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:23:43 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:23:45 2004] [error] [client 218.191.71.187] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:23:49 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:23:55 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:24:27 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:25:16 2004] [error] [client 24.69.255.246] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=qgRfwFst

[Fri Jul 30 03:25:22 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:25:38 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:25:38 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:25:42 2004] [error] [client 218.102.72.145] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:25:46 2004] [error] [client 219.77.170.13] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 03:25:46 2004] [error] [client 218.102.72.145] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:25:59 2004] [error] [client 219.76.96.1] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:26:10 2004] [error] [client 24.69.255.246] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=qgRfwFst

[Fri Jul 30 03:26:34 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 14 idle, and 41 total children

[Fri Jul 30 03:26:36 2004] [error] [client 221.127.161.123] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 03:26:42 2004] [error] [client 219.76.64.3] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:27:02 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:27:33 2004] [error] [client 202.175.95.47] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 03:27:47 2004] [error] [client 63.198.194.18] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:27:54 2004] [error] [client 61.244.123.248] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:28:37 2004] [error] [client 219.76.96.1] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:28:40 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:28:43 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 15 idle, and 50 total children

[Fri Jul 30 03:28:45 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:28:45 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:29:03 2004] [error] [client 61.244.123.248] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:29:10 2004] [error] [client 218.102.124.87] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=xeW2nmQU

[Fri Jul 30 03:29:11 2004] [error] [client 24.69.255.246] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=qgRfwFst

[Fri Jul 30 03:29:16 2004] [error] [client 24.69.255.246] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/?sid=qgRfwFst

[Fri Jul 30 03:29:29 2004] [error] [client 127.0.0.1] client denied by
server configuration: /var/www/cgi-bin/

[Fri Jul 30 03:29:44 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 16 idle, and 40 total children

[Fri Jul 30 03:29:46 2004] [error] [client 218.191.71.187] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:29:47 2004] [error] [client 63.198.194.18] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:29:49 2004] [error] [client 61.244.123.248] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:29:53 2004] [error] [client 63.198.194.18] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:30:17 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:30:17 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:30:51 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:31:33 2004] [info] server seems busy, (you may need to
increase StartServers, or Min/MaxSpareServers), spawning 8 children, there
are 19 idle, and 40 total children

[Fri Jul 30 03:31:42 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:31:43 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:31:50 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:31:51 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:31:54 2004] [error] [client 219.78.136.93] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php?sid=Zt5kSvII

[Fri Jul 30 03:32:00 2004] [error] [client 63.198.194.18] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:32:12 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:32:19 2004] [error] [client 218.191.71.187] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:32:19 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:32:19 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:32:19 2004] [info] (32)Broken pipe: core_output_filter:
writing data to the network

[Fri Jul 30 03:32:22 2004] [error] [client 220.186.130.170] File does not
exist: /home/bbghost/public_html/favicon.ico

[Fri Jul 30 03:32:24 2004] [error] [client 219.76.64.4] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 03:33:16 2004] [error] [client 219.76.64.2] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages

[Fri Jul 30 03:33:21 2004] [error] [client 63.198.194.18] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:33:26 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:33:35 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:33:37 2004] [error] [client 218.102.124.87] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:33:44 2004] [error] [client 218.102.124.87] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:33:55 2004] [error] [client 218.102.124.87] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/index.php

[Fri Jul 30 03:33:58 2004] [error] [client 219.77.170.13] client denied by
server configuration: /home/bbghost/public_html/non-cgi/myimages, referer:
http://forum.hkbt.org/

[Fri Jul 30 03:33:59 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[Fri Jul 30 03:34:11 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

#END ERROR_LOG

 

DON'T ASK THIS -> [error] an unknown filter was not added: PHP <<This is
just happened when I used the old handle method to call PHP in php.conf

 

The error_log Problem is this  ->

[debug] ssl_scache_dbm.c(403): Inter-Process Session Cache (DBM) Expiry:
old: 0, new: 0, removed: 0  <<Always at startup

[debug] prefork.c(955): AcceptMutex: pthread (default: pthread)  <<Always at
startup

[Fri Jul 30 01:44:55 2004] [info] (104)Connection reset by peer:
core_output_filter: writing data to the network

[info] (32)Broken pipe: core_output_filter: writing data to the network
<<This and above appear every few seconds

 

And while the apache begins to eat swap and make the system and itself hang
I typed service httpd stop, it will be a lot of -> [warn] child process
<PID> still did not exit, sending a SIGTERM 

appears in the ERROR_LOG, and depend on the system hang level, if system is
very hang ,It will be more than 100,,,,

 

I hope someone can help me coz it is horrible, if the apache begins hang up,
beside the IE can't reach the site, also the machine (can't be connected all
the way like SSL,FTP,TELNET.ETC), The ONLY ONE WAY can do is to call the
DATA-CENTER SUPPORT DEPARTMENT to HARD REBOOT it OR WAIT FOR AN HOUR for the
chkserv server to detect and restart it =.= , I really beg someone for help
me, THX

 

 

PS: I have used the ethod in other post to creat COREDUMP but I wait for a
long time it still haven't be created=.=