|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
文件处理命令:file、mkdir、grep、dd、find、mv、ls、diff、cat、ln
1、在wampinapacheApache2.4.4confextrahttpd-vhosts.conf修正以下
.代码以下:
NameVirtualHost*:80
<VirtualHost*:80>
DocumentRoot"E:/website/pxsj"
ServerNamehost7.com
ServerAlias192.168.1.116
<Directory"E:/website/pxsj">
OptionsIndexesFollowSymLinks
AllowOverrideNone
Orderallow,deny
Allowfromall
</Directory>
</VirtualHost>
NameVirtualHost*:8080
<VirtualHost*:8080>
DocumentRoot"E:/website/whsj"
ServerNamehost10.com:8080
ServerAlias192.168.1.116:8080
<Directory"E:/website/whsj">
OptionsIndexesFollowSymLinks
AllowOverrideNone
Orderallow,deny
Allowfromall
</Directory>
</VirtualHost>
2、wampinapacheApache2.4.4confhttpd.conf修正以下:
在该文件中查找“Listen”一词修正
.代码以下:
Listen80
Listen8080
#Virtualhosts
#Includeconf/extra/httpd-vhosts.conf往失落后面的#,如许就开启了httpd-vhosts假造主机文件。这时候候重启情况
3、C:WindowsSystem32driversetchosts修正设置
.代码以下:
<precode_snippet_id="331423"snippet_file_name="blog_20140507_1_9705788"></pre>
<pre></pre>
<pre></pre>
<pre></pre>
有些人号称用过十几种甚至几十种linux,向人谈论起来头头是到,好像懂的很多。 |
|