apche

网站服务器
一般是指能够让用户通过浏览器访问到互联网中文档等资源的服务。
windows默认服务程序是iis.
安装apache服务
yum install apache
运行apache服务并设置开机启动
[root@mail ~]# systemctl start httpd
[root@mail ~]# systemctl enable httpd
配置服务文件参数
服务目录      /etc/httpd
配置文件      /etc/httpd/conf/httpd.conf
网络数据目录  /var/www/html
访问日志      /var/log/httpd/access_log
错误日志      /var/log/httpd/error_log
https.conf主要参数
ServerRoot        服务目录
serveradimn       管理员邮箱
used
group
servername
documentroot       网站数据目录
listen
directoryindex
errorlog
customlog
timeout
include
apche服务程序配置内容分为三种:注释信息,全局配置,区域配置

SELinux:强制访问控制安全子系统
模式一:enforcing
模式二:permissive
模式三:disabled


Vsftpd(文本传输协议)
yum install vsftpd -y
git commit -m '添加ar300m-doble-flash-lian和ar750lian_setinfo_one_mac命令'

猜你喜欢

转载自blog.csdn.net/qq_15551663/article/details/88396646