Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

chkconfig httpd on Amazon Linux 2 AMI

If you using Amazon Linux 2 AMI you need to follow these steps:

- In AMI2 they are using systemctl for managing services check if it is installed on your machine 2.systemctl list-units --type=service by this command check if httpd is listed
- sudo systemctl enable httpd 
	To eanable httpd start on boot up
- systemctl is-enabled httpd 
	To check if httpd enabled to start on boot up linux system

After that you can reboot your linux system and httpd will be started.

Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu 20.04 powerlevel10 vs code 
Shell :: fatal: index file corrupt 
Shell :: convert file with liberoffice 
Shell :: composer 2 install in windows 10 
Shell :: update software in ubuntu 
Shell :: create react app with npm not yarn 
Shell :: php install apcu 
Shell :: add sudo user ubuntu 
Shell :: save firewall config linux 
Shell :: Could not install packages due to an EnvironmentError: [WinError 32] The process cannot access the file because it is being used by another process 
Shell :: git grep across all branches 
Shell :: conda install mmcv 
Shell :: apache config directory 
Shell :: install packages from selected repo yum 
Shell :: plasma 
Shell :: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted 
Shell :: set domain name for localhost ubuntu 
Shell :: reactjs capacitor init 
Shell :: waybar emoji not wrok 
Shell :: ubuntu epub reader 
Shell :: login git in terminal 
Shell :: get a list of all nuget packages used in a solution 
Shell :: qemu boot iso 
Shell :: how to change timezone in linux 
Shell :: pip install requirements.txt 
Shell :: homebrew Unknown command: cask 
Shell :: find port and kill 
Shell :: vs code permission ubuntu 
Shell :: mate-polkit-bin for ubuntu 
Shell :: how to install data purifer 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =