LinuxのApache仮想ホスト構成
LinuxのApache仮想ホスト構成
Windowsとlinuxのipポインタの設定
apacheプロファイルの変更
説明:
1, , ip
2, , ip,
3, , ip,
: , ip,
lnmp.org apache ,
Windowsとlinuxのipポインタの設定
C:\WINDOWS\system32\drivers\etc\hosts windows
/etc/hosts Linux
apacheプロファイルの変更
1, Include etc//extra/httpd-vhosts.conf //
2, vi /usr/local/apache2/etc/extra/httpd-vhosts.conf
<Directory "/home/wwwroot/sina"> //
Options Indexes
AllowOverride None
Require all granted
</Directory>
<VirtualHost *> // , 80 ,
ServerAdmin [email protected] //
DocumentRoot "/home/wwwroot/sina" //
ServerName www.sina.com //
ErrorLog "logs/sina-error_log" //
CustomLog "logs/sina-access_log" common //
</VirtualHost>
: , VirtualHost 。
( apache , Directory , )
, ,
, , 。
, ,blog apache blog
説明:
windows , 。