linux下使用Apache+php实现留言板功能的网站
时间:2022-05-27 00:16:02|栏目:Linux|点击: 次
一.首先我们的linux服务器上要安装Apache和php
php的安装方法和Apache方法如同一辙
请参考:https://www.jb51.net/article/94494.htm
二.关闭防火墙服务,关闭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 总用量 8 drwxr-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.php drwxr-xr-x 2 root root 6 10月 11 22:30 messages [root@localhost html]# chmod o+w messages/ #给messages目录设置普通有用户的写入权限
您可能感兴趣的文章
- 05-10Ubuntu系统安装ANSYS2021R1
- 05-10ANSYS2021R1安装方法Linux centos Ubuntu系统
- 11-07Linux中一对多配置日志服务器的详细步骤
- 11-07linux服务器安装SonarQube代码检测工具的详细步骤
- 11-07Apache自带的ab压力测试工具的实现
- 11-07apache虚拟主机配置的三种方式(小结)
- 11-07Linux在两个服务器直接传文件的操作方法
- 11-07xshell5使用ssh连接阿里云服务器的实现步骤
- 11-07linux查看服务器开放的端口和启用的端口多种方式
- 11-07Xshell连接centOS7并与CentOS7联网