Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Need tutorial for LAMP (Apache 2.4.4, PHP 5.4.1, MySQL 5.6)
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Need tutorial for LAMP (Apache 2.4.4, PHP 5.4.1, MySQL 5.6)

Hi friends,

I need a tutorial or script for setting up a server to host a custom script built for the specification listed in title.

Default Apache on CentOS is 2.2 so that script is not working.

Upgrading from 2.2 to 2.4.4 on CentOS or Debian 7 tutorial is also appreciated.

Thanks

(Search function is not working so I cannot search if it is already written.)

Comments

  • You can always use Google

  • apt-get update

    apt-get install apache2 libapache2-mod-php5 libapache2-mod-auth-mysql php5 php5-mysql php5-gd php5-imagick php5-mcrypt php5-cli php5-curl mysql-server sendmail libwww-perl

  • joodle said: You can always use Google

    Didn't find anything relative.

  • BlanozBlanoz Member
    edited October 2014

    HowToForge, Linode tutorials, DigitalOcean Community Tutorials. In this order exactly.

    For Apache 2.4.10, you'll have to compile from source. Or enable the testing repo (for Debian) and adjust the apt rules accordingly.

    Thanked by 1TheKiller
Sign In or Register to comment.