sun's longitude:09 25 35 
¡¤ ÀÚÀ¯°Ô½ÃÆÇ ¡¤ ¹¯°í´äÇϱ⠡¤ ¾ËÆĹ®¼­ ¡¤ RPMS list
¡¤ »ç¿ëÀÚ¹®¼­ ¡¤ ÆÁ/FAQ¸ðÀ½ ¡¤ ¸®´ª½ºLinks ¡¤ ÀÚ·á½Ç
¡¤ ¼­¹öÁ¤º¸ ¡¤ ¿î¿µÀÚ ¡¤ Books/FAQ ¡¤ FreeBSD
 
/board/read.php:¼Ò½ºº¸±â   
 
¾ËÆĹ®¼­
ÀÚÁÖ Àؾî¸Ô°Å³ª, ¸Þ¸ðÇØ µÑ Çʿ伺ÀÌ ÀÖ´Â ÆÁÀ̳ª ¹®¼­, ±âŸ µîµî
[*** ¾²±â ±ÝÁö´Ü¾î ÆÐÅÏ ***]
±Û º»¹® Áß°£¿¡ ¾÷·ÎµåÇÒ À̹ÌÁö¸¦ Ãß°¡ÇÏ´Â ¹æ¹ý : @@À̹ÌÁöÀ̸§@@
ex) @@foo.gif@@
19 ¹ø ±Û: [Apache] is a robot (yet)
±Û¾´ÀÌ: »êÀÌ [ȨÆäÀÌÁö] ±Û¾´³¯: 2003³â 01¿ù 25ÀÏ 21:42:59 Åä(Àú³á) Á¶È¸: 4194
Á»´õ Ãß°¡ÇØ¾ß ÇÔ...

<¼Ò½º>
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

## ·Îº¿ ·Î±×¿¡ »ç¿ëÇÒ ·Î±× ÇüŸ¦ Á¤ÀÇÇÔ
##
LogFormat "%h %l %u %t \"%r\" %>s %b
\"%{User-Agent}i\"" robot

## ·Îº¿ Àüü : is_a_robot
## Á¢±Ù °ÅºÎÇÒ ·Îº¿ : deny_robot 
## deny_robotÀº À¥ ¼­¹ö¿¡ °úºÎÇϸ¦ °¡Á®¿À°Å³ª Åë°·Î ³»¿ëÀ» ±Ü¾î °¡´Â ·Îº¿µéÀ»
ÀǹÌÇÔ
## Á¤ÀǵÇÁö ¾ÊÀº ³ª¸ÓÁö ·Îº¿Àº Á¢±Ù Çã¿ë
## ±âº» ·Î±× ÆÄÀÏ¿¡ ±â·ÏÇÏÁö ¾ÊÀ» È£½ºÆ®³ª ÆÄÀÏ : do_not_log

BrowserMatchNocase "WebZIP" is_a_robot deny_robot
BrowserMatchNocase "Teleport" is_a_robot deny_robot
BrowserMatchNocase "GetRight" is_a_robot
BrowserMatchNocase "Namo" is_a_robot deny_robot
BrowserMatchNocase "ApacheBench" is_a_robot deny_robot
BrowserMatchNocase "Wget" is_a_robot deny_robot

BrowserMatchNoCase "robot" do_not_log is_a_robot
BrowserMatchNoCase "[a-zA-Z]@[a-zA-Z]" do_not_log is_a_robot
BrowserMatchNoCase "Slurp/si" do_not_log is_a_robot
BrowserMatchNoCase "Mercator" do_not_log is_a_robot
BrowserMatchNoCase "Gulliver" do_not_log is_a_robot
BrowserMatchNoCase "SyncIT/" do_not_log is_a_robot
BrowserMatchNoCase "FAST-WebCrawler" do_not_log is_a_robot
BrowserMatchNoCase "Lycos_Spider" do_not_log is_a_robot
BrowserMatchNoCase "^ia_archive" do_not_log is_a_robot
BrowserMatchNoCase "^tv" do_not_log is_a_robot
BrowserMatchNoCase "Scooter" do_not_log is_a_robot
BrowserMatchNoCase "ZyBorg/" do_not_log is_a_robot
BrowserMatchNoCase "KIT-Fireball" do_not_log is_a_robot
BrowserMatchNoCase "Googlebot/" do_not_log is_a_robot
BrowserMatchNoCase "DIIbot/" do_not_log is_a_robot
BrowserMatchNoCase "teoma" do_not_log is_a_robot

SetEnvIf Remote_Addr "^127\.0\.0\.1$" do_not_log ## localhost
SetEnvIf Remote_Addr "^192\.168\.(0|10)\.*" do_not_log ## local network
SetEnvIf Remote_Addr "^123\.123\.123\.1[345][0-9]$" do_not_log is_a_robot
deny_robot
SetEnvIf Remote_Addr "^211\.233\.28\.1*" do_not_log is_a_robot
SetEnvIf Remote_Addr "^203\.233\.104\.*$" do_not_log is_a_robot
SetEnvIf Remote_Addr "^211\.218\.15[01]\.*" do_not_log is_a_robot

SetEnvIfNoCase Request_URI "\.(gif|jpg|png|css|js|java)$" do_not_log
SetEnvIfNoCase Request_URI "^/robots\.txt" do_not_log is_a_robot
SetEnvIfNoCase Request_URI "(default\.ida|XXXXXXXXXXX)" do_not_log
SetEnvIfNoCase Request_URI "favicon\.ico" do_not_log
SetEnvIfNoCase Request_URI "^/(c|d|scripts|_vti_bin|_mem_bin|msadc)/(.+)$"
do_not_log
SetEnvIfNoCase Request_URI "^/codered/(.+)$" do_not_log

## deny_robotÀº Á¢±ÙÀ» Çã¿ëÇÏÁö ¾Êµµ·Ï ¼³Á¤
##
<Directory />
  Order allow,deny
  Allow from all
  Deny from env=deny_robot
</Directory>

## custom log
##
CustomLog /usr/local/apache/logs/access_log combined env=!do_not_log

## robot log
##
CustomLog /usr/local/apache/logs/robot_log robot env=is_a_robot
</¼Ò½º>

 
ÀÌÀü±Û : Re: tables_traverse.jpg
´ÙÀ½±Û : [PHP] class of OGG  
 from 61.254.75.40
JS(Redhands)Board 0.4 +@

|±Û¾²±â| |´äÀå¾²±â| |¼öÁ¤| |»èÁ¦|
|ÀÌÀü±Û| |´ÙÀ½±Û| |¸ñ·Ïº¸±â|
Àμâ¿ë 

apache lighttpd linuxchannel.net 
Copyright 1997-2024. linuxchannel.net. All rights reserved.

Page loading: 0.01(server) + (network) + (browser) seconds