当前位置:网站首页>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
以及私钥






边栏推荐
- leetcode括号匹配问题——32.最长有效括号
- A list of 300+ learning resources compiled by senior engineers of the Tao Department (the latest version in 2021)
- 服务器的单机防御与集群防御
- How to perform concurrent calculation (stability test and stress test)?
- Luogu mini game Daquan (everyone who uses Luogu must know)
- leetcode 204. Count Primes 计数质数 (Easy)
- LeetCode brush topic series - 787 K station transfer within the cheapest flight
- There are more and more talents in software testing. Why are people still reluctant to take the road of software testing?
- Point Density-Aware Voxels for LiDAR 3D Object Detection 论文笔记
- APP Bluetooth connection test of test technology
猜你喜欢
随机推荐
kubernetes 亲和、反亲和、污点、容忍
复盘:图像饱和度计算公式和图像信噪(PSNR)比计算公式
Integrate ssm (1)
Point Density-Aware Voxels for LiDAR 3D Object Detection 论文笔记
18 years of programmer career, read more than 200 programming books, pick out some essence to share with you
The virtual reality real estate display system foresees the future decoration effect in advance
无代码生产新模式探索
关于 VS Code 优化启动性能的实践
BGP实验(路由反射器,联邦,路由优化)
Deep learning - CNN realizes the recognition of MNIST handwritten digits
Common functions of pytorch
Redis(十二) - Redis消息队列
Mysql数据库 | 基于Docker搭建Mysql-8.0以上版本主从实例实战
Say good woman programmers do testing have an advantage?More than a dozen interview, abuse of cry ~ ~ by the interviewer
classSR论文阅读笔记
golang's time package: methods for time interval formatting and output of timestamp formats such as seconds, milliseconds, and nanoseconds
软件测试的需求人才越来越多,为什么大家还是不太愿意走软件测试的道路?
51 microcontroller peripherals article: dot-matrix LCD
leetcode 665. Non-decreasing Array 非递减数列(中等)
C language entry combat (13): decimal number to binary









