摘要:
cgi 就是网站中各种后台的程序,该程序可以通过网页运行,cgi可以通过C编写,也可以通过shell,python编写 如何在apache中运行各种cgi程序,例如shell perl等程序 1、在apache的主配置文件httpd.conf 中添加 Scriptalias /cgi "/usr/l 阅读全文
posted @ 2017-04-30 15:13
二勇的技术博客
阅读(1730)
评论(0)
推荐(0)
摘要:
Centos7修改主机名与Centos6不一样 使用命令 # hostnamectl set-hostname ipa7.example.com 文件为 /etc/hostname cat /etc/hostname ipa7.example.com 查询主机名 # hostname ipa7.ex 阅读全文
posted @ 2017-04-30 14:51
二勇的技术博客
阅读(337)
评论(0)
推荐(0)