我需要在 Redhat 5.5 机器上安装 LAMP(包括 Perl)。(注意:我对 Linux 还不太熟悉,但确实用 ubuntu 做过类似的项目。)一个好的教程可能就足够了。客户端需要访问 cgi-bin 来运行 perl 脚本(我还不太了解如何在服务器端运行 perl 脚本)。
我找到了两个特别提到 RedHat 的教程(根据 Google 的说法,这两个教程还不到一年)。一个看起来很简单,另一个看起来很复杂:
- https://help.databarracks.com/index.php?/Knowledgebase/Article/View/1/1/installing-a-basic-lamp-stack-on-centos-or-redhat-enterprise-mysql-apache-php
- http://www.lamphowto.com/
欢迎提出其他建议(作为替代或补充)。
答案1
# yum -y install httpd mysql-server perl mod_perl
# service mysqld start
# service httpd start