说明: 当一个网站目录特别长时,例:http://www.tarena.com/china/hebei/bbs,我们可以给它起个别名来代替这个长的名字。 步骤: 1. 搭建Apache Http网站服务平台 yum -y install httpd* (默认站点目录/var/www/html) 2. 创建测试站点 [root@localhost ~]# mkdir -p /var/www/html/china/hebei/bbs [root@localhost ~]#vim /var/www/html/china/hebei/bbs /index.html <html> <head><title>This is a Alias test Page!!!</title> <body> This is a bbs Bie Ming test Page!!! </body> </head> </html> 3. 修改主配置文件 [root@localhost ~]# vim /etc/httpd/conf/httpd.conf Alias /bbs "/var/www/html/china/hebei/bbs" //在配置文件中添加此语句 4. 启动服务测试 [root@ser1 ~]# service httpd restart http://www.tarena.com/china/hebei/bbs http://www.tarena.com/bbs
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
Linux目录结构
在Linux中一切皆文件,这些文件按照一定的规则存放在不同的目录当中。为了能够快速找到文件及以后的操作的规范性,我们必须记清楚Linux的目录结构。
目录 云计算 Linux centos 自动化运维 -
alias命令为常用目录设置别名
vi ~/.bashrc,配置自己需要
bash 根目录 -
[李景山php] ddos 攻击 之 HTTP Flood 别名 cc攻击
SYN Flood、DNS Query Flood在现阶段已经能做到有效防御了,真正令
ddos HTTP DNS root权限