In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
Preface
Apache website service MySQL service LAMP architecture application example
LAMP interpretation
Linux apache mysql php/python
Introduction to Apache 1.1 Apache originated from a patchy server, the famous open source Web service software. In 1995, version 1.0 of the apache service program was released by the apache Software Foundation (ASF), which is responsible for maintaining the official website: http://httpd.apache.org/1.2 apache official website.
1.3 apache main features open source code, cross-platform applications support a variety of web programming languages modular design, stable operation, good security 1.4 software version 1.x currently the highest version is 1.3, stable downward compatibility is good, but lack of some newer features 2.x the highest version is 2.6.It has more features than 1.x. There are great differences in configuration management styles. 2. Compilation and installation of httpd server 1.1 has the advantages of greater freedom, customizable functions, timely access to the latest software version, generally suitable for most Linux versions. Easy to migrate and use 1.2 to get the apache server software package reference address: http://httpd.apache.org/download.cgi1.2 compile and install httpd step 1.2.1 prepare to uninstall httpd and related dependent packages-clear the environment 1.2.2 extract related files to mount the shared folder, use mount.cifs, if not for this command You need to install a cifs-utils component [root@localhost ~] # cd / [root@localhost /] # mkdir abc [root@localhost /] # mount.cifs / / 192.168.254.10/linuxs / abcPassword for root@//192.168.254.10/linuxs: [root@localhost /] # cd / abc [root@localhost abc] # lsapr-1.4.6.tar.gz MAC record and port scan script .txtapr-util-1.4. 1.tar.gz pxe.txtdhcp.txt vsftpd adds a virtual user script. TXTextundelete-0.2.4.tar.bz2 modifies the network card to a static IP address. Txthttpd-2.4.2.tar.gz development system monitoring script. Txtjohn-1.8.0.tar.gz boot system script. TxtLAMP-C7 test network segment for survival Test port 21 of the surviving network segment. TxtLAMP-C7.rar monitoring system memory cpu disk capacity 1.0.txtLAMP-php5.6.txt [root@localhost abc] # cd LAMP-C7/ [root@localhost LAMP-C7] # lsapr-1.6.2.tar.gz httpd-2.4.29.tar.bz2 php-5.6.11.tar.bz2apr-util-1.6.0.tar.gz LAMP-php5 .6.txtDiscuz _ X2.5_SC_UTF8.zip mysql-5.6.26.tar.gz [root@localhost LAMP-C7] #-decompress the package Apr* is a cross-platform component ```csss [root @ localhost LAMP-C7] # tar xvjf httpd-2.4.29.tar.bz2-C / optroot@localhost LAMP-C7] # tar xvzf apr-util-1.6.0.tar.gz-C / opt [root@localhost LAMP-C7] # tar xvzf apr-1.6.2.tar.gz-C / opt [root@localhost LAMP-C7] # cd / opt [root@localhost opt] # lsapr-1.6.2 apr-util -1.6.0 httpd-2.4.29 rh [root@localhost opt] # mv apr-1.6.2/ httpd-2.4.29/sserver/ srclib/ support/ [root@localhost opt] # mv apr-1.6.2/ httpd-2.4.29/srclib/apr [root@localhost opt] # mv apr-util-1.6.0/ httpd-2.4.29/srclib/apr-util [root@localhost opt] # lshttpd-2.4.29 rh [root@localhost opt] # [root@localhost opt] # cd httpd-2.4.29/ [root@localhost httpd-2.4.29] # lsABOUT_APACHE buildconf httpd.dsp libhttpd.mak README.cmakeacinclude.m4 CHANGES httpd.mak LICENSE README.platformsApache-apr2.dsw CMakeLists.txt httpd.spec Makefile.in ROADMAPApache.dsw config.layout include Makefile.win serverapache_probes. D configure INSTALL modules srclibap.d configure.in InstallBin.dsp NOTICE supportbuild docs LAYOUT NWGNUmakefile testBuildAll.dsp emacs-style libhttpd.dep os VERSIONINGBuildBin.dsp httpd.dep libhttpd.dsp READMEyum installs the compiler package Environment package, gcc, gcc-c++, make, pcre-devel, expat-devel, perl There is no need to install [root@localhost yum.repos.d] # yum install gcc gcc-c++ pcre-devel pcre expat-devel.x86_64 make-yInstalled: expat-devel.x86_64 0VOR 2.1.0-10.el7_3 gcc.x86_64 0RO 10.el7_3 gcc.x86_64 4.8.5-39.el7 gcc-c++.x86_64 0VOR 4.8.5-39.el7 pcre-devel.x86_64 0 after installation. : 8.32-17.el7 Dependency Installed: cpp.x86_64 0VOR 4.8.5-39.el7 glibc-devel.x86_64 0RU 2.17-292.el7 glibc-headers.x86_64 0V 2.17-292.el7 kernel-headers.x86_64 0V 3.10.0-1062.9.1.el7 libmpc.x86_64 0V 1.0.1-3.el7 libstdc++-devel .x86 _ 640 292.el7 glibc-common.x86_64 4.8.5-39.el7 Updated: make.x86_64 1v 3.82-24.el7 Dependency Updated: glibc.x86_64 0v 2.17-292.el7 glibc-common.x86_64 0v 2.17-292.el7 libgcc.x86_64 0v 4.8.5-39. El7 libgomp.x86_64 0VOR 4.8.5-39.el7 libstdc++.x86_64 0RU 4.8.5-39.el7 Complete! Under the unzipped package directory, configure the relevant properties:
. / configure\ enable configuration
-- prefix=/usr/local/httpd\ specify the installation path
-- enable-so\ Core module function is enabled
-- enable-rewrite\ enables rewriting, which is used to edit hotlink protection and other functions.
-- enable-charset-lite\ enable the character set function
-- enable-cgi\ enables identification of different gateway interfaces [root@localhost httpd-2.4.29] #. / configure\ >-- prefix=/usr/local/httpd\ >-- enable-so\ >-- enable-rewrite\ >-- enable-charset-lite\ >-- enable-cgiconfigure: summary of build options: Server Version: 2.4.29 Install prefix: / usr/local/httpd C compiler: gcc-std=gnu99 CFLAGS: -g-O2-pthread CPPFLAGS:-DLINUX-D_REENTRANT-D_GNU_SOURCE LDFLAGS: LIBS: C preprocessor: gcc-E [root@localhost httpd-2.4.29] #
Then make compiles
[root@localhost httpd-2.4.29] # makemake makedb makedeltarpm makedumpfile [root@localhost httpd-2.4.29] # makemake [4]: Leaving directory `/ opt/httpd-2.4.29/modules/mappers'make [3]: Leaving directory` / opt/httpd-2.4.29/modules/mappers'make [2]: Leaving directory `/ opt/httpd-2.4.29/modules'make [2]: Entering directory` / opt/httpd-2. 4.29/support'make [2]: Leaving directory `/ opt/httpd-2.4.29/support'make [1]: Leaving directory` / opt/httpd-2.4.29' [root@localhost httpd-2.4.29] #
Then make install installation
[root@localhost httpd-2.4.29] # make installmkdir / usr/local/httpd/manmkdir / usr/local/httpd/man/man1mkdir / usr/local/httpd/man/man8mkdir / usr/local/httpd/manualmake [1]: Leaving directory `/ opt/httpd-2.4.29' [root@localhost httpd-2.4.29] #
If there is a mistake in the middle, you need to re-check what is wrong.
It is installed at this time, and the software directory is in / usr/local/httpd
Note: the core of manual compilation and installation is to configure two files, the main configuration file and the startup script file.
Configure the script file first
[root@localhost httpd-2.4.29] # cd / usr/local/ [root@localhost local] # lsbin etc games httpd include lib lib64 libexec sbin share src [root@localhost local] # cd httpd/ [root@localhost httpd] # lsbin cgi-bin error icons lib man modulesbuild conf htdocs include logs manual [root@localhost httpd] # cd htdocs/ [root@localhost htdocs] # lsindex.html 'Home' [root@localhost htdocs] # cd. .bash: cd..: command not found... [root@localhost htdocs] # cd.. [root@localhost httpd] # cd conf [root@localhost conf] # lsextra httpd.conf magic mime.types original 'has a master profile' [root@localhost conf] # [root@localhost conf] # cd.. [root@localhost httpd] # lsbin cgi-bin error icons lib man modulesbuild conf htdocs include logs manual [root@localhost httpd] # cd bin/ [root @ localhost bin] # lsab apu-1-config dbmmanage fcgistarter htdigest httxt2dbmapachectl apxs envvars htcacheclean htpasswd logresolveapr-1-config checkgid envvars-std htdbm httpd rotatelogs [root@localhost bin] # start the configuration script [root@localhost bin] # cp / usr/local/httpd/bin/apachectl / etc/init.d/httpd// to copy the / usr/local/httpd/bin/aoachectl file to / etc/init.d/ Rename httpd [root@localhost bin] # vim / etc/init.d/httpd// to edit script file, add comment message #! / bin/sh# chkconfig: 35 85 21 'add / / 35 level autorun 85th start 21st close' # description: Apache is a World Wide Web server 'add' # [root@localhost bin] # chkconfig-add httpd// adds script file to service server Let service manage [root@localhost bin] # chkconfig-- level 35 httpd on// this command is to enable httpd to self-start, priority level 35, optional or not-script configuration is complete, and then start to configure the main configuration file
[root@localhost bin] # cd..
[root@localhost httpd] # ls
Bin cgi-bin error icons lib man modules
Build conf htdocs include logs manual
[root@localhost httpd] # cd conf/
[root@localhost conf] # pwd
/ usr/local/httpd/conf
[root@localhost conf] # ln-s / usr/local/httpd/conf/httpd.conf / etc/httpd.conf
/ / soft connect the new configuration file to the / etc/ directory to make it easy to find.
[root@localhost conf] #
-modify the configuration file
[root@localhost conf] # vim / etc/httpd.conf
: set nu
51 Listen 192.168.247.147:80
52 # Listen 80
197 ServerName www.gsy.com:80
[root@localhost conf] # cd / usr/local/httpd/bin/
[root@localhost bin] # ls
Ab apu-1-config dbmmanage fcgistarter htdigest httxt2dbm
Apachectl apxs envvars htcacheclean htpasswd logresolve
Apr-1-config checkgid envvars-std htdbm httpd rotatelogs
[root@localhost bin] # ln-s / usr/local/httpd/bin/ / usr/local/bin/
/ / soft link the scripts in the installation directory / usr/local/httpd/bin/ to / usr/local/bin for ease of use and tab completion
[root@localhost bin] #
-query to verify whether it is added to / bin
[root@localhost bin] # httpd-t
Syntax OK
[root@localhost bin] #
-enable the service and turn off the firewall enhancement service
[root@localhost bin] # service httpd start
[root@localhost bin] #
[root@localhost bin] # netstat-natp | grep 'httpd'
Tcp 0 0 192.168.247.147 80 0.0.0.0 * LISTEN 16643/httpd
[root@localhost bin] #
[root@localhost bin] # systemctl stop firewalld.service
[root@localhost bin] # setenforce 0
! [insert picture description here] (https://img-blog.csdnimg.cn/20191210164703445.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L0xmd3Rob3RwdA==,size_16,color_FFFFFF,t_70)- can modify the home page information
[root@localhost bin] # cd / usr/local/
[root@localhost local] # ls
Bin etc games httpd include lib lib64 libexec sbin share src
[root@localhost local] # cd httpd/
[root@localhost httpd] # ls
Bin cgi-bin error icons lib man modules
Build conf htdocs include logs manual
[root@localhost httpd] # cd htdocs/
[root@localhost htdocs] # ls
Index.html
[root@localhost htdocs] # cat index.html
It works!
[root@localhost htdocs] # vim index.html
[root@localhost htdocs] # cat index.html
From a new student to a rookie
[root@localhost htdocs] #
The result is as follows, because the utf-8 character set is not used! [insert picture description here] (https://img-blog.csdnimg.cn/20191210191446573.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L0xmd3Rob3RwdA==,size_16,color_FFFFFF,t_70)# 3: install MySQL## 3.1First, decompress the source code package.
[root@localhost LAMP-C7] # tar zxvf mysql-5.6.26.tar.gz-C / opt
# # 3.2 then install the environment package
[root@localhost LAMP-C7] # yum install-y ncurses-devel autoconf cmake
Installed:
Ncurses-devel.x86_64 0RO 5.9-14.20130511.el7_4
Upgraded as a dependency:
Ncurses.x86_64 0RO 5.9-14.20130511.el7_4
Ncurses-base.noarch 0RO 5.9-14.20130511.el7_4
Ncurses-libs.x86_64 0RO 5.9-14.20130511.el7_4
Installed:
Autoconf.noarch 0VOR 2.69-11.el7 cmake.x86_64 0RU 2.8.12.2-2.el7
Installed as a dependency:
M4.x86_64 0VOR 1.4.16-10.el7 perl-Data-Dumper.x86_64 0RU 2.145-3.el7
Over!
# # 3.3 after the environment package is installed, switch the configuration properties to the source package. You can find that there is no configure script in it. There is a cmake script, which is why you need to install the cmake environment package.
[root@localhost LAMP-C7] # cd / opt/mysql-5.6.26/
[root@localhost mysql-5.6.26] # ls
BUILD dbug libmysqld regex unittest
BUILD-CMAKE Docs libservices scripts VERSION
Client Doxyfile-perfschema man sql vio
Cmake extra mysql-test sql-bench win
CMakeLists.txt include mysys sql-common zlib
Cmd-line-utils INSTALL-SOURCE mysys_ssl storage
Config.h.cmake INSTALL-WIN-SOURCE packaging strings
Configure.cmake libevent plugin support-files
COPYING libmysql README tests
[root@localhost mysql-5.6.26] # cmake-DCMAKE_INSTALL_PREFIX=/usr/local/mysql-DDEFAULT_CHARSET=utf8-DDEFAULT_COLLATION=utf8_general_ci-DEXTRA_CHARSETS=all-DSYSCONFIDIR=/etc-DMYSQL_DATADIR=/home/mysql/-DMYSQL_UNIX_ADDR=/home/mysql/mysql.sock
# # 3.4 make compilation will take a long time
[root@localhost mysql-5.6.26] # make
Scanning dependencies of target my_safe_process
[100%] Building CXX object mysql-test/lib/My/SafeProcess/CMakeFiles/my_safe_process.dir/safe_process.cc.o
Linking CXX executable my_safe_process
[100%] Built target my_safe_process
# # 3.5 then make install
[root@localhost mysql-5.6.26] # make install
-- Installing: / usr/local/mysql/sql-bench/innotest2
-- Installing: / usr/local/mysql/sql-bench/test-wisconsin
-- Installing: / usr/local/mysql/sql-bench/compare-results
-- Installing: / usr/local/mysql/sql-bench/bench-init.pl
# # 3.6 is still the configuration master configuration file and script file
[root@localhost mysql-5.6.26] # cp / usr/local/mysql/support-files/my-default.cnf / etc/my.cnf
Cp: overwrite "/ etc/my.cnf"? Y
[root@localhost mysql-5.6.26] # cp / usr/local/mysql/support-files/mysql.server / etc/init.d/mysqld
[root@localhost mysql-5.6.26] # chmod 755 / etc/init.d/mysqld
[root@localhost mysql-5.6.26] # chkconfig-- add / etc/init.d/mysqld
[root@localhost mysql-5.6.26] # chkconfig-- level 35 mysqld on
[root@localhost mysql-5.6.26] # cd / usr/local/mysql
[root@localhost mysql] # ls
Bin data include lib mysql-test scripts sql-bench
COPYING docs INSTALL-BINARY man README share support-files
[root@localhost mysql] # ln-s bin/* / usr/local/bin/
[root@localhost mysql] # useradd-s / sbin/nologin mysql
[root@localhost mysql] # chown-R mysql.mysql / usr/local/mysql/
# # 3.7 initialize the database
[root@localhost mysql] # / usr/local/mysql/scripts/mysql_install_db-user=mysql-ldata=/var/lib/mysql-basedir=/usr/local/mysql-datadir=/home/mysql
New default config file was created as / usr/local/mysql/my.cnf and
Will be used by default by the server when you start it.
You may edit this file to change server settings
WARNING: Default config file / etc/my.cnf exists on the system
This file will be read by default by the MySQL server
If you do not want to use this, either remove it, or use the
-- defaults-file argument to mysqld_safe when starting the server
# # 3.8 configure script files next
[root@localhost lib] # vim / etc/init.d/mysqld
45 basedir=/usr/local/mysql
46 datadir=/home/mysql
# # 3.9 after configuration, you can enable the service and view the API
[root@localhost lib] # service mysqld start
Starting MySQL SUCCESS!
[root@localhost lib] # netstat-natp | grep 3306
Tcp6 0 0: 3306: * LISTEN 54080/mysqld
[root@localhost lib] #
# 4: install the PHP## 4.1install the dependency package and extract the source package
[root@localhost lib] # yum-y install gd libpng libpng-devel pcre pcre-devel libxml2-devel libjpeg-devel
[root@localhost LAMP-C7] # tar xjvf php-5.6.11.tar.bz2-C / opt
# # 4.2 then switch to the source package to configure attributes
[root@localhost LAMP-C7] # cd / opt/php-5.6.11/
[root@localhost php-5.6.11] # ls
Configure pear sapi
Inside is the configure script file.
[root@localhost php-5.6.11] # / configure-- prefix=/usr/local/php5-- with-gd-- with-zlib-- with-apxs2=/usr/local/httpd/bin/apxs-- with-mysql=/usr/local/mysql-- with-config-file-path=/usr/local/php5-- enable-mbstring
Thank you for using PHP.
Config.status: creating php5.spec
Config.status: creating main/build-defs.h
Config.status: creating scripts/phpize
Config.status: creating scripts/man1/phpize.1
Config.status: creating scripts/php-config
Config.status: creating scripts/man1/php-config.1
Config.status: creating sapi/cli/php.1
Config.status: creating sapi/cgi/php-cgi.1
Config.status: creating ext/phar/phar.1
Config.status: creating ext/phar/phar.phar.1
Config.status: creating main/php_config.h
Config.status: executing default commands
# # 4.3 and then make
[root@localhost php-5.6.11] # make
Build complete.
Don't forget to run 'make test'.
# # 4.4 make install
[root@localhost php-5.6.11] # make install
Wrote PEAR system config file at: / usr/local/php5/etc/pear.conf
You may want to add: / usr/local/php5/lib/php to your php.ini include_path
/ opt/php-5.6.11/build/shtool install-c ext/phar/phar.phar / usr/local/php5/bin
Ln-s-f phar.phar / usr/local/php5/bin/phar
Installing PDO headers: / usr/local/php5/include/php/ext/pdo/
# # 4.5 at the end of the compilation and installation, the configuration master configuration file and startup script main configuration file are not available in the installation directory. You need to copy a copy from the source code package.
[root@localhost php-5.6.11] # cp php.ini-development / usr/local/php5/php.ini
[root@localhost php-5.6.11] # ln-s / usr/local/php5/bin/* / usr/local/bin/
# # 4.6 next, you need to configure the configuration file of httpd to make apache support php
[root@localhost php-5.6.11] # vim / etc/httpd.conf
256 DirectoryIndex index.html index.php
394 AddType application/x-httpd-php .php
395 AddType application/x-httpd-php-source .phps
Html web page! [insert picture description here] (https://img-blog.csdnimg.cn/20191211234548373.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L0xmd3Rob3RwdA==,size_16,color_FFFFFF,t_70)## 4.7 create a new php page
[root@localhost php-5.6.11] # cd / usr/local/httpd/htdocs/
[root@localhost htdocs] # ls-l
Total dosage 4
-rw-r--r--. 1 root root 45 June 12 2007 index.html
[root@localhost htdocs] # cp index.html index.php
[root@localhost htdocs] # vim index.php
[root@localhost htdocs] # cat index.php
[root@localhost htdocs] #
[root@localhost htdocs] # service httpd restart
[root@localhost htdocs] # service mysqld restart
Shutting down MySQL.. SUCCESS!
Starting MySQL. SUCCESS!
# # 4.8 Note: without the following line, php needs to be reinstalled
[root@localhost htdocs] # vim / etc/httpd.conf
156 LoadModule php5_module modules/libphp5.so
! [insert picture description here] (https://img-blog.csdnimg.cn/20191211235518538.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L0xmd3Rob3RwdA==,size_16,color_FFFFFF,t_70)# 5: install a forum experience wave # # 5.1 create a mysql administrator
[root@localhost /] # mysqladmin-uroot-p password "abc123"
Enter password:
Warning: Using a password on the command line interface can be insecure.
[root@localhost /] #
# # 5.2 set up bbs database
[root@localhost /] # mysql-uroot-p
Enter password:
Welcome to the MySQL monitor. Commands end with; or\ g.
Your MySQL connection id is 3
Server version: 5.6.26 Source distribution
Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
Affiliates. Other names may be trademarks of their respective
Owners.
Type 'help;' or'\ h' for help. Type'\ c'to clear the current input statement.
Mysql > show databases
->
+-+
| | Database |
+-+
| | information_schema |
| | mysql |
| | performance_schema |
| | test |
+-+
4 rows in set (0.01sec)
Mysql > create database bbs
->
Query OK, 1 row affected (0.00 sec)
Mysql > use bbs
Database changed
Mysql > show tables
->
Empty set (0.00 sec)
Mysql > show databases
->
+-+
| | Database |
+-+
| | information_schema |
| | bbs |
| | mysql |
| | performance_schema |
| | test |
+-+
5 rows in set (0.00 sec)
Mysql > grant all on bbs.* to 'bbsuser'@'%' identified by' admin123'
Query OK, 0 rows affected (0.01 sec)
Mysql > flush privileges
Query OK, 0 rows affected (0.01 sec)
Mysql > exit
Bye
The bbs database in the installation forum is authorized to bbsuser users @% on behalf of all terminal flush refresh databases # # 5.4 extract the bbs software package
[root@localhost LAMP-C7] # unzip Discuz_X2.5_SC_UTF8.zip-d / opt
Archive: Discuz_X2.5_SC_UTF8.zip
[root@localhost LAMP-C7] # cd / opt
[root@localhost opt] # ls
Httpd-2.4.29 mysql-5.6.26 php-5.6.11 readme rh upload utility
[root@localhost opt] # cp-r upload / usr/local/httpd/htdocs/bbs
[root@localhost opt] # cd / usr/local/httpd/htdocs/bbs/
[root@localhost bbs] # ls
Admin.php connect.php forum.php member.php search.php uc_server
Api cp.php group.php misc.php source userapp.php
Api.php crossdomain.xml home.php plugin.php static
Archiver data index.php portal.php template
Config favicon.ico install robots.txt uc_client
[root@localhost bbs] # chown-R daemon. / config
[root@localhost bbs] # chown-R daemon. / data
[root@localhost bbs] # chown-R daemon. / uc_client
[root@localhost bbs] # chown-R daemon. / uc_server/data
T@localhost bbs] # service httpd restart
! [insert picture description here] (https://img-blog.csdnimg.cn/2019121201092356.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L0xmd3Rob3RwdA==,size_16,color_FFFFFF,t_70)## 5.5 online installation bbs### 5.5.1 point I agree! [insert picture description here] (https://img-blog.csdnimg.cn/20191212010950635.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L0xmd3Rob3RwdA==,size_16,color_FFFFFF,t_70)### 5.5.2 at the bottom, click next! [insert picture description here] (https://img-blog.csdnimg.cn/20191212011040600.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L0xmd3Rob3RwdA==,size_16,color_FFFFFF,t_70)### 5.5.3 new installation, click next! [insert picture description here] (https://img-blog.csdnimg.cn/20191212011117926.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L0xmd3Rob3RwdA==,size_16,color_FFFFFF,t_70)### 5.5.4 is set according to the original configuration. The administrator password below is newly created, so keep it in mind! [insert picture description here] (https://img-blog.csdnimg.cn/20191212011615866.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L0xmd3Rob3RwdA==,size_16,color_FFFFFF,t_70)### 5.5.5 appears in this interface, re-enter the address to enter the home page! [insert picture description here] (https://img-blog.csdnimg.cn/20191212011631466.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L0xmd3Rob3RwdA==,size_16,color_FFFFFF,t_70)! [insert picture description here] (https://img-blog.csdnimg.cn/20191212011751996.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L0xmd3Rob3RwdA==,size_16,color_FFFFFF,t_70)### 5.5.6 add / bbs/admin.php to the server address will go to the background administrator login screen! [insert picture description here] (https://img-blog.csdnimg.cn/20191212011845888.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L0xmd3Rob3RwdA==,size_16,color_FFFFFF,t_70)
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.