快速业务通道

LINUX下的APACHE的配置

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-05-04
;VirtualHost 192.168.0.12:80>
ServerAdmin webmaster@yirehe.com
DocumentRoot /web1
ServerName [url]www.yirehe.com[/url]
ErrorLog logs/www.yirehe.com-error_log
Empire CMS,phome.net

CustomLog logs/www.yirehe.com-access_log common
</VirtualHost>
3 <VirtualHost 192.168.0.12:80>
ServerAdmin webmaster@zuanmou.com
DocumentRoot /web2
ServerName [url]www.zuanmou.com[/url]
ErrorLog logs/www.zuanmou.com-error_log
CustomLog logs/www.zuanmou.com-access_log common
</VirtualHost>

4 做虚拟目录的认证

1找到 /Alias

2 Alias /xinwe/ "/usr/web1"

<Directory "/usr/web1">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
AuthName "huiyuan"
AuthType Basic
AuthUserFile /etc/pass
require valid-user tom1 tom2
</Directory>

3 htpasswd -c /etc/pass tom1
4 htpasswd -c /etc/pass tom2
5 chown apache.apache /etc/pass
6 service httpd reload

另一种方式也可以实现做虚拟目录的认证

1 找到 /Alias
2 Alias /xinwe/ "/usr/web1"
<Directory "/usr/web1">
AllowOverride AuthConfig
</Directory>
3 然后在/usr/web1文件夹下touch .htaccess 文本文件
4 vi /usr/web1/.htaccess 在里面写入
Options Indexes MultiViews
Order allow,deny
Allow from all
AuthName "huiyuan"
AuthType Basic
AuthUserFile /etc/pass
require valid-user tom1 tom2
5 chown apache.apache /etc/pass
htpasswd -c /etc/pass tom1
htpasswd -c /etc/pass tom2
service httpd reload

APACHE有代理局域网上网的功能 把前面的#去掉
#<IfModule mod_proxy.c>
#ProxyRequests On (当等于ON的时候说明打开代理)
#<Proxy *>
# Order deny,allow (把它改成Order allow,deny,)
# Deny from all (把它改成Allow from all)
# Allow from .your-domain.com (局域网网段比如:Allow from 192.168.0.0/24)

Empire CMS,phome.net

#</Proxy>

#ProxyVia On (让代理支持http)

#CacheRoot "/etc/httpd/proxy" (缓存的路径)
#CacheSize 5 (缓存的大小)
#CacheGcInterval 4
#CacheMaxExpire 24 (缓存最大的过期时间)
#CacheLastModifiedFactor 0.1
#CacheDefaultExpire 1 (最短的过期时间)
#NoCache a-domain.com another-domain.edu joes.garage-sale.com (不缓存那些域名)

客户端改IE 依次 工具--Internet选项--连接--局域网设置--勾上为LAN使用使用代理服务器--填写APACHE主机的
IP地址比如:192.168.0.20 端口:80

到这里APACHE的配置讲完了. 希望看完我的配置你可以配置网站的服务器!

Empire CMS,phome.net

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号