Install Linux Apache MySQL PHP (LAMP) On CentOS 6

Install Linux Apache MySQL PHP (LAMP) On CentOS 6

Step 1.

#yum install  httpd httpd

Step 2.

edit  /etc/httpd/conf/httpd.conf

<VirtualHost *:80>
    ServerAdmin example.com
    DocumentRoot /var/www/html/
    ServerName server1
    ErrorLog logs example.com-error_log
    CustomLog logs/dummy-host.example.com-access_log common
</VirtualHost>

Step 3 . 

#service httpd start





Previous Post
Next Post
Related Posts

0 Comments: