在Redhat 5.5上安装Lamp&Perl

我需要在Redhat 5.5机器上安装LAMP(包括Perl)。 (注意:我对Linux相当陌生,但是做过与ubuntu类似的项目。)一个好的教程可能就足够了。 客户端需要访问一个cgi-bin来运行perl脚本(我还不太了解在服务器端运行perl脚本)。

我发现了两个特别提到RedHat的教程(根据Google,还不到一岁)。 一个看起来简单,另一个看起来很复杂:

  1. https://help.databarracks.com/index.php?/Knowledgebase/Article/View/1/1/installing-a-basic-lamp-stack-on-centos-or-redhat-enterprise-mysql-apache-php
  2. http://www.lamphowto.com/

其他build议(作为替代或补充)赞赏。

# yum -y install httpd mysql-server perl mod_perl # service mysqld start # service httpd start