$op = exec( $cmd, $arr, $retval );
...
?>
文件被称为wwwmail.c。
11.安装以后进行清除工作
11.1 去除安装时一些必要的临时连接
ROOT# rm /apache /usr/Local
11.2 通过在etc/rc.d/init.d中安装称为httpd的启动脚本文件来自动启动Apache。如:
Apache on ports 80 and 443 (startssl)
接着在其上运行chkconfig来建立象征性的连接
ROOT# chkconfig --add httpd
ROOT# chkconfig --list httpd
httpd 0:off 1:off 2:on3:on4:on5:on6:off
11.3 自动的记录triming文件。
在RedHat系统中你可以自己定义要记录那个文件,及参数,只用在etc/logrotate/conf中说明就行了。
12.基于RPM的收获文件
在这儿我没有时间完全文本化它,你可以从RPMS中获取它,然后不需要编译原码就生成一个虚拟根环境化的Web目录树。现在我有两个脚本,以后我会对他们文档化的:
Script file based on Red Hat 7.0 that will harvest the RPMs
Script file for creating temporary SSL key and certificate (testing purposes only!!!)