sun's longitude:56 52 51 
¡¤ ÀÚÀ¯°Ô½ÃÆÇ ¡¤ ¹¯°í´äÇϱ⠡¤ ¾ËÆĹ®¼­ ¡¤ RPMS list
¡¤ »ç¿ëÀÚ¹®¼­ ¡¤ ÆÁ/FAQ¸ðÀ½ ¡¤ ¸®´ª½ºLinks ¡¤ ÀÚ·á½Ç
¡¤ ¼­¹öÁ¤º¸ ¡¤ ¿î¿µÀÚ ¡¤ Books/FAQ ¡¤ FreeBSD
 
/board/read.php:¼Ò½ºº¸±â   
 

Áú¹®°ú ´äº¯ °Ô½ÃÆÇÀÔ´Ï´Ù.

ÇöÀç ½Ç½Ã°£À¸·Î ÀÌ°÷ ¼­¹öÀÇ ¼³Á¤ÆÄÀÏ(¸î°³)¸¦ º¸¿©ÁÖ°í ÀÖ½À´Ï´Ù.
¼­¹öÀÇ ¼³Á¤³»¿ë¿¡ °üÇÑ Áú¹®Àº ¸ÕÀú ÀÌ°÷ ¼­¹öÀÇ ¼³Á¤³»¿ëÀ» Âü°íÇÏ½Ã±æ ¹Ù¶ø´Ï´Ù.

[*** ¾²±â ±ÝÁö´Ü¾î ÆÐÅÏ ***]
±Û º»¹® Áß°£¿¡ ¾÷·ÎµåÇÒ À̹ÌÁö¸¦ Ãß°¡ÇÏ´Â ¹æ¹ý : @@À̹ÌÁöÀ̸§@@
ex) @@foo.gif@@
2458 ¹ø ±ÛÀÇ ´äÀå±Û: Re: ƯÁ¤ÆÄÀÏ ¿¢¼¼½º
±Û¾´ÀÌ: ±è¼º¹Î ±Û¾´³¯: 2006³â 03¿ù 18ÀÏ 20:42:10 Åä(Àú³á) Á¶È¸: 1746
¾Æ... ´Ù½ÃÇغ¸´Ï
VirtualHost ¼½¼Ç¾È¿¡´Â Directory ·Î ÇÏ¸é ¾ÈµÇ°í,
<VirtualHost 127.0.0.1>
  <Directory "/home/sungmin/www">
    Order deny,allow
    Deny from all
    Allow from env=is_allow_access
  </Directory>
</VirtualHost>

<VirtualHost 127.0.0.1>
  ServerAdmin me@localhost.com
  DocumentRoot /home/sungmin/www
  ServerName domain.com
  <location />
    Order deny,allow
    deny from all
    allow from env=is_allow_access
  </location>
</VirtualHost>

<location /> À» ÀÌ¿ëÇÏ´Ï µÇ³×¿ä??

±Ùµ¥, 

  <location />
    Order deny,allow
    deny from all
    allow from env=is_allow_access
  </location>

ÀÌ·¯¸é µÇ´Âµ¥,

  <location />
    Order allow,deny
    allow from env=is_allow_access
    deny from all
  </location>

ÀÌ·¸°Ô allow °¡ ¿ì¼±ÇÏ°í, deny °¡ ³ªÁßÀ̸é,
ÀÏ´Ü is_allow_access ÇØ´çÇϸé allow °í, ÇØ´çµÇÁö ¾ÊÀ¸¸é deny µÇ´Â°Å ¾Æ´Ñ°¡¿ä? ÀÌ·¸°Ô
ÇÏ´Ï ÀüºÎ deny µÇ´õ±º¿ä.

  <location />
    Order deny,allow
    deny from env!=is_allow_access
  </location>

ÀÌ·¡¾ß ¸Â´Â°Ç°¡¿ä?



[±è¼º¹Î]´ÔÀÌ ³²±â½Å ±Û:

>¾È³çÇϼ¼¿ä.
>
>Apache¿¡¼­¿ä.. (httpd.conf)
>
>ServerName...
>...»ý·«...
>
>SetEnvIFNoCase Request_URI .(asf|avi|wma)$ is_not_access
>SetEnvIFNoCase Request_URI .(gif|jpg|jpeg)$ is_allow_access
>
>############
>## »ç·Ê 1 ##
>############
>
><Directory /home/*>
>  AllowOverride All
>  Order allow,deny
>  Allow from all
>  Deny from env=is_not_access
></Directory>
>
>...»ý·«...
>
>############
>## »ç·Ê 2 ##
>############
>
><VirtualHost 127.0.0.1>
>  ServerAdmin me@localhost.com
>  DocumentRoot /home/sungmin/www
>  ServerName domain.com
>  <Directory "/home/sungmin/www">
>    Order deny,allow
>    Deny from all
>    Allow from env=is_allow_access
>  </Directory>
></VirtualHost>
>
>ÀÌ·±½ÄÀ¸·Î Çß½À´Ï´Ù.
>
>»ç·Ê 1ÀÇ °æ¿ì is_not_access ¿¡ Á¤ÀÇµÈ ¿µ»óÆÄÀÏÀ» ±ÝÁöÇÏ´Â °ÍÀÌ°í,
>»ç·Ê 2ÀÇ °æ¿ì is_allow_access ¿¡ Á¤ÀÇµÈ À̹ÌÁö ÆÄÀÏÀº Çã¿ëÇÏ°í ³ª¸ÓÁö´Â °ÅºÎÇÑ´Ù´Â
¸ñÀûÀ¸·Î ÇÑ °ÍÀÔ´Ï´Ù.
>
>±Ùµ¥, ¾Æ¹«°Íµµ °ÅºÎ ¾ÈµÇ°í ´Ù µË´Ï´Ù.??
>
>/usr/local/apache/bin/httpd -t °Ë»çÇصµ OK°í,
>Àç½ÃÀÛÇصµ ¿¡·¯¾ø½À´Ï´Ù.
>
>¹¹ À߸ø µÇ¾ú´ÂÁö¿ä?? 

========================================

 
ÀÌÀü±Û : ƯÁ¤ÆÄÀÏ ¿¢¼¼½º
´ÙÀ½±Û : Re: Re: ƯÁ¤ÆÄÀÏ ¿¢¼¼½º  
 from 124.62.243.2
JS(Redhands)Board 0.4 +@

ƯÁ¤ÆÄÀÏ ¿¢¼¼½º Re: Re: ƯÁ¤ÆÄÀÏ ¿¢¼¼½º
Àμâ¿ë 


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

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