Horje
how to configure httpd in amazon ec2 instance Code Example
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 install -y httpd24 php56 php56-mysqlnd
                
how to configure httpd in amazon ec2 instance
[ec2-user ~]$ sudo chgrp -R www /var/www
                




Shell

Related
kali linux connect to wifi from terminal Code Example kali linux connect to wifi from terminal Code Example
Composer detected issues in your platform: Your Composer dependencies require the following PHP extensions to be installed: Code Example Composer detected issues in your platform: Your Composer dependencies require the following PHP extensions to be installed: Code Example
git remove my local changes and pull from master Code Example git remove my local changes and pull from master Code Example
insert a line at a line number sed Code Example insert a line at a line number sed Code Example
kali tools subsystem Code Example kali tools subsystem Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11