RHCE installs Apache and accesses IP with a browser

RHCE installs Apache and accesses IP with a browser

1. at is configured to write "This is a at task" to the at_test file in the root directory after 5 hours.

After 5 hours, open the file and it will contain "This is a at_task"

2.crontab configuration, every Saturday and Sunday at 9:30 and 14:00 to remind me to go to RHCE class and write it into the cron_test file in the root directory

3. Install Apache server: and create a new index.html file in /var/www/html

index.html file content: "This is my RHCE"

Then enter the 192.168.xxx.xxx ip in the browser to access

First install and make sure the yum source has been installed

If not, install the yum source first

cd /etc/yum.repos.d/

[root@lyzyyds yum.repos.d]#

This is the end of this article about installing Apache on RHCE and accessing IP with a browser. For more information about installing Apache on RHCE, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future!

<<:  CSS cleverly uses gradients to achieve advanced background light animation

>>:  Quickly solve the problem of slow and stuck opening of input[type=file]

Recommend

Full analysis of MySQL INT type

Preface: Integer is one of the most commonly used...

Summary of the differences between Mysql primary key and unique key

What is a primary key? A primary key is a column ...

How to use type enhancement without typingscript

Preface Due to the weak typing of JS, loose writi...

MySQL learning to create and operate databases and table DDL for beginners

Table of contents 1. Operate the database 1.1 Cre...

Using CSS to implement image frame animation and curve motion

The basic principle of all animations is to displ...

Detailed explanation of the concept of docker container layers

Table of contents 01 Container consistency 02 Con...

How to use a game controller in CocosCreator

Table of contents 1. Scene layout 2. Add a handle...

jQuery plugin to implement stacked menu

A jQuery plugin every day - stacked menu, for you...

Teach you how to build the vue3.0 project architecture step by step

Table of contents Preface: 1. Create a project wi...

MySQL whole table encryption solution keyring_file detailed explanation

illustrate MySql Community Edition supports table...

Detailed explanation of JavaScript progress management

Table of contents Preface question principle test...

Summary of several submission methods of HTML forms

The most common, most commonly used and most gener...

HTML form tag tutorial (5): text field tag

<br />This tag is used to create a multi-lin...

View the number of files in each subfolder of a specified folder in Linux

count script #!/bin/sh numOfArgs=$# if [ $numOfAr...