你的位置:首页 > 软件开发 > 操作系统 > linux下使用Apache+php实现留言板功能的网站

linux下使用Apache+php实现留言板功能的网站

发布时间:2016-10-11 23:00:05
一.首先我们的linux服务器上要安装Apache和php  php的安装方法和Apache方法如同一辙 请参考:http://www.cnblogs.com/dagege/p/5949620.html二.关闭防火墙服务,关闭selinux 请参 ...

linux下使用Apache+php实现留言板功能的网站

一.首先我们的linux服务器上要安装Apache和php  php的安装方法和Apache方法如同一辙      

请参考:http://www.cnblogs.com/dagege/p/5949620.html

二.关闭防火墙服务,关闭selinux 

请参考:http://www.cnblogs.com/dagege/p/5947251.html

三.我们通过FTP服务或使用rz命令将文件放到Apache的根目录下 /var/www/html

示例文件下载:http://files.cnblogs.com/files/dagege/liuyanban.zip

[root@localhost /]# cd /var/www/html/[root@localhost html]# ls -la总用量 8drwxr-xr-x. 3 root root  55 10月 11 22:31 .drwxr-xr-x. 4 root root  31 10月 11 15:40 ..-rw-r--r-- 1 root root 123 10月 11 22:31 index.php-rw-r--r-- 1 root root 3704 9月 19 15:05 juezhen.phpdrwxr-xr-x 2 root root  6 10月 11 22:30 messages[root@localhost html]# chmod o+w messages/  #给messages目录设置普通有用户的写入权限

原标题:linux下使用Apache+php实现留言板功能的网站

关键词:linux

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录