how to configure httpd in amazon ec2 instance
[ec2-user ~]$ sudo service httpd start
how to configure httpd in amazon ec2 instance
[ec2-user ~]$ sudo service httpd start
how to configure httpd in amazon ec2 instance
[ec2-user ~]$ sudo chmod 2775 /var/www
[ec2-user ~]$ find /var/www -type d -exec sudo chmod 2775 {} +
how to configure httpd in amazon ec2 instance
[ec2-user ~]$ sudo yum update -y
how to configure httpd in amazon ec2 instance
[ec2-user ~]$ sudo yum install -y httpd24 php56 php56-mysqlnd
how to configure httpd in amazon ec2 instance
[ec2-user ~]$ sudo usermod -a -G www ec2-user
how to configure httpd in amazon ec2 instance
[ec2-user ~]$ sudo chgrp -R www /var/www
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us