当前位置:网站首页>rhce作业
rhce作业
2022-08-02 05:15:00 【cy11114】
1.配置使用ssl完成https访问apache服务器

2.配置访问apache的cgi程序
3.nfs挂载
a、开放/nfs/shared目录,供所有用户查询资料; b、开放/nfs/upload目录,该目录为192.168.xxx.0/24网段的主机的数据上传目录,
并将所有该网段主机上传文件的所属者和所属组映射为nfs-upload,其UID和GID为2001;
c、将/home/tom(该目录为uid=1111,gid=1111的tom用户的家目录)目录仅共享
给192.168.xxx.128这台主机上的jerry用户,jerry对该目录具有访问、新建和
删除文件的权限。






4.autofs自动挂载
远程nfs服务器要的目录为/nfs/autofs
客户端的的挂载目录/data/autofs
且设置自动卸载时间为60秒
服务器端

客户端


5.使用https来访问的web服务器:
要求使用自签名的CA签名证书(openssl, x.509) .crt
以及私钥






边栏推荐
- Cyber Security Learning - Intranet Penetration 4
- About the directory structure of the web application
- 提高软件测试能力的方法有哪些?看完这篇文章让你提升一个档次
- goroutine (coroutine) in go language
- 区块元素、内联元素(<div>元素、span元素)
- APP Bluetooth connection test of test technology
- leetcode括号匹配问题——32.最长有效括号
- The Go language learning notes - dealing with timeout - use the language from scratch from Context
- 51单片机外设篇:ADC
- Detailed installation and configuration of golang environment
猜你喜欢

Review: image saturation calculation formula and image signal-to-noise (PSNR) ratio calculation formula

The Go language learning notes - dealing with timeout - use the language from scratch from Context

C语言基础知识梳理总结:零基础入门请看这一篇

Redis(十一) - 异步优化秒杀

如何优化OpenSumi终端性能?

Three methods of importing sql files in MySQL

Meta公司新探索 | 利用Alluxio数据缓存降低Presto延迟

Stress testing and performance analysis of node projects

Double for loop case (use js jiujiu printing multiplication table)

ATM系统
随机推荐
Linux CentOS8安装Redis6
保证家里和企业中的WIFI安全-附AC与AP组网实验
说好的女程序员做测试有优势?面试十几家,被面试官虐哭~~
[C language] LeetCode26. Delete duplicates in an ordered array && LeetCode88. Merge two ordered arrays
软件测试的需求人才越来越多,为什么大家还是不太愿意走软件测试的道路?
Alluxio为Presto赋能跨云的自助服务能力
PSQL function, predicate, CASE expression and set operations
关于鸿蒙系统 JS UI 框架源码的分析
Block elements, inline elements (
elements, span elements)[OpenCV from entry to practice] image processing technology [pixel] (the most detailed in the whole network)
Cyber Security Learning - Intranet Penetration 4
Detailed installation and configuration of golang environment
复盘:图像饱和度计算公式和图像信噪(PSNR)比计算公式
How much does a test environment cost? Start with cost and efficiency
Polar Parametrization for Vision-based Surround-View 3D Detection Paper Notes
点云旋转到参考坐标系方向(最小方向包围盒方法)
Mysql数据库 | 基于Docker搭建Mysql-8.0以上版本主从实例实战
leetcode 204. Count Primes 计数质数 (Easy)
分布式文件存储服务器之Minio对象存储技术参考指南
VMTK环境配置记录