快速业务通道

linux中DNS apache服务器配置

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-05-17
linux中只有DNS或只有apache,linux都将不完美;同时安装才完美; 备注:在一台linux服务器中安装DNS、Apache服务器; 其中DNS域名是aiyanet.com、nbaqq.com; 其中apache中建立[url]www.aiyanet.com[/url]、aiyanet.com、ftp.aiyanet.com、mail.aiyanet.com!!!!nbaqq.com、[url]www.nbaqq.com[/url]是一个网站; :安装DNS所需软件包; [root@aiyanet /]# rpm -qa |grep bind
ypbind-1.19-8.el5
bind-9.3.4-6.P1.el5
bind-utils-9.3.4-6.P1.el5
bind-chroot-9.3.4-6.P1.el5
bind-libs-9.3.4-6.P1.el5 可以到网站上下载:[url]http://rpmfind.net/[/url] 编辑:[root@aiyanet /]# vi /var/named/chroot/etc/named.conf
options {
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.tst";
notify yes;
}; zone "." IN {
type hint;
file "named.ca";
}; zone "localhost" IN {
type master;
file "localhost.zone";
}; zone "0.0.127.in-addr.arpa" IN {
type master;
file "localhost.rev";
};
zone "aiyanet.com" {
type master;
file "aiyanet.com.zone";
}; zone "nbaqq.com" {
type master;
file "nbaqq.com.zone";
}; zone "1.168.192.in-addr.arpa" {
type master;
file "aiyanet.com.rev";
};
[root@aiyanet /]# cd /var/named/chroot/var/named/
编辑:aiyanet.com.rev localhost.zone nbaqq.com.zone
aiyanet.com.zone localhost.rev named.ca
再安装:apache所需软件包; [root@aiyanet /]# rpm -qa |grep http
httpd-2.2.3-11.el5_1.3
httpd-manual-2.2.3-11.el5_1.3
system-config-httpd-1.3.3.3-1.el5 编辑[root@aiyanet ~]# vi /etc/httpd/conf/httpd.conf
ServerAdmin root@localhost (改成自己常用邮箱)
ServerName 192.168.1.123 (自己主机IP) NameVirtualHost 192.168.1.123
<VirtualHost 192.168.1.123>
ServerAdmin [email]fuquanshi@aiyonet.com[/email]
DocumentRoot /var/www/html
ServerName aiyanet.com
ErrorLog logs/aiyanet.com-error_log
CustomLog logs/aiyanet.com-access_log common
</VirtualHost>
在分别建立虚拟网址:如上面所需的[url]www.aiyanet.com[/url]、ftp.aiyanet.com、mail.aiyanet.com、 nbaqq.com、[url]www.nbaqq.com[/url] 的网址; 在改变:
[root@aiyanet named]# vi /etc/resolv.conf
nameserver 192.168.1.123 (加上这样一条)

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站: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号