filmov
tv
How to install apache httpd on CentOS 8

Показать описание
COMMANDS USED IN VIDEO
-Updateing the OS
$yum update -y
-Install apache "httpd" package
$yum install httpd -y
-- FOR VI TEXT EDITOR BEGINNERS --
- i - insert mode
- esc - escape from insert mode or other
- / - search for the word
- :xxx - Jump to line (ex: :89 )
- Shift + G - Jump to end of the file
-Edit apache httpd configuration file
- Change the following options
- Optional Changes
-- "ServerAdmin or line no. 89"
-- "ServerName or line no. 98"
-- "DirectoryIndex or line no. 167
- Must Changes
-- "AllowOverride or line no. 154"
- Must Add to end of the line
-- "ServerTokens Prod"
-- "KeepAlive On"
Resource:
Software Used:
-Updateing the OS
$yum update -y
-Install apache "httpd" package
$yum install httpd -y
-- FOR VI TEXT EDITOR BEGINNERS --
- i - insert mode
- esc - escape from insert mode or other
- / - search for the word
- :xxx - Jump to line (ex: :89 )
- Shift + G - Jump to end of the file
-Edit apache httpd configuration file
- Change the following options
- Optional Changes
-- "ServerAdmin or line no. 89"
-- "ServerName or line no. 98"
-- "DirectoryIndex or line no. 167
- Must Changes
-- "AllowOverride or line no. 154"
- Must Add to end of the line
-- "ServerTokens Prod"
-- "KeepAlive On"
Resource:
Software Used: