General

Server Configuration Centos (Lampstack)

AFTER BUYING THE FRESH CENTOS SERVER. THE THINGS REQUIRED FIRST

1. Check the sftp connection.

2. Update the patch.

3. Install (gzip, nmon (Server resource Monitoring tool), locate (mlocate), ACL, fail2ban)

4. Change the default root password.

5. Open the required ports. Follow Ports on and checking.

6. Download lampstack or lappstack as per your requirement.

Bitnami Server Install Centos(GUI) ? CLICK HERE

INSTALLATION OF LAMPSTACK:

1. Download lampstack package from bitnami website of linux(Try to install stable and latest version, if there is no requirement of fixed version of lamp-server for application.).

2. Try to use mysql 8.0.

3. You need to make the bitmani package to executable for the user.

4. Run the file like ./bitnami-lampstack-7.3.11-0-linux-x64-installer.run from Terminal.

per your requirement select the packages

. 6. Then select the path for lamp stack installation, By default it shows like /opt/lampstack-7.05.01 make it lampstack, so the server migration is a easy job then.

7. Set the mysql password. 8. Restart the server using ctlscripts.sh.

CONFIG PHPMYADMIN FOR ACCESS USING URL :

  1. Go to path /opt/lampstack/apps/phpmyadmin/conf and open httpd-app.conf
  2. Keep the settings shown below.

For maximize the phpMyAdmin user login session time you need to goto /opt/lampstack/apps/phpmyadmin/htdocs and open config.inc.php 

  1. For checking the changes please restart the server. Using ctlscript.sh
  2. For change the url of phpMyAdmin you need to goto .. /opt/lampstack/apps/phpmyadmin/conf. and open httpd- prefix.conf
  1. For Setup the federated engine config please follow SOP FOR MYSQL FEDSERVER document. CONFIG APACHE:
  2. Find the php.ini file of lampstack apache.
  3. Go to /opt/lampstack/php/etc/ and open the php.ini file.

RECOMMENDED ARTICLES





Leave a Reply

Your email address will not be published. Required fields are marked *