Comments on Deploying on Linux

Last modified by Samuel Pelletier on 2022/02/11 21:35

  • simon
    simon, 2010/03/30 19:36

    Excellent article. Saved me a ton of time. An alternative way of installing apache on distros that have yum:

    yum install httpd
     yum install mod_ssl
     yum install httpd-devel
     chkconfig httpd on
     /etc/init.d/httpd start

    .. default install location is then /etc/httpd