摘要:
CentOS 可以通过 yum 安装: yum -y install httpd php php-mysql mysql-serverservice httpd status|start|stop|restart|reload service mysqld status|start|stop|res 阅读全文
摘要:
1.404跳转: vi /etc/httpd/conf/httpd.conf 在虚拟主机配置里添加一行:ErrorDocument 404 /404.html 2.301跳转: 1)将不带www的跳转到带www的:在根目录下新建.htaccess文件,写入: Options +FollowSymLi 阅读全文
摘要:
、Apache的配置由httpd.conf文件配置,因此下面的配置指令都是在httpd.conf文件中修改。 站点的配置(基本配置) (1) 基本配置: ServerRoot "/mnt/software/apache2" #你的apache软件安装的位置。其它指定的目录如果没有指定绝对路径,则目录 阅读全文
摘要:
1.备份/etc/yum.repos.d/CentOS-Base.repo mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup mv /etc/yum.repos.d/CentOS-Base.re 阅读全文