<VirtualHost 127.0.0.2:80> ServerName www.xylilun.cn DocumentRoot E:/www/ylll <Directory E:/www/ylll> AllowOverride All Order allow,deny Allow from al
分类:
Web程序 时间:
2016-02-01 18:33:02
阅读次数:
196
<VirtualHost*:80>ServerAdmin523775@qq.comDocumentRoot"/var/www/html/"ServerNamewww.test.comServerAliastest.comErrorLog"logs/test.com-error.log"CustomLog"logs/test.com-access.log"commonAlias/html"/var/www/html/"<Directory"/var/www/html/">OptionsF..
分类:
Web程序 时间:
2016-01-18 20:58:50
阅读次数:
297
一台nginx服务器同一IP被注册多个不同域名,访问不同域名到该服务器后请求不同项目本台nginx服务器的IP地址为 192.168.155.129假设服务器有两个项目websuit_a,websuit_b,客户端访问websuit_a.com时请求websuit_a项目,访问websuit_b.c...
分类:
系统相关 时间:
2016-01-04 23:55:45
阅读次数:
297
在httpd-vhosts.conf中,虚拟主机的配置为<VirtualHost*:80>
DocumentRoot"/data/www"
ServerNamewww.123.com
</VirtualHost>当我们输入www123.com和自己主机的IP时都是能访问的,在虚拟主机配置文件中加入<VirtualHost*:80>
DocumentRoot"/tmp/123"
ServerN..
分类:
其他好文 时间:
2016-01-04 15:48:11
阅读次数:
141
<VirtualHost*:80>DocumentRoot"/tmp/tmp"ServerNametmp.com<Directory/tmp/tmp/>Orderallow,denyDenyfromall</Directory>创建配置中提到的目录#mkdir/tmp/tmp这时候,我们用ip去访问Forbidden
分类:
其他好文 时间:
2016-01-02 01:15:57
阅读次数:
133
Redhat7httpd显示wsgi页面#yuminstallhttpd#yuminstallmod_wsgi#vi/etc/httpd/conf.d/wsgi.conf<VirtualHost*:80>DocumentRoot/var/www/wsgiWSGIScriptAlias//var/www/wsgi/webapp.wsgi</VirtualHost>:wq#systemctlrestarthttpd
分类:
Web程序 时间:
2015-12-30 00:37:52
阅读次数:
203
笔者刚刚重装完系统,win8.1退回win7,感觉win8还是给触摸屏的PC设计的吧,没win7用的顺手啊。作为一名程序猿,重装系统后的第一要务自然就是配置、搭建各种开发环境啦,我们的苦逼你们不懂,哎。。。然后呢,wamp没存货,便上官网载了份下来,安装的时候还碰到了《关于缺失msvcr110.dl...
分类:
其他好文 时间:
2015-12-07 10:34:26
阅读次数:
147
在xampp新增了一个virtualhost:<VirtualHost127.0.0.11:80>
DocumentRootE:/workspacePHP/personalSite
ServerName127.0.0.11:80
</VirtualHost>
<Directory"E:/workspacePHP/personalSite">
OptionsIndexesFollowSymLinks
AllowOverrideAll
OrderAllow,De..
分类:
数据库 时间:
2015-11-17 19:14:22
阅读次数:
142
#配置自己的虚拟主机<VirtualHost*:80>#网站目录,如果在www目录下的php目录,下面就填写F:/www/phppServerAdminwww.ecx.comDocumentRoot"D:/wamp/www/ecx"#域名ServerNamewww.ecx.com#这里配置欢迎首页面DirectoryIndexindex.htmlindex.htmindex.phpErrorLog"logs/dummy..
分类:
其他好文 时间:
2015-11-13 19:12:10
阅读次数:
215
楼主用的是阿里云配置虚拟主机需要在/alidata/vhosts/default.conf文件中加以下内容<VirtualHost*:80>
DocumentRoot/alidata/www/default/baby
ServerNamewww.nixiaofeng.xyz
ServerAliaswww.nixiaofeng.xyz
<Directory"/alidata/www/default/baby">
OptionsI..
分类:
Web程序 时间:
2015-11-07 06:48:12
阅读次数:
240