¼¹ö Apache/2.0.55 (Ubuntu) ÀÔ´Ï´Ù.
/etc/apache2/apache2.conf ¿¡ httpd.conf,port.confµîÀ» ÀÎŬ·çµåÇÏ´Â ÇüÅ·Π¼³Á¤À» Àâ´õ±º¿ä.
Áú¹®ÀÇ ¿äÁö´Â ÇϳªÀÇ ip:80 Æ÷Æ®¸¸ »ç¿ëÇÏ¿© µÎ°³ÀÇ µµ¸ÞÀÎÀ» °¢°¢ ´Ù¸¥ °æ·Î¿¡ ¼¼ÆÃÇØÁÖ´Â ¹æ¹ýÀÔ´Ï´Ù.
----------------------------------------
¼³Á¤ ÆÄÀϰ¡¿îµ¥ È£½ºÆ® °ü·Ã ºÎºÐÀº ¾Æ·¡ ³»¿ëÀÌ ÀüºÎÀÔ´Ï´Ù.
/etc/apache2/sites-available/default
NameVirtualHost *
ServerAdmin master@gaetgol.net
DocumentRoot /home
#SerName gaetgol.net
#ServerAlias www.gaetgol.net
Options FollowSymLinks
AllowOverride None
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
# Uncomment this directive is you want to see apache2's
# default start page (in /apache2-default) when you go to /
#RedirectMatch ^/$ /apache2-default/
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
ErrorLog /var/log/apache2/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog /var/log/apache2/access.log combined
ServerSignature On
Alias /doc/ "/usr/share/doc/"
Options Indexes MultiViews FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
Allow from 127.0.0.0/255.0.0.0 ::1/128
----------------------------------------
# »ç¿ëÀÚ µð·ºÅ丮
/etc/apache2/mods-enabled/userdir.conf
UserDir www
UserDir disabled root
AllowOverride FileInfo AuthConfig Limit
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec