웹마스터 팁

57줄 :ServerRoot    : localhost
198줄:ServerAdmin : gwanmin@hanmail.net
212줄:ServerName : 127.0.0.1:80

228줄:DocumentRoot  : c:/apm/apache2/htdocs"
253줄:
*228 과 253은 같이

274줄:AllowOverride  :None -> All
290줄:UserDir    :  "g:/"

321줄:DirectoryIndex   : Index.html  Index.html.var  외  다음추가
                                :Index.htm index.php index.php3 index.cgi index.pl
328줄:AccessFileName : .htaccess
714줄:AddFaultCharset  : EUC-KR

마지막줄 :
#--------------------------------------------------
#PHP 연동
ScriptAlias /php/ "c:/apm/server/php/"
AddType application/x-httpd-php .php .html .htm .php3 .inc .phtml
AddType application/x-httpd-php-source .phps
LoadModule php4_module c:/apm/server/php/sapi/php4apache2.dll
#--------------------------------------------------

마지막줄 :

#알리사스 사용 예 : 127.0.0.1/wmv/001.wmv  로 사용가능
Alias /wmv/ "g:wmv/"

    Options Indexes

마지막줄 :

#VirtualHost

NameVirtualHost *

DocumentRoot C:/apm/Apache2/htdocs
ServerName  yop.w3ip.net
    
DocumentRoot C:/apm/Apache2/htdocs/yop
ServerName  myftp.w3ip.net