¾ÆÆÄÄ¡ ¼³Á¤ ³»¿ë
DirectoryIndex index.html index.htm index.cgi index.pl index.php index.xhtml
AllowOverride All
Options +ExecCGI
Order allow,deny
Allow from all
AddType application/x-httpd-php .php .php3 .php4 .phtml .ph .html .inc .sql
AddType application/x-httpd-php-source .phps
NameVirtualHost *
ServerAdmin sangogi@gmail.com
#DocumentRoot /var/www
DocumentRoot /home/homepage/
#
# Options FollowSymLinks
# AllowOverride None
#
Options FollowSymLinks
AllowOverride None
Order deny,allow
Allow from all
#
#
# Options Indexes FollowSymLinks MultiViews
# AllowOverride All
# 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/homepage-error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog /var/log/apache2/homepage-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
#Virtual Host
# - blog.sangogi.com
ServerAdmin root@sangogi.com
DocumentRoot /home/blog/
ServerName blog.sangogi.com
ErrorLog /var/log/apache2/blog-error_log
CustomLog /var/log/apache2/blog-access_log common
#
# Options Indexes FollowSymLinks MultiViews +Includes
# AllowOverride All
# Order allow,deny
# allow from all
#