“Comment configurer HTTPD dans l'instance Amazon EC2” Réponses codées

Comment configurer HTTPD dans l'instance Amazon EC2

[ec2-user ~]$ sudo service httpd start
                
Odd Ox

Comment configurer HTTPD dans l'instance Amazon EC2

[ec2-user ~]$ sudo chmod 2775 /var/www
[ec2-user ~]$ find /var/www -type d -exec sudo chmod 2775 {} +
                
Odd Ox

Comment configurer HTTPD dans l'instance Amazon EC2

[ec2-user ~]$ sudo yum install -y httpd24 php56 php56-mysqlnd
                
Odd Ox

Comment configurer HTTPD dans l'instance Amazon EC2

[ec2-user ~]$ sudo chgrp -R www /var/www
                
Odd Ox

Réponses similaires à “Comment configurer HTTPD dans l'instance Amazon EC2”

Questions similaires à “Comment configurer HTTPD dans l'instance Amazon EC2”

Plus de réponses similaires à “Comment configurer HTTPD dans l'instance Amazon EC2” dans Shell/Bash

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code