Apache的语言支持
html:默认支持
php
perl
asp
jsp
1.php
必须安装php才能访问信息
dnf install php -y
安装成功后,会在主配置目录中生成php.conf 文件
192.168.1.10/index.php访问成功
2.perl
cgi 相当于一个接口,让程序被Apache处理,显示处理效果
需要告诉Apache其需要执行程序,显示执行效果,否则会把代码裸漏出来
生成cgi脚本
直接访问 ,不能看到执行效果,
编辑文件如图
实验结果
firefox http://192.168.1.10/cgidir/index.cgi 可以看到脚本执行效果
原文地址:https://blog.51cto.com/14653135/2479131
时间: 2024-10-14 09:05:09