linuxWeb环境安装——小皮面板不错的面板

  安装环境为最新的:CentOS8.1.1911 

  linux的web环境安装,说白了,弄明白了就不难。为此阅读了多部文献,最先的是linux教程,重理论轻实践;之后,看了鸟哥的私房菜,有2本,每本都800多页,有点啰嗦,看不到重点;再后来,看到了最新的linux就这么学,有实践,有视频。我书都没怎么去看,就看了一下视频,虽然枯草,就像看电视一样过一遍,说到最后的一章,才是重点,也是傻瓜式的输命令,真没难度。但是输入命令,不小心,也有一些意外的。

    我想,谁去记这么的鬼命令啊,一生用不了几次。懂了底层的命令,能否可视化这些命令呢?其实,还真有,我觉得小皮面板是个不错的选择,并且还在不断的维护中。


一、操作概述

进入linux系统终端,或者SSH连接到终端
输入命令:
yum install -y wget && wget -O install.sh https://download.xp.cn/install.sh && sh install.sh


等到2分钟,安装完毕,按照最后的提示,本地执行:
http://127.0.0.1:9080/34B79B
输入admin及密码,验证码
进入小皮面板,软件管理,安装自己需要的软件环境。如图:

 

 


安装的时候,需要你用微信扫一下二维码。


二、屏幕信息
[vanjob@localhost ~]$ su
Password:
su: Authentication failure
[vanjob@localhost ~]$ su
Password:
[root@localhost vanjob]# yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh
CentOS-8 - AppStream 0.0 B/s | 0 B 00:00
[root@localhost vanjob]# yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh
CentOS-8 - AppStream 0.0 B/s | 0 B 00:00
Failed to download metadata for repo 'AppStream'
Error: Failed to download metadata for repo 'AppStream'
[root@localhost vanjob]# yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh
CentOS-8 - AppStream 0.0 B/s | 0 B 00:00
Failed to download metadata for repo 'AppStream'
Error: Failed to download metadata for repo 'AppStream'
[root@localhost vanjob]# yum install -y wget && wget -O install.sh https://download.xp.cn/install.sh && sh install.sh
CentOS-8 - AppStream 0.0 B/s | 0 B 00:00
[root@localhost vanjob]# yum install -y wget && wget -O install.sh https://download.xp.cn/install.sh && sh install.sh
CentOS-8 - AppStream 0.0 B/s | 0 B 00:20 -Failed to download metadata for repo 'AppStream'
Error: Failed to download metadata for repo 'AppStream'
[root@localhost vanjob]# yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh
CentOS-8 - AppStream 0.0 B/s | 0 B 00:20
Failed to download metadata for repo 'AppStream'
Error: Failed to download metadata for repo 'AppStream'
[root@localhost vanjob]# yum install -y wget && wget -O install.sh https://download.xp.cn/install.sh && sh install.sh
CentOS-8 - AppStream 500 kB/s | 6.4 MB 00:13
CentOS-8 - Base 110 kB/s | 5.0 MB 00:46
CentOS-8 - Extras 140 B/s | 2.1 kB 00:15
Package wget-1.19.5-7.el8_0.1.x86_64 is already installed.
Dependencies resolved.
============================================================================================================================================================================================
Package Architecture Version Repository Size
============================================================================================================================================================================================
Upgrading:
wget x86_64 1.19.5-8.el8_1.1 AppStream 735 k

Transaction Summary
============================================================================================================================================================================================
Upgrade 1 Package

Total download size: 735 k
Downloading Packages:
wget-1.19.5-8.el8_1.1.x86_64.rpm 326 kB/s | 735 kB 00:02
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total 153 kB/s | 735 kB 00:04
warning: /var/cache/dnf/AppStream-a520ed22b0a8a736/packages/wget-1.19.5-8.el8_1.1.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 8483c65d: NOKEY
CentOS-8 - AppStream 1.6 MB/s | 1.6 kB 00:00
Importing GPG key 0x8483C65D:
Userid : "CentOS (CentOS Official Signing Key) <security@centos.org>"
Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
Key imported successfully
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Upgrading : wget-1.19.5-8.el8_1.1.x86_64 1/2
Running scriptlet: wget-1.19.5-8.el8_1.1.x86_64 1/2
Running scriptlet: wget-1.19.5-7.el8_0.1.x86_64 2/2
Cleanup : wget-1.19.5-7.el8_0.1.x86_64 2/2
Running scriptlet: wget-1.19.5-7.el8_0.1.x86_64 2/2
Verifying : wget-1.19.5-8.el8_1.1.x86_64 1/2
Verifying : wget-1.19.5-7.el8_0.1.x86_64 2/2

Upgraded:
wget-1.19.5-8.el8_1.1.x86_64

Complete!
--2020-02-25 00:09:33-- https://download.xp.cn/install.sh
Resolving download.xp.cn (download.xp.cn)... 58.215.145.132
Connecting to download.xp.cn (download.xp.cn)|58.215.145.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 10345 (10K) [text/x-sh]
Saving to: ‘install.sh’

install.sh 100%[====================================================================================================>] 10.10K --.-KB/s in 0s

2020-02-25 00:09:36 (101 MB/s) - ‘install.sh’ saved [10345/10345]

which: no docker in (/home/vanjob/.local/bin:/home/vanjob/bin:/home/vanjob/.local/bin:/home/vanjob/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin)
--2020-02-25 00:09:37-- https://download.xp.cn/soft/php/php-5.5.38.tar.xz
Resolving download.xp.cn (download.xp.cn)... 58.215.145.132
Connecting to download.xp.cn (download.xp.cn)|58.215.145.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 52572520 (50M) [application/x-xz]
Saving to: ‘/usr/local/phpstudy/soft/php/php-5.5.38.tar.xz’

/usr/local/phpstudy/soft/php/php-5.5.38.tar.xz 100%[====================================================================================================>] 50.14M 3.52MB/s in 27s

2020-02-25 00:10:06 (1.84 MB/s) - ‘/usr/local/phpstudy/soft/php/php-5.5.38.tar.xz’ saved [52572520/52572520]

/usr/local/phpstudy/soft/php/php-5.5.38.tar.xz (1/1)
100 % 50.1 MiB / 219.3 MiB = 0.229 33 MiB/s 0:06
php-5.5.38/
php-5.5.38/bin/
php-5.5.38/bin/pear
php-5.5.38/bin/peardev
php-5.5.38/bin/pecl
php-5.5.38/bin/phar
php-5.5.38/bin/phar.phar
php-5.5.38/bin/php
php-5.5.38/bin/php-cgi
php-5.5.38/bin/php-config
php-5.5.38/bin/phpize
php-5.5.38/etc/
php-5.5.38/etc/pear.conf
php-5.5.38/etc/php-fpm.conf
php-5.5.38/etc/php-fpm.conf.default
php-5.5.38/etc/php.ini
php-5.5.38/include/
php-5.5.38/include/php/
php-5.5.38/include/php/ext/
php-5.5.38/include/php/ext/date/
php-5.5.38/include/php/ext/date/lib/
php-5.5.38/include/php/ext/date/lib/timelib.h
php-5.5.38/include/php/ext/date/lib/timelib_config.h
php-5.5.38/include/php/ext/date/lib/timelib_structs.h
php-5.5.38/include/php/ext/date/php_date.h
php-5.5.38/include/php/ext/dom/
php-5.5.38/include/php/ext/dom/xml_common.h
php-5.5.38/include/php/ext/ereg/
php-5.5.38/include/php/ext/ereg/php_ereg.h
php-5.5.38/include/php/ext/ereg/php_regex.h
php-5.5.38/include/php/ext/ereg/regex/
php-5.5.38/include/php/ext/ereg/regex/cclass.h
php-5.5.38/include/php/ext/ereg/regex/cname.h
php-5.5.38/include/php/ext/ereg/regex/regex.h
php-5.5.38/include/php/ext/ereg/regex/regex2.h
php-5.5.38/include/php/ext/ereg/regex/utils.h
php-5.5.38/include/php/ext/filter/
php-5.5.38/include/php/ext/filter/php_filter.h
php-5.5.38/include/php/ext/gd/
php-5.5.38/include/php/ext/gd/gdcache.h
php-5.5.38/include/php/ext/gd/gd_compat.h
php-5.5.38/include/php/ext/gd/libgd/
php-5.5.38/include/php/ext/gd/libgd/gd.h
php-5.5.38/include/php/ext/gd/libgd/gdcache.h
php-5.5.38/include/php/ext/gd/libgd/gdfontg.h
php-5.5.38/include/php/ext/gd/libgd/gdfontl.h
php-5.5.38/include/php/ext/gd/libgd/gdfontmb.h
php-5.5.38/include/php/ext/gd/libgd/gdfonts.h
php-5.5.38/include/php/ext/gd/libgd/gdfontt.h
php-5.5.38/include/php/ext/gd/libgd/gdhelpers.h
php-5.5.38/include/php/ext/gd/libgd/gd_intern.h
php-5.5.38/include/php/ext/gd/libgd/gd_io.h
php-5.5.38/include/php/ext/gd/libgd/jisx0208.h
php-5.5.38/include/php/ext/gd/libgd/wbmp.h
php-5.5.38/include/php/ext/gd/libgd/webpimg.h
php-5.5.38/include/php/ext/gd/php_gd.h
php-5.5.38/include/php/ext/hash/
php-5.5.38/include/php/ext/hash/php_hash.h
php-5.5.38/include/php/ext/hash/php_hash_adler32.h
php-5.5.38/include/php/ext/hash/php_hash_crc32.h
php-5.5.38/include/php/ext/hash/php_hash_fnv.h
php-5.5.38/include/php/ext/hash/php_hash_gost.h
php-5.5.38/include/php/ext/hash/php_hash_haval.h
php-5.5.38/include/php/ext/hash/php_hash_joaat.h
php-5.5.38/include/php/ext/hash/php_hash_md.h
php-5.5.38/include/php/ext/hash/php_hash_ripemd.h
php-5.5.38/include/php/ext/hash/php_hash_sha.h
php-5.5.38/include/php/ext/hash/php_hash_snefru.h
php-5.5.38/include/php/ext/hash/php_hash_tiger.h
php-5.5.38/include/php/ext/hash/php_hash_types.h
php-5.5.38/include/php/ext/hash/php_hash_whirlpool.h
php-5.5.38/include/php/ext/iconv/
php-5.5.38/include/php/ext/iconv/php_have_bsd_iconv.h
php-5.5.38/include/php/ext/iconv/php_have_glibc_iconv.h
php-5.5.38/include/php/ext/iconv/php_have_ibm_iconv.h
php-5.5.38/include/php/ext/iconv/php_have_iconv.h
php-5.5.38/include/php/ext/iconv/php_have_libiconv.h
php-5.5.38/include/php/ext/iconv/php_iconv.h
php-5.5.38/include/php/ext/iconv/php_iconv_aliased_libiconv.h
php-5.5.38/include/php/ext/iconv/php_iconv_broken_ignore.h
php-5.5.38/include/php/ext/iconv/php_iconv_supports_errno.h
php-5.5.38/include/php/ext/iconv/php_php_iconv_h_path.h
php-5.5.38/include/php/ext/iconv/php_php_iconv_impl.h
php-5.5.38/include/php/ext/json/
php-5.5.38/include/php/ext/json/php_json.h
php-5.5.38/include/php/ext/libxml/
php-5.5.38/include/php/ext/libxml/php_libxml.h
php-5.5.38/include/php/ext/mbstring/
php-5.5.38/include/php/ext/mbstring/libmbfl/
php-5.5.38/include/php/ext/mbstring/libmbfl/config.h
php-5.5.38/include/php/ext/mbstring/libmbfl/mbfl/
php-5.5.38/include/php/ext/mbstring/libmbfl/mbfl/eaw_table.h
php-5.5.38/include/php/ext/mbstring/libmbfl/mbfl/mbfilter.h
php-5.5.38/include/php/ext/mbstring/libmbfl/mbfl/mbfilter_8bit.h
php-5.5.38/include/php/ext/mbstring/libmbfl/mbfl/mbfilter_pass.h
php-5.5.38/include/php/ext/mbstring/libmbfl/mbfl/mbfilter_wchar.h
php-5.5.38/include/php/ext/mbstring/libmbfl/mbfl/mbfl_allocators.h
php-5.5.38/include/php/ext/mbstring/libmbfl/mbfl/mbfl_consts.h
php-5.5.38/include/php/ext/mbstring/libmbfl/mbfl/mbfl_convert.h
php-5.5.38/include/php/ext/mbstring/libmbfl/mbfl/mbfl_defs.h
php-5.5.38/include/php/ext/mbstring/libmbfl/mbfl/mbfl_encoding.h
php-5.5.38/include/php/ext/mbstring/libmbfl/mbfl/mbfl_filter_output.h
php-5.5.38/include/php/ext/mbstring/libmbfl/mbfl/mbfl_ident.h
php-5.5.38/include/php/ext/mbstring/libmbfl/mbfl/mbfl_language.h
php-5.5.38/include/php/ext/mbstring/libmbfl/mbfl/mbfl_memory_device.h
php-5.5.38/include/php/ext/mbstring/libmbfl/mbfl/mbfl_string.h
php-5.5.38/include/php/ext/mbstring/mbstring.h
php-5.5.38/include/php/ext/mbstring/oniguruma/
php-5.5.38/include/php/ext/mbstring/oniguruma/oniguruma.h
php-5.5.38/include/php/ext/mbstring/php_mbregex.h
php-5.5.38/include/php/ext/mbstring/php_onig_compat.h
php-5.5.38/include/php/ext/mysqli/
php-5.5.38/include/php/ext/mysqli/mysqli_mysqlnd.h
php-5.5.38/include/php/ext/mysqli/php_mysqli_structs.h
php-5.5.38/include/php/ext/mysqlnd/
php-5.5.38/include/php/ext/mysqlnd/config-win.h
php-5.5.38/include/php/ext/mysqlnd/mysqlnd.h
php-5.5.38/include/php/ext/mysqlnd/mysqlnd_alloc.h
php-5.5.38/include/php/ext/mysqlnd/mysqlnd_block_alloc.h
php-5.5.38/include/php/ext/mysqlnd/mysqlnd_charset.h
php-5.5.38/include/php/ext/mysqlnd/mysqlnd_debug.h
php-5.5.38/include/php/ext/mysqlnd/mysqlnd_enum_n_def.h
php-5.5.38/include/php/ext/mysqlnd/mysqlnd_ext_plugin.h
php-5.5.38/include/php/ext/mysqlnd/mysqlnd_libmysql_compat.h
php-5.5.38/include/php/ext/mysqlnd/mysqlnd_net.h
php-5.5.38/include/php/ext/mysqlnd/mysqlnd_portability.h
php-5.5.38/include/php/ext/mysqlnd/mysqlnd_priv.h
php-5.5.38/include/php/ext/mysqlnd/mysqlnd_result.h
php-5.5.38/include/php/ext/mysqlnd/mysqlnd_result_meta.h
php-5.5.38/include/php/ext/mysqlnd/mysqlnd_reverse_api.h
php-5.5.38/include/php/ext/mysqlnd/mysqlnd_statistics.h
php-5.5.38/include/php/ext/mysqlnd/mysqlnd_structs.h
php-5.5.38/include/php/ext/mysqlnd/mysqlnd_wireprotocol.h
php-5.5.38/include/php/ext/mysqlnd/mysql_float_to_double.h
php-5.5.38/include/php/ext/mysqlnd/php_mysqlnd.h
php-5.5.38/include/php/ext/mysqlnd/php_mysqlnd_config.h
php-5.5.38/include/php/ext/pcre/
php-5.5.38/include/php/ext/pcre/pcrelib/
php-5.5.38/include/php/ext/pcre/pcrelib/config.h
php-5.5.38/include/php/ext/pcre/pcrelib/pcre.h
php-5.5.38/include/php/ext/pcre/pcrelib/pcreposix.h
php-5.5.38/include/php/ext/pcre/pcrelib/pcre_internal.h
php-5.5.38/include/php/ext/pcre/pcrelib/ucp.h
php-5.5.38/include/php/ext/pcre/php_pcre.h
php-5.5.38/include/php/ext/pdo/
php-5.5.38/include/php/ext/pdo/php_pdo.h
php-5.5.38/include/php/ext/pdo/php_pdo_driver.h
php-5.5.38/include/php/ext/phar/
php-5.5.38/include/php/ext/phar/php_phar.h
php-5.5.38/include/php/ext/session/
php-5.5.38/include/php/ext/session/mod_files.h
php-5.5.38/include/php/ext/session/mod_user.h
php-5.5.38/include/php/ext/session/php_session.h
php-5.5.38/include/php/ext/sockets/
php-5.5.38/include/php/ext/sockets/php_sockets.h
php-5.5.38/include/php/ext/spl/
php-5.5.38/include/php/ext/spl/php_spl.h
php-5.5.38/include/php/ext/spl/spl_array.h
php-5.5.38/include/php/ext/spl/spl_directory.h
php-5.5.38/include/php/ext/spl/spl_dllist.h
php-5.5.38/include/php/ext/spl/spl_engine.h
php-5.5.38/include/php/ext/spl/spl_exceptions.h
php-5.5.38/include/php/ext/spl/spl_fixedarray.h
php-5.5.38/include/php/ext/spl/spl_functions.h
php-5.5.38/include/php/ext/spl/spl_heap.h
php-5.5.38/include/php/ext/spl/spl_iterators.h
php-5.5.38/include/php/ext/spl/spl_observer.h
php-5.5.38/include/php/ext/sqlite3/
php-5.5.38/include/php/ext/sqlite3/libsqlite/
php-5.5.38/include/php/ext/sqlite3/libsqlite/sqlite3.h
php-5.5.38/include/php/ext/standard/
php-5.5.38/include/php/ext/standard/base64.h
php-5.5.38/include/php/ext/standard/basic_functions.h
php-5.5.38/include/php/ext/standard/crc32.h
php-5.5.38/include/php/ext/standard/credits.h
php-5.5.38/include/php/ext/standard/credits_ext.h
php-5.5.38/include/php/ext/standard/credits_sapi.h
php-5.5.38/include/php/ext/standard/crypt_blowfish.h
php-5.5.38/include/php/ext/standard/crypt_freesec.h
php-5.5.38/include/php/ext/standard/css.h
php-5.5.38/include/php/ext/standard/cyr_convert.h
php-5.5.38/include/php/ext/standard/datetime.h
php-5.5.38/include/php/ext/standard/dl.h
php-5.5.38/include/php/ext/standard/exec.h
php-5.5.38/include/php/ext/standard/file.h
php-5.5.38/include/php/ext/standard/flock_compat.h
php-5.5.38/include/php/ext/standard/fsock.h
php-5.5.38/include/php/ext/standard/head.h
php-5.5.38/include/php/ext/standard/html.h
php-5.5.38/include/php/ext/standard/html_tables.h
php-5.5.38/include/php/ext/standard/info.h
php-5.5.38/include/php/ext/standard/md5.h
php-5.5.38/include/php/ext/standard/microtime.h
php-5.5.38/include/php/ext/standard/pack.h
php-5.5.38/include/php/ext/standard/pageinfo.h
php-5.5.38/include/php/ext/standard/php_array.h
php-5.5.38/include/php/ext/standard/php_assert.h
php-5.5.38/include/php/ext/standard/php_browscap.h
php-5.5.38/include/php/ext/standard/php_crypt.h
php-5.5.38/include/php/ext/standard/php_crypt_r.h
php-5.5.38/include/php/ext/standard/php_dir.h
php-5.5.38/include/php/ext/standard/php_dns.h
php-5.5.38/include/php/ext/standard/php_ext_syslog.h
php-5.5.38/include/php/ext/standard/php_filestat.h
php-5.5.38/include/php/ext/standard/php_fopen_wrappers.h
php-5.5.38/include/php/ext/standard/php_ftok.h
php-5.5.38/include/php/ext/standard/php_http.h
php-5.5.38/include/php/ext/standard/php_image.h
php-5.5.38/include/php/ext/standard/php_incomplete_class.h
php-5.5.38/include/php/ext/standard/php_iptc.h
php-5.5.38/include/php/ext/standard/php_lcg.h
php-5.5.38/include/php/ext/standard/php_link.h
php-5.5.38/include/php/ext/standard/php_mail.h
php-5.5.38/include/php/ext/standard/php_math.h
php-5.5.38/include/php/ext/standard/php_metaphone.h
php-5.5.38/include/php/ext/standard/php_password.h
php-5.5.38/include/php/ext/standard/php_rand.h
php-5.5.38/include/php/ext/standard/php_smart_str.h
php-5.5.38/include/php/ext/standard/php_smart_str_public.h
php-5.5.38/include/php/ext/standard/php_standard.h
php-5.5.38/include/php/ext/standard/php_string.h
php-5.5.38/include/php/ext/standard/php_type.h
php-5.5.38/include/php/ext/standard/php_uuencode.h
php-5.5.38/include/php/ext/standard/php_var.h
php-5.5.38/include/php/ext/standard/php_versioning.h
php-5.5.38/include/php/ext/standard/proc_open.h
php-5.5.38/include/php/ext/standard/quot_print.h
php-5.5.38/include/php/ext/standard/scanf.h
php-5.5.38/include/php/ext/standard/sha1.h
php-5.5.38/include/php/ext/standard/streamsfuncs.h
php-5.5.38/include/php/ext/standard/uniqid.h
php-5.5.38/include/php/ext/standard/url.h
php-5.5.38/include/php/ext/standard/url_scanner_ex.h
php-5.5.38/include/php/ext/standard/winver.h
php-5.5.38/include/php/ext/xml/
php-5.5.38/include/php/ext/xml/expat_compat.h
php-5.5.38/include/php/ext/xml/php_xml.h
php-5.5.38/include/php/include/
php-5.5.38/include/php/main/
php-5.5.38/include/php/main/build-defs.h
php-5.5.38/include/php/main/fopen_wrappers.h
php-5.5.38/include/php/main/php.h
php-5.5.38/include/php/main/php_compat.h
php-5.5.38/include/php/main/php_config.h
php-5.5.38/include/php/main/php_content_types.h
php-5.5.38/include/php/main/php_getopt.h
php-5.5.38/include/php/main/php_globals.h
php-5.5.38/include/php/main/php_ini.h
php-5.5.38/include/php/main/php_main.h
php-5.5.38/include/php/main/php_memory_streams.h
php-5.5.38/include/php/main/php_network.h
php-5.5.38/include/php/main/php_open_temporary_file.h
php-5.5.38/include/php/main/php_output.h
php-5.5.38/include/php/main/php_reentrancy.h
php-5.5.38/include/php/main/php_scandir.h
php-5.5.38/include/php/main/php_streams.h
php-5.5.38/include/php/main/php_syslog.h
php-5.5.38/include/php/main/php_ticks.h
php-5.5.38/include/php/main/php_variables.h
php-5.5.38/include/php/main/php_version.h
php-5.5.38/include/php/main/rfc1867.h
php-5.5.38/include/php/main/SAPI.h
php-5.5.38/include/php/main/snprintf.h
php-5.5.38/include/php/main/spprintf.h
php-5.5.38/include/php/main/streams/
php-5.5.38/include/php/main/streams/php_streams_int.h
php-5.5.38/include/php/main/streams/php_stream_context.h
php-5.5.38/include/php/main/streams/php_stream_filter_api.h
php-5.5.38/include/php/main/streams/php_stream_glob_wrapper.h
php-5.5.38/include/php/main/streams/php_stream_mmap.h
php-5.5.38/include/php/main/streams/php_stream_plain_wrapper.h
php-5.5.38/include/php/main/streams/php_stream_transport.h
php-5.5.38/include/php/main/streams/php_stream_userspace.h
php-5.5.38/include/php/main/win32_internal_function_disabled.h
php-5.5.38/include/php/main/win95nt.h
php-5.5.38/include/php/sapi/
php-5.5.38/include/php/sapi/cli/
php-5.5.38/include/php/sapi/cli/cli.h
php-5.5.38/include/php/TSRM/
php-5.5.38/include/php/TSRM/readdir.h
php-5.5.38/include/php/TSRM/TSRM.h
php-5.5.38/include/php/TSRM/tsrm_config.h
php-5.5.38/include/php/TSRM/tsrm_config.w32.h
php-5.5.38/include/php/TSRM/tsrm_config_common.h
php-5.5.38/include/php/TSRM/tsrm_nw.h
php-5.5.38/include/php/TSRM/tsrm_strtok_r.h
php-5.5.38/include/php/TSRM/tsrm_virtual_cwd.h
php-5.5.38/include/php/TSRM/tsrm_win32.h
php-5.5.38/include/php/Zend/
php-5.5.38/include/php/Zend/zend.h
php-5.5.38/include/php/Zend/zend_alloc.h
php-5.5.38/include/php/Zend/zend_API.h
php-5.5.38/include/php/Zend/zend_build.h
php-5.5.38/include/php/Zend/zend_builtin_functions.h
php-5.5.38/include/php/Zend/zend_closures.h
php-5.5.38/include/php/Zend/zend_compile.h
php-5.5.38/include/php/Zend/zend_config.h
php-5.5.38/include/php/Zend/zend_config.nw.h
php-5.5.38/include/php/Zend/zend_config.w32.h
php-5.5.38/include/php/Zend/zend_constants.h
php-5.5.38/include/php/Zend/zend_dtrace.h
php-5.5.38/include/php/Zend/zend_dynamic_array.h
php-5.5.38/include/php/Zend/zend_errors.h
php-5.5.38/include/php/Zend/zend_exceptions.h
php-5.5.38/include/php/Zend/zend_execute.h
php-5.5.38/include/php/Zend/zend_extensions.h
php-5.5.38/include/php/Zend/zend_float.h
php-5.5.38/include/php/Zend/zend_gc.h
php-5.5.38/include/php/Zend/zend_generators.h
php-5.5.38/include/php/Zend/zend_globals.h
php-5.5.38/include/php/Zend/zend_globals_macros.h
php-5.5.38/include/php/Zend/zend_hash.h
php-5.5.38/include/php/Zend/zend_highlight.h
php-5.5.38/include/php/Zend/zend_indent.h
php-5.5.38/include/php/Zend/zend_ini.h
php-5.5.38/include/php/Zend/zend_ini_parser.h
php-5.5.38/include/php/Zend/zend_ini_scanner.h
php-5.5.38/include/php/Zend/zend_ini_scanner_defs.h
php-5.5.38/include/php/Zend/zend_interfaces.h
php-5.5.38/include/php/Zend/zend_istdiostream.h
php-5.5.38/include/php/Zend/zend_iterators.h
php-5.5.38/include/php/Zend/zend_language_parser.h
php-5.5.38/include/php/Zend/zend_language_scanner.h
php-5.5.38/include/php/Zend/zend_language_scanner_defs.h
php-5.5.38/include/php/Zend/zend_list.h
php-5.5.38/include/php/Zend/zend_llist.h
php-5.5.38/include/php/Zend/zend_modules.h
php-5.5.38/include/php/Zend/zend_multibyte.h
php-5.5.38/include/php/Zend/zend_multiply.h
php-5.5.38/include/php/Zend/zend_objects.h
php-5.5.38/include/php/Zend/zend_objects_API.h
php-5.5.38/include/php/Zend/zend_object_handlers.h
php-5.5.38/include/php/Zend/zend_operators.h
php-5.5.38/include/php/Zend/zend_ptr_stack.h
php-5.5.38/include/php/Zend/zend_qsort.h
php-5.5.38/include/php/Zend/zend_signal.h
php-5.5.38/include/php/Zend/zend_stack.h
php-5.5.38/include/php/Zend/zend_static_allocator.h
php-5.5.38/include/php/Zend/zend_stream.h
php-5.5.38/include/php/Zend/zend_string.h
php-5.5.38/include/php/Zend/zend_strtod.h
php-5.5.38/include/php/Zend/zend_ts_hash.h
php-5.5.38/include/php/Zend/zend_types.h
php-5.5.38/include/php/Zend/zend_variables.h
php-5.5.38/include/php/Zend/zend_vm.h
php-5.5.38/include/php/Zend/zend_vm_def.h
php-5.5.38/include/php/Zend/zend_vm_execute.h
php-5.5.38/include/php/Zend/zend_vm_opcodes.h
php-5.5.38/lib/
php-5.5.38/lib/php/
php-5.5.38/lib/php/.channels/
php-5.5.38/lib/php/.channels/.alias/
php-5.5.38/lib/php/.channels/.alias/pear.txt
php-5.5.38/lib/php/.channels/.alias/pecl.txt
php-5.5.38/lib/php/.channels/.alias/phpdocs.txt
php-5.5.38/lib/php/.channels/doc.php.net.reg
php-5.5.38/lib/php/.channels/pear.php.net.reg
php-5.5.38/lib/php/.channels/pecl.php.net.reg
php-5.5.38/lib/php/.channels/__uri.reg
php-5.5.38/lib/php/.depdb
php-5.5.38/lib/php/.depdblock
php-5.5.38/lib/php/.filemap
php-5.5.38/lib/php/.lock
php-5.5.38/lib/php/.registry/
php-5.5.38/lib/php/.registry/.channel.doc.php.net/
php-5.5.38/lib/php/.registry/.channel.pecl.php.net/
php-5.5.38/lib/php/.registry/.channel.__uri/
php-5.5.38/lib/php/.registry/archive_tar.reg
php-5.5.38/lib/php/.registry/console_getopt.reg
php-5.5.38/lib/php/.registry/pear.reg
php-5.5.38/lib/php/.registry/structures_graph.reg
php-5.5.38/lib/php/.registry/xml_util.reg
php-5.5.38/lib/php/Archive/
php-5.5.38/lib/php/Archive/Tar.php
php-5.5.38/lib/php/build/
php-5.5.38/lib/php/build/acinclude.m4
php-5.5.38/lib/php/build/config.guess
php-5.5.38/lib/php/build/config.sub
php-5.5.38/lib/php/build/libtool.m4
php-5.5.38/lib/php/build/ltmain.sh
php-5.5.38/lib/php/build/Makefile.global
php-5.5.38/lib/php/build/mkdep.awk
php-5.5.38/lib/php/build/phpize.m4
php-5.5.38/lib/php/build/run-tests.php
php-5.5.38/lib/php/build/scan_makefile_in.awk
php-5.5.38/lib/php/build/shtool
php-5.5.38/lib/php/Console/
php-5.5.38/lib/php/Console/Getopt.php
php-5.5.38/lib/php/data/
php-5.5.38/lib/php/data/PEAR/
php-5.5.38/lib/php/data/PEAR/package.dtd
php-5.5.38/lib/php/data/PEAR/template.spec
php-5.5.38/lib/php/doc/
php-5.5.38/lib/php/doc/Archive_Tar/
php-5.5.38/lib/php/doc/Archive_Tar/docs/
php-5.5.38/lib/php/doc/Archive_Tar/docs/Archive_Tar.txt
php-5.5.38/lib/php/doc/PEAR/
php-5.5.38/lib/php/doc/PEAR/INSTALL
php-5.5.38/lib/php/doc/PEAR/LICENSE
php-5.5.38/lib/php/doc/PEAR/README.rst
php-5.5.38/lib/php/doc/Structures_Graph/
php-5.5.38/lib/php/doc/Structures_Graph/docs/
php-5.5.38/lib/php/doc/Structures_Graph/docs/tutorials/
php-5.5.38/lib/php/doc/Structures_Graph/docs/tutorials/Structures_Graph/
php-5.5.38/lib/php/doc/Structures_Graph/docs/tutorials/Structures_Graph/Structures_Graph.pkg
php-5.5.38/lib/php/doc/Structures_Graph/LICENSE
php-5.5.38/lib/php/doc/XML_Util/
php-5.5.38/lib/php/doc/XML_Util/examples/
php-5.5.38/lib/php/doc/XML_Util/examples/example.php
php-5.5.38/lib/php/doc/XML_Util/examples/example2.php
php-5.5.38/lib/php/extensions/
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/apcu.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/bz2.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/calendar.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/dba.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/enchant.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/exif.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/fileinfo.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/gmp.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/imagick.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/imap.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/ldap.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/memcache.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/memcached.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/mongo.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/opcache.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/pdo_dblib.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/pdo_pgsql.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/pgsql.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/phalcon.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/pspell.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/readline.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/recode.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/redis.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/snmp.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/SourceGuardian.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/swoole.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/sysvmsg.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/sysvshm.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/tidy.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/wddx.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/xcache.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/xdebug.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/xmlrpc.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/xsl.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/yaf.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/ZendGuardLoader.so
php-5.5.38/lib/php/extensions/no-debug-non-zts-20121212/zip.so
php-5.5.38/lib/php/OS/
php-5.5.38/lib/php/OS/Guess.php
php-5.5.38/lib/php/PEAR/
php-5.5.38/lib/php/PEAR.php
php-5.5.38/lib/php/pearcmd.php
php-5.5.38/lib/php/PEAR/Autoloader.php
php-5.5.38/lib/php/PEAR/Builder.php
php-5.5.38/lib/php/PEAR/ChannelFile/
php-5.5.38/lib/php/PEAR/ChannelFile.php
php-5.5.38/lib/php/PEAR/ChannelFile/Parser.php
php-5.5.38/lib/php/PEAR/Command/
php-5.5.38/lib/php/PEAR/Command.php
php-5.5.38/lib/php/PEAR/Command/Auth.php
php-5.5.38/lib/php/PEAR/Command/Auth.xml
php-5.5.38/lib/php/PEAR/Command/Build.php
php-5.5.38/lib/php/PEAR/Command/Build.xml
php-5.5.38/lib/php/PEAR/Command/Channels.php
php-5.5.38/lib/php/PEAR/Command/Channels.xml
php-5.5.38/lib/php/PEAR/Command/Common.php
php-5.5.38/lib/php/PEAR/Command/Config.php
php-5.5.38/lib/php/PEAR/Command/Config.xml
php-5.5.38/lib/php/PEAR/Command/Install.php
php-5.5.38/lib/php/PEAR/Command/Install.xml
php-5.5.38/lib/php/PEAR/Command/Mirror.php
php-5.5.38/lib/php/PEAR/Command/Mirror.xml
php-5.5.38/lib/php/PEAR/Command/Package.php
php-5.5.38/lib/php/PEAR/Command/Package.xml
php-5.5.38/lib/php/PEAR/Command/Pickle.php
php-5.5.38/lib/php/PEAR/Command/Pickle.xml
php-5.5.38/lib/php/PEAR/Command/Registry.php
php-5.5.38/lib/php/PEAR/Command/Registry.xml
php-5.5.38/lib/php/PEAR/Command/Remote.php
php-5.5.38/lib/php/PEAR/Command/Remote.xml
php-5.5.38/lib/php/PEAR/Command/Test.php
php-5.5.38/lib/php/PEAR/Command/Test.xml
php-5.5.38/lib/php/PEAR/Common.php
php-5.5.38/lib/php/PEAR/Config.php
php-5.5.38/lib/php/PEAR/Dependency2.php
php-5.5.38/lib/php/PEAR/DependencyDB.php
php-5.5.38/lib/php/PEAR/Downloader/
php-5.5.38/lib/php/PEAR/Downloader.php
php-5.5.38/lib/php/PEAR/Downloader/Package.php
php-5.5.38/lib/php/PEAR/ErrorStack.php
php-5.5.38/lib/php/PEAR/Exception.php
php-5.5.38/lib/php/PEAR/Frontend/
php-5.5.38/lib/php/PEAR/Frontend.php
php-5.5.38/lib/php/PEAR/Frontend/CLI.php
php-5.5.38/lib/php/PEAR/Installer/
php-5.5.38/lib/php/PEAR/Installer.php
php-5.5.38/lib/php/PEAR/Installer/Role/
php-5.5.38/lib/php/PEAR/Installer/Role.php
php-5.5.38/lib/php/PEAR/Installer/Role/Cfg.php
php-5.5.38/lib/php/PEAR/Installer/Role/Cfg.xml
php-5.5.38/lib/php/PEAR/Installer/Role/Common.php
php-5.5.38/lib/php/PEAR/Installer/Role/Data.php
php-5.5.38/lib/php/PEAR/Installer/Role/Data.xml
php-5.5.38/lib/php/PEAR/Installer/Role/Doc.php
php-5.5.38/lib/php/PEAR/Installer/Role/Doc.xml
php-5.5.38/lib/php/PEAR/Installer/Role/Ext.php
php-5.5.38/lib/php/PEAR/Installer/Role/Ext.xml
php-5.5.38/lib/php/PEAR/Installer/Role/Man.php
php-5.5.38/lib/php/PEAR/Installer/Role/Man.xml
php-5.5.38/lib/php/PEAR/Installer/Role/Php.php
php-5.5.38/lib/php/PEAR/Installer/Role/Php.xml
php-5.5.38/lib/php/PEAR/Installer/Role/Script.php
php-5.5.38/lib/php/PEAR/Installer/Role/Script.xml
php-5.5.38/lib/php/PEAR/Installer/Role/Src.php
php-5.5.38/lib/php/PEAR/Installer/Role/Src.xml
php-5.5.38/lib/php/PEAR/Installer/Role/Test.php
php-5.5.38/lib/php/PEAR/Installer/Role/Test.xml
php-5.5.38/lib/php/PEAR/Installer/Role/Www.php
php-5.5.38/lib/php/PEAR/Installer/Role/Www.xml
php-5.5.38/lib/php/PEAR/PackageFile/
php-5.5.38/lib/php/PEAR/PackageFile.php
php-5.5.38/lib/php/PEAR/PackageFile/Generator/
php-5.5.38/lib/php/PEAR/PackageFile/Generator/v1.php
php-5.5.38/lib/php/PEAR/PackageFile/Generator/v2.php
php-5.5.38/lib/php/PEAR/PackageFile/Parser/
php-5.5.38/lib/php/PEAR/PackageFile/Parser/v1.php
php-5.5.38/lib/php/PEAR/PackageFile/Parser/v2.php
php-5.5.38/lib/php/PEAR/PackageFile/v1.php
php-5.5.38/lib/php/PEAR/PackageFile/v2/
php-5.5.38/lib/php/PEAR/PackageFile/v2.php
php-5.5.38/lib/php/PEAR/PackageFile/v2/rw.php
php-5.5.38/lib/php/PEAR/PackageFile/v2/Validator.php
php-5.5.38/lib/php/PEAR/Packager.php
php-5.5.38/lib/php/PEAR/Registry.php
php-5.5.38/lib/php/PEAR/REST/
php-5.5.38/lib/php/PEAR/REST.php
php-5.5.38/lib/php/PEAR/REST/10.php
php-5.5.38/lib/php/PEAR/REST/11.php
php-5.5.38/lib/php/PEAR/REST/13.php
php-5.5.38/lib/php/PEAR/RunTest.php
php-5.5.38/lib/php/PEAR/Task/
php-5.5.38/lib/php/PEAR/Task/Common.php
php-5.5.38/lib/php/PEAR/Task/Postinstallscript/
php-5.5.38/lib/php/PEAR/Task/Postinstallscript.php
php-5.5.38/lib/php/PEAR/Task/Postinstallscript/rw.php
php-5.5.38/lib/php/PEAR/Task/Replace/
php-5.5.38/lib/php/PEAR/Task/Replace.php
php-5.5.38/lib/php/PEAR/Task/Replace/rw.php
php-5.5.38/lib/php/PEAR/Task/Unixeol/
php-5.5.38/lib/php/PEAR/Task/Unixeol.php
php-5.5.38/lib/php/PEAR/Task/Unixeol/rw.php
php-5.5.38/lib/php/PEAR/Task/Windowseol/
php-5.5.38/lib/php/PEAR/Task/Windowseol.php
php-5.5.38/lib/php/PEAR/Task/Windowseol/rw.php
php-5.5.38/lib/php/PEAR/Validate.php
php-5.5.38/lib/php/PEAR/Validator/
php-5.5.38/lib/php/PEAR/Validator/PECL.php
php-5.5.38/lib/php/PEAR/XMLParser.php
php-5.5.38/lib/php/peclcmd.php
php-5.5.38/lib/php/Structures/
php-5.5.38/lib/php/Structures/Graph/
php-5.5.38/lib/php/Structures/Graph.php
php-5.5.38/lib/php/Structures/Graph/Manipulator/
php-5.5.38/lib/php/Structures/Graph/Manipulator/AcyclicTest.php
php-5.5.38/lib/php/Structures/Graph/Manipulator/TopologicalSorter.php
php-5.5.38/lib/php/Structures/Graph/Node.php
php-5.5.38/lib/php/System.php
php-5.5.38/lib/php/test/
php-5.5.38/lib/php/test/Console_Getopt/
php-5.5.38/lib/php/test/Console_Getopt/tests/
php-5.5.38/lib/php/test/Console_Getopt/tests/001-getopt.phpt
php-5.5.38/lib/php/test/Console_Getopt/tests/bug10557.phpt
php-5.5.38/lib/php/test/Console_Getopt/tests/bug11068.phpt
php-5.5.38/lib/php/test/Console_Getopt/tests/bug13140.phpt
php-5.5.38/lib/php/test/Structures_Graph/
php-5.5.38/lib/php/test/Structures_Graph/tests/
php-5.5.38/lib/php/test/Structures_Graph/tests/AcyclicTestTest.php
php-5.5.38/lib/php/test/Structures_Graph/tests/AllTests.php
php-5.5.38/lib/php/test/Structures_Graph/tests/BasicGraphTest.php
php-5.5.38/lib/php/test/Structures_Graph/tests/helper.inc
php-5.5.38/lib/php/test/Structures_Graph/tests/TopologicalSorterTest.php
php-5.5.38/lib/php/test/XML_Util/
php-5.5.38/lib/php/test/XML_Util/tests/
php-5.5.38/lib/php/test/XML_Util/tests/testBasic_apiVersion.phpt
php-5.5.38/lib/php/test/XML_Util/tests/testBasic_attributesToString.phpt
php-5.5.38/lib/php/test/XML_Util/tests/testBasic_collapseEmptyTags.phpt
php-5.5.38/lib/php/test/XML_Util/tests/testBasic_createCDataSection.phpt
php-5.5.38/lib/php/test/XML_Util/tests/testBasic_createComment.phpt
php-5.5.38/lib/php/test/XML_Util/tests/testBasic_createEndElement.phpt
php-5.5.38/lib/php/test/XML_Util/tests/testBasic_createStartElement.phpt
php-5.5.38/lib/php/test/XML_Util/tests/testBasic_createTag.phpt
php-5.5.38/lib/php/test/XML_Util/tests/testBasic_createTagFromArray.phpt
php-5.5.38/lib/php/test/XML_Util/tests/testBasic_getDocTypeDeclaration.phpt
php-5.5.38/lib/php/test/XML_Util/tests/testBasic_getXmlDeclaration.phpt
php-5.5.38/lib/php/test/XML_Util/tests/testBasic_isValidName.phpt
php-5.5.38/lib/php/test/XML_Util/tests/testBasic_raiseError.phpt
php-5.5.38/lib/php/test/XML_Util/tests/testBasic_replaceEntities.phpt
php-5.5.38/lib/php/test/XML_Util/tests/testBasic_reverseEntities.phpt
php-5.5.38/lib/php/test/XML_Util/tests/testBasic_splitQualifiedName.phpt
php-5.5.38/lib/php/test/XML_Util/tests/testBug_18343.phpt
php-5.5.38/lib/php/test/XML_Util/tests/testBug_4950.phpt
php-5.5.38/lib/php/test/XML_Util/tests/testBug_5392.phpt
php-5.5.38/lib/php/XML/
php-5.5.38/lib/php/XML/Util.php
php-5.5.38/php/
php-5.5.38/php/man/
php-5.5.38/php/man/man1/
php-5.5.38/php/man/man1/phar.1
php-5.5.38/php/man/man1/phar.phar.1
php-5.5.38/php/man/man1/php-cgi.1
php-5.5.38/php/man/man1/php-config.1
php-5.5.38/php/man/man1/php.1
php-5.5.38/php/man/man1/phpize.1
php-5.5.38/php/man/man8/
php-5.5.38/php/man/man8/php-fpm.8
php-5.5.38/php/php/
php-5.5.38/php/php/fpm/
php-5.5.38/php/php/fpm/status.html
php-5.5.38/sbin/
php-5.5.38/sbin/depends/
php-5.5.38/sbin/depends/libaspell.so.15
php-5.5.38/sbin/depends/libcrypto.so.1.0.0
php-5.5.38/sbin/depends/libedit.so.0
php-5.5.38/sbin/depends/libenchant.so.1
php-5.5.38/sbin/depends/libexslt.so.0
php-5.5.38/sbin/depends/libfontconfig.so.1
php-5.5.38/sbin/depends/libfreetype.so.6
php-5.5.38/sbin/depends/libgomp.so.1
php-5.5.38/sbin/depends/libicudata.so.50
php-5.5.38/sbin/depends/libicui18n.so.50
php-5.5.38/sbin/depends/libicuio.so.50
php-5.5.38/sbin/depends/libicuuc.so.50
php-5.5.38/sbin/depends/libjpeg.so.62
php-5.5.38/sbin/depends/libMagickCore-7.Q16HDRI.so.0
php-5.5.38/sbin/depends/libMagickWand-7.Q16HDRI.so.0
php-5.5.38/sbin/depends/libmcrypt.so.4
php-5.5.38/sbin/depends/libmemcached.so.11
php-5.5.38/sbin/depends/libmemcachedutil.so.2
php-5.5.38/sbin/depends/libnetsnmp.so.31
php-5.5.38/sbin/depends/libpng15.so.15
php-5.5.38/sbin/depends/libpq.so.5
php-5.5.38/sbin/depends/libpspell.so.15
php-5.5.38/sbin/depends/librecode.so.0
php-5.5.38/sbin/depends/libssl.so.1.0.0
php-5.5.38/sbin/depends/libsybdb.so.5
php-5.5.38/sbin/depends/libtidy-0.99.so.0
php-5.5.38/sbin/depends/libwebp.so.4
php-5.5.38/sbin/depends/libX11.so.6
php-5.5.38/sbin/depends/libXau.so.6
php-5.5.38/sbin/depends/libxcb.so.1
php-5.5.38/sbin/depends/libXext.so.6
php-5.5.38/sbin/depends/libxslt.so.1
php-5.5.38/sbin/php-fpm
php-5.5.38/start
php-5.5.38/stop
php-5.5.38/var/
php-5.5.38/var/log/
php-5.5.38/var/run/
--2020-02-25 00:10:16-- https://download.xp.cn/soft/apache/httpd-2.4.39.tar.gz
Resolving download.xp.cn (download.xp.cn)... 58.215.145.132
Connecting to download.xp.cn (download.xp.cn)|58.215.145.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 11624832 (11M) [application/x-compressed]
Saving to: ‘/usr/local/phpstudy/soft/apache/httpd-2.4.39.tar.gz’

/usr/local/phpstudy/soft/apache/httpd-2.4.39.t 100%[====================================================================================================>] 11.09M 1.19MB/s in 5.2s

2020-02-25 00:10:24 (2.12 MB/s) - ‘/usr/local/phpstudy/soft/apache/httpd-2.4.39.tar.gz’ saved [11624832/11624832]

./httpd-2.4.39/
./httpd-2.4.39/bin/
./httpd-2.4.39/bin/depends/
./httpd-2.4.39/bin/depends/libapr-1.so.0
./httpd-2.4.39/bin/depends/libaprutil-1.so.0
./httpd-2.4.39/bin/depends/libcrypto.so
./httpd-2.4.39/bin/depends/libcrypto.so.1.0.0
./httpd-2.4.39/bin/depends/libcrypto.so.1.1
./httpd-2.4.39/bin/depends/libpcre.so.1
./httpd-2.4.39/bin/depends/libssl.so
./httpd-2.4.39/bin/depends/libssl.so.1.0.0
./httpd-2.4.39/bin/depends/libssl.so.1.1
./httpd-2.4.39/bin/ab
./httpd-2.4.39/bin/apachectl
./httpd-2.4.39/bin/apxs
./httpd-2.4.39/bin/checkgid
./httpd-2.4.39/bin/dbmmanage
./httpd-2.4.39/bin/envvars
./httpd-2.4.39/bin/envvars-std
./httpd-2.4.39/bin/fcgistarter
./httpd-2.4.39/bin/htcacheclean
./httpd-2.4.39/bin/htdbm
./httpd-2.4.39/bin/htdigest
./httpd-2.4.39/bin/htpasswd
./httpd-2.4.39/bin/httpd
./httpd-2.4.39/bin/httxt2dbm
./httpd-2.4.39/bin/logresolve
./httpd-2.4.39/bin/rotatelogs
./httpd-2.4.39/cgi-bin/
./httpd-2.4.39/cgi-bin/printenv
./httpd-2.4.39/cgi-bin/printenv.vbs
./httpd-2.4.39/cgi-bin/printenv.wsf
./httpd-2.4.39/cgi-bin/test-cgi
./httpd-2.4.39/conf/
./httpd-2.4.39/conf/extra/
./httpd-2.4.39/conf/extra/httpd-autoindex.conf
./httpd-2.4.39/conf/extra/httpd-dav.conf
./httpd-2.4.39/conf/extra/httpd-default.conf
./httpd-2.4.39/conf/extra/httpd-info.conf
./httpd-2.4.39/conf/extra/httpd-languages.conf
./httpd-2.4.39/conf/extra/httpd-manual.conf
./httpd-2.4.39/conf/extra/httpd-mpm.conf
./httpd-2.4.39/conf/extra/httpd-multilang-errordoc.conf
./httpd-2.4.39/conf/extra/httpd-ssl.conf
./httpd-2.4.39/conf/extra/httpd-userdir.conf
./httpd-2.4.39/conf/extra/httpd-vhosts.conf
./httpd-2.4.39/conf/extra/proxy-html.conf
./httpd-2.4.39/conf/original/
./httpd-2.4.39/conf/original/extra/
./httpd-2.4.39/conf/original/extra/httpd-autoindex.conf
./httpd-2.4.39/conf/original/extra/httpd-dav.conf
./httpd-2.4.39/conf/original/extra/httpd-default.conf
./httpd-2.4.39/conf/original/extra/httpd-info.conf
./httpd-2.4.39/conf/original/extra/httpd-languages.conf
./httpd-2.4.39/conf/original/extra/httpd-manual.conf
./httpd-2.4.39/conf/original/extra/httpd-mpm.conf
./httpd-2.4.39/conf/original/extra/httpd-multilang-errordoc.conf
./httpd-2.4.39/conf/original/extra/httpd-ssl.conf
./httpd-2.4.39/conf/original/extra/httpd-userdir.conf
./httpd-2.4.39/conf/original/extra/httpd-vhosts.conf
./httpd-2.4.39/conf/original/extra/proxy-html.conf
./httpd-2.4.39/conf/original/httpd.conf
./httpd-2.4.39/conf/httpd.conf
./httpd-2.4.39/conf/magic
./httpd-2.4.39/conf/mime.types
./httpd-2.4.39/error/
./httpd-2.4.39/error/include/
./httpd-2.4.39/error/include/bottom.html
./httpd-2.4.39/error/include/spacer.html
./httpd-2.4.39/error/include/top.html
./httpd-2.4.39/error/contact.html.var
./httpd-2.4.39/error/HTTP_BAD_GATEWAY.html.var
./httpd-2.4.39/error/HTTP_BAD_REQUEST.html.var
./httpd-2.4.39/error/HTTP_FORBIDDEN.html.var
./httpd-2.4.39/error/HTTP_GONE.html.var
./httpd-2.4.39/error/HTTP_INTERNAL_SERVER_ERROR.html.var
./httpd-2.4.39/error/HTTP_LENGTH_REQUIRED.html.var
./httpd-2.4.39/error/HTTP_METHOD_NOT_ALLOWED.html.var
./httpd-2.4.39/error/HTTP_NOT_FOUND.html.var
./httpd-2.4.39/error/HTTP_NOT_IMPLEMENTED.html.var
./httpd-2.4.39/error/HTTP_PRECONDITION_FAILED.html.var
./httpd-2.4.39/error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
./httpd-2.4.39/error/HTTP_REQUEST_TIME_OUT.html.var
./httpd-2.4.39/error/HTTP_REQUEST_URI_TOO_LARGE.html.var
./httpd-2.4.39/error/HTTP_SERVICE_UNAVAILABLE.html.var
./httpd-2.4.39/error/HTTP_UNAUTHORIZED.html.var
./httpd-2.4.39/error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var
./httpd-2.4.39/error/HTTP_VARIANT_ALSO_VARIES.html.var
./httpd-2.4.39/error/README
./httpd-2.4.39/htdocs/
./httpd-2.4.39/htdocs/index.html
./httpd-2.4.39/icons/
./httpd-2.4.39/icons/small/
./httpd-2.4.39/icons/small/back.gif
./httpd-2.4.39/icons/small/back.png
./httpd-2.4.39/icons/small/binary.gif
./httpd-2.4.39/icons/small/binary.png
./httpd-2.4.39/icons/small/binhex.gif
./httpd-2.4.39/icons/small/binhex.png
./httpd-2.4.39/icons/small/blank.gif
./httpd-2.4.39/icons/small/blank.png
./httpd-2.4.39/icons/small/broken.gif
./httpd-2.4.39/icons/small/broken.png
./httpd-2.4.39/icons/small/burst.gif
./httpd-2.4.39/icons/small/burst.png
./httpd-2.4.39/icons/small/comp1.gif
./httpd-2.4.39/icons/small/comp1.png
./httpd-2.4.39/icons/small/comp2.gif
./httpd-2.4.39/icons/small/comp2.png
./httpd-2.4.39/icons/small/compressed.gif
./httpd-2.4.39/icons/small/compressed.png
./httpd-2.4.39/icons/small/continued.gif
./httpd-2.4.39/icons/small/continued.png
./httpd-2.4.39/icons/small/doc.gif
./httpd-2.4.39/icons/small/doc.png
./httpd-2.4.39/icons/small/folder.gif
./httpd-2.4.39/icons/small/folder.png
./httpd-2.4.39/icons/small/folder2.gif
./httpd-2.4.39/icons/small/folder2.png
./httpd-2.4.39/icons/small/forward.gif
./httpd-2.4.39/icons/small/forward.png
./httpd-2.4.39/icons/small/generic.gif
./httpd-2.4.39/icons/small/generic.png
./httpd-2.4.39/icons/small/generic2.gif
./httpd-2.4.39/icons/small/generic2.png
./httpd-2.4.39/icons/small/generic3.gif
./httpd-2.4.39/icons/small/generic3.png
./httpd-2.4.39/icons/small/image.gif
./httpd-2.4.39/icons/small/image.png
./httpd-2.4.39/icons/small/image2.gif
./httpd-2.4.39/icons/small/image2.png
./httpd-2.4.39/icons/small/index.gif
./httpd-2.4.39/icons/small/index.png
./httpd-2.4.39/icons/small/key.gif
./httpd-2.4.39/icons/small/key.png
./httpd-2.4.39/icons/small/movie.gif
./httpd-2.4.39/icons/small/movie.png
./httpd-2.4.39/icons/small/patch.gif
./httpd-2.4.39/icons/small/patch.png
./httpd-2.4.39/icons/small/ps.gif
./httpd-2.4.39/icons/small/ps.png
./httpd-2.4.39/icons/small/rainbow.gif
./httpd-2.4.39/icons/small/rainbow.png
./httpd-2.4.39/icons/small/sound.gif
./httpd-2.4.39/icons/small/sound.png
./httpd-2.4.39/icons/small/sound2.gif
./httpd-2.4.39/icons/small/sound2.png
./httpd-2.4.39/icons/small/tar.gif
./httpd-2.4.39/icons/small/tar.png
./httpd-2.4.39/icons/small/text.gif
./httpd-2.4.39/icons/small/text.png
./httpd-2.4.39/icons/small/transfer.gif
./httpd-2.4.39/icons/small/transfer.png
./httpd-2.4.39/icons/small/unknown.gif
./httpd-2.4.39/icons/small/unknown.png
./httpd-2.4.39/icons/small/uu.gif
./httpd-2.4.39/icons/small/uu.png
./httpd-2.4.39/icons/a.gif
./httpd-2.4.39/icons/a.png
./httpd-2.4.39/icons/alert.black.gif
./httpd-2.4.39/icons/alert.black.png
./httpd-2.4.39/icons/alert.red.gif
./httpd-2.4.39/icons/alert.red.png
./httpd-2.4.39/icons/apache_pb.gif
./httpd-2.4.39/icons/apache_pb.png
./httpd-2.4.39/icons/apache_pb.svg
./httpd-2.4.39/icons/apache_pb2.gif
./httpd-2.4.39/icons/apache_pb2.png
./httpd-2.4.39/icons/back.gif
./httpd-2.4.39/icons/back.png
./httpd-2.4.39/icons/ball.gray.gif
./httpd-2.4.39/icons/ball.gray.png
./httpd-2.4.39/icons/ball.red.gif
./httpd-2.4.39/icons/ball.red.png
./httpd-2.4.39/icons/binary.gif
./httpd-2.4.39/icons/binary.png
./httpd-2.4.39/icons/binhex.gif
./httpd-2.4.39/icons/binhex.png
./httpd-2.4.39/icons/blank.gif
./httpd-2.4.39/icons/blank.png
./httpd-2.4.39/icons/bomb.gif
./httpd-2.4.39/icons/bomb.png
./httpd-2.4.39/icons/box1.gif
./httpd-2.4.39/icons/box1.png
./httpd-2.4.39/icons/box2.gif
./httpd-2.4.39/icons/box2.png
./httpd-2.4.39/icons/broken.gif
./httpd-2.4.39/icons/broken.png
./httpd-2.4.39/icons/burst.gif
./httpd-2.4.39/icons/burst.png
./httpd-2.4.39/icons/c.gif
./httpd-2.4.39/icons/c.png
./httpd-2.4.39/icons/comp.blue.gif
./httpd-2.4.39/icons/comp.blue.png
./httpd-2.4.39/icons/comp.gray.gif
./httpd-2.4.39/icons/comp.gray.png
./httpd-2.4.39/icons/compressed.gif
./httpd-2.4.39/icons/compressed.png
./httpd-2.4.39/icons/continued.gif
./httpd-2.4.39/icons/continued.png
./httpd-2.4.39/icons/dir.gif
./httpd-2.4.39/icons/dir.png
./httpd-2.4.39/icons/diskimg.gif
./httpd-2.4.39/icons/diskimg.png
./httpd-2.4.39/icons/down.gif
./httpd-2.4.39/icons/down.png
./httpd-2.4.39/icons/dvi.gif
./httpd-2.4.39/icons/dvi.png
./httpd-2.4.39/icons/f.gif
./httpd-2.4.39/icons/f.png
./httpd-2.4.39/icons/folder.gif
./httpd-2.4.39/icons/folder.open.gif
./httpd-2.4.39/icons/folder.open.png
./httpd-2.4.39/icons/folder.png
./httpd-2.4.39/icons/folder.sec.gif
./httpd-2.4.39/icons/folder.sec.png
./httpd-2.4.39/icons/forward.gif
./httpd-2.4.39/icons/forward.png
./httpd-2.4.39/icons/generic.gif
./httpd-2.4.39/icons/generic.png
./httpd-2.4.39/icons/generic.red.gif
./httpd-2.4.39/icons/generic.red.png
./httpd-2.4.39/icons/generic.sec.gif
./httpd-2.4.39/icons/generic.sec.png
./httpd-2.4.39/icons/hand.right.gif
./httpd-2.4.39/icons/hand.right.png
./httpd-2.4.39/icons/hand.up.gif
./httpd-2.4.39/icons/hand.up.png
./httpd-2.4.39/icons/icon.sheet.gif
./httpd-2.4.39/icons/icon.sheet.png
./httpd-2.4.39/icons/image1.gif
./httpd-2.4.39/icons/image1.png
./httpd-2.4.39/icons/image2.gif
./httpd-2.4.39/icons/image2.png
./httpd-2.4.39/icons/image3.gif
./httpd-2.4.39/icons/image3.png
./httpd-2.4.39/icons/index.gif
./httpd-2.4.39/icons/index.png
./httpd-2.4.39/icons/layout.gif
./httpd-2.4.39/icons/layout.png
./httpd-2.4.39/icons/left.gif
./httpd-2.4.39/icons/left.png
./httpd-2.4.39/icons/link.gif
./httpd-2.4.39/icons/link.png
./httpd-2.4.39/icons/movie.gif
./httpd-2.4.39/icons/movie.png
./httpd-2.4.39/icons/odf6odb.png
./httpd-2.4.39/icons/odf6odc.png
./httpd-2.4.39/icons/odf6odf.png
./httpd-2.4.39/icons/odf6odg.png
./httpd-2.4.39/icons/odf6odi.png
./httpd-2.4.39/icons/odf6odm.png
./httpd-2.4.39/icons/odf6odp.png
./httpd-2.4.39/icons/odf6ods.png
./httpd-2.4.39/icons/odf6odt.png
./httpd-2.4.39/icons/odf6otc.png
./httpd-2.4.39/icons/odf6otf.png
./httpd-2.4.39/icons/odf6otg.png
./httpd-2.4.39/icons/odf6oth.png
./httpd-2.4.39/icons/odf6oti.png
./httpd-2.4.39/icons/odf6otp.png
./httpd-2.4.39/icons/odf6ots.png
./httpd-2.4.39/icons/odf6ott.png
./httpd-2.4.39/icons/p.gif
./httpd-2.4.39/icons/p.png
./httpd-2.4.39/icons/patch.gif
./httpd-2.4.39/icons/patch.png
./httpd-2.4.39/icons/pdf.gif
./httpd-2.4.39/icons/pdf.png
./httpd-2.4.39/icons/pie0.gif
./httpd-2.4.39/icons/pie0.png
./httpd-2.4.39/icons/pie1.gif
./httpd-2.4.39/icons/pie1.png
./httpd-2.4.39/icons/pie2.gif
./httpd-2.4.39/icons/pie2.png
./httpd-2.4.39/icons/pie3.gif
./httpd-2.4.39/icons/pie3.png
./httpd-2.4.39/icons/pie4.gif
./httpd-2.4.39/icons/pie4.png
./httpd-2.4.39/icons/pie5.gif
./httpd-2.4.39/icons/pie5.png
./httpd-2.4.39/icons/pie6.gif
./httpd-2.4.39/icons/pie6.png
./httpd-2.4.39/icons/pie7.gif
./httpd-2.4.39/icons/pie7.png
./httpd-2.4.39/icons/pie8.gif
./httpd-2.4.39/icons/pie8.png
./httpd-2.4.39/icons/portal.gif
./httpd-2.4.39/icons/portal.png
./httpd-2.4.39/icons/ps.gif
./httpd-2.4.39/icons/ps.png
./httpd-2.4.39/icons/quill.gif
./httpd-2.4.39/icons/quill.png
./httpd-2.4.39/icons/README
./httpd-2.4.39/icons/README.html
./httpd-2.4.39/icons/right.gif
./httpd-2.4.39/icons/right.png
./httpd-2.4.39/icons/screw1.gif
./httpd-2.4.39/icons/screw1.png
./httpd-2.4.39/icons/screw2.gif
./httpd-2.4.39/icons/screw2.png
./httpd-2.4.39/icons/script.gif
./httpd-2.4.39/icons/script.png
./httpd-2.4.39/icons/sound1.gif
./httpd-2.4.39/icons/sound1.png
./httpd-2.4.39/icons/sound2.gif
./httpd-2.4.39/icons/sound2.png
./httpd-2.4.39/icons/sphere1.gif
./httpd-2.4.39/icons/sphere1.png
./httpd-2.4.39/icons/sphere2.gif
./httpd-2.4.39/icons/sphere2.png
./httpd-2.4.39/icons/svg.png
./httpd-2.4.39/icons/tar.gif
./httpd-2.4.39/icons/tar.png
./httpd-2.4.39/icons/tex.gif
./httpd-2.4.39/icons/tex.png
./httpd-2.4.39/icons/text.gif
./httpd-2.4.39/icons/text.png
./httpd-2.4.39/icons/transfer.gif
./httpd-2.4.39/icons/transfer.png
./httpd-2.4.39/icons/unknown.gif
./httpd-2.4.39/icons/unknown.png
./httpd-2.4.39/icons/up.gif
./httpd-2.4.39/icons/up.png
./httpd-2.4.39/icons/uu.gif
./httpd-2.4.39/icons/uu.png
./httpd-2.4.39/icons/uuencoded.gif
./httpd-2.4.39/icons/uuencoded.png
./httpd-2.4.39/icons/world1.gif
./httpd-2.4.39/icons/world1.png
./httpd-2.4.39/icons/world2.gif
./httpd-2.4.39/icons/world2.png
./httpd-2.4.39/icons/xml.png
./httpd-2.4.39/logs/
./httpd-2.4.39/logs/access_log
./httpd-2.4.39/logs/error_log
./httpd-2.4.39/modules/
./httpd-2.4.39/modules/httpd.exp
./httpd-2.4.39/modules/libmod_bw.so
./httpd-2.4.39/modules/libphpstudy_waf.so
./httpd-2.4.39/modules/mod_access_compat.so
./httpd-2.4.39/modules/mod_actions.so
./httpd-2.4.39/modules/mod_alias.so
./httpd-2.4.39/modules/mod_allowmethods.so
./httpd-2.4.39/modules/mod_auth_basic.so
./httpd-2.4.39/modules/mod_auth_digest.so
./httpd-2.4.39/modules/mod_auth_form.so
./httpd-2.4.39/modules/mod_authn_anon.so
./httpd-2.4.39/modules/mod_authn_core.so
./httpd-2.4.39/modules/mod_authn_dbd.so
./httpd-2.4.39/modules/mod_authn_dbm.so
./httpd-2.4.39/modules/mod_authn_file.so
./httpd-2.4.39/modules/mod_authn_socache.so
./httpd-2.4.39/modules/mod_authz_core.so
./httpd-2.4.39/modules/mod_authz_dbd.so
./httpd-2.4.39/modules/mod_authz_dbm.so
./httpd-2.4.39/modules/mod_authz_groupfile.so
./httpd-2.4.39/modules/mod_authz_host.so
./httpd-2.4.39/modules/mod_authz_owner.so
./httpd-2.4.39/modules/mod_authz_user.so
./httpd-2.4.39/modules/mod_autoindex.so
./httpd-2.4.39/modules/mod_buffer.so
./httpd-2.4.39/modules/mod_cache.so
./httpd-2.4.39/modules/mod_cache_disk.so
./httpd-2.4.39/modules/mod_cache_socache.so
./httpd-2.4.39/modules/mod_cgid.so
./httpd-2.4.39/modules/mod_dav.so
./httpd-2.4.39/modules/mod_dav_fs.so
./httpd-2.4.39/modules/mod_dbd.so
./httpd-2.4.39/modules/mod_dir.so
./httpd-2.4.39/modules/mod_dumpio.so
./httpd-2.4.39/modules/mod_env.so
./httpd-2.4.39/modules/mod_expires.so
./httpd-2.4.39/modules/mod_ext_filter.so
./httpd-2.4.39/modules/mod_file_cache.so
./httpd-2.4.39/modules/mod_filter.so
./httpd-2.4.39/modules/mod_headers.so
./httpd-2.4.39/modules/mod_include.so
./httpd-2.4.39/modules/mod_info.so
./httpd-2.4.39/modules/mod_lbmethod_bybusyness.so
./httpd-2.4.39/modules/mod_lbmethod_byrequests.so
./httpd-2.4.39/modules/mod_lbmethod_bytraffic.so
./httpd-2.4.39/modules/mod_lbmethod_heartbeat.so
./httpd-2.4.39/modules/mod_log_config.so
./httpd-2.4.39/modules/mod_log_debug.so
./httpd-2.4.39/modules/mod_logio.so
./httpd-2.4.39/modules/mod_macro.so
./httpd-2.4.39/modules/mod_mime.so
./httpd-2.4.39/modules/mod_negotiation.so
./httpd-2.4.39/modules/mod_proxy.so
./httpd-2.4.39/modules/mod_proxy_ajp.so
./httpd-2.4.39/modules/mod_proxy_balancer.so
./httpd-2.4.39/modules/mod_proxy_connect.so
./httpd-2.4.39/modules/mod_proxy_express.so
./httpd-2.4.39/modules/mod_proxy_fcgi.so
./httpd-2.4.39/modules/mod_proxy_fdpass.so
./httpd-2.4.39/modules/mod_proxy_ftp.so
./httpd-2.4.39/modules/mod_proxy_hcheck.so
./httpd-2.4.39/modules/mod_proxy_http.so
./httpd-2.4.39/modules/mod_proxy_scgi.so
./httpd-2.4.39/modules/mod_proxy_uwsgi.so
./httpd-2.4.39/modules/mod_proxy_wstunnel.so
./httpd-2.4.39/modules/mod_ratelimit.so
./httpd-2.4.39/modules/mod_remoteip.so
./httpd-2.4.39/modules/mod_reqtimeout.so
./httpd-2.4.39/modules/mod_request.so
./httpd-2.4.39/modules/mod_rewrite.so
./httpd-2.4.39/modules/mod_sed.so
./httpd-2.4.39/modules/mod_session.so
./httpd-2.4.39/modules/mod_session_cookie.so
./httpd-2.4.39/modules/mod_session_dbd.so
./httpd-2.4.39/modules/mod_setenvif.so
./httpd-2.4.39/modules/mod_slotmem_shm.so
./httpd-2.4.39/modules/mod_socache_dbm.so
./httpd-2.4.39/modules/mod_socache_memcache.so
./httpd-2.4.39/modules/mod_socache_redis.so
./httpd-2.4.39/modules/mod_socache_shmcb.so
./httpd-2.4.39/modules/mod_speling.so
./httpd-2.4.39/modules/mod_ssl.so
./httpd-2.4.39/modules/mod_status.so
./httpd-2.4.39/modules/mod_substitute.so
./httpd-2.4.39/modules/mod_unique_id.so
./httpd-2.4.39/modules/mod_unixd.so
./httpd-2.4.39/modules/mod_userdir.so
./httpd-2.4.39/modules/mod_version.so
./httpd-2.4.39/modules/mod_vhost_alias.so
./httpd-2.4.39/modules/mod_watchdog.so
./httpd-2.4.39/reload
./httpd-2.4.39/start
./httpd-2.4.39/status
./httpd-2.4.39/stop
--2020-02-25 00:10:24-- https://download.xp.cn/soft/nginx/nginx-1.15.tar.gz
Resolving download.xp.cn (download.xp.cn)... 58.215.145.132
Connecting to download.xp.cn (download.xp.cn)|58.215.145.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 19136330 (18M) [application/x-compressed]
Saving to: ‘/usr/local/phpstudy/soft/nginx/nginx-1.15.tar.gz’

/usr/local/phpstudy/soft/nginx/nginx-1.15.tar. 100%[====================================================================================================>] 18.25M 1.53MB/s in 7.8s

2020-02-25 00:10:35 (2.33 MB/s) - ‘/usr/local/phpstudy/soft/nginx/nginx-1.15.tar.gz’ saved [19136330/19136330]

./nginx-1.15/
./nginx-1.15/bin/
./nginx-1.15/bin/md2pod.pl
./nginx-1.15/bin/nginx-xml2pod
./nginx-1.15/bin/openresty
./nginx-1.15/bin/opm
./nginx-1.15/bin/resty
./nginx-1.15/bin/restydoc
./nginx-1.15/bin/restydoc-index
./nginx-1.15/luajit/
./nginx-1.15/luajit/bin/
./nginx-1.15/luajit/bin/luajit
./nginx-1.15/luajit/bin/luajit-2.1.0-beta3
./nginx-1.15/luajit/include/
./nginx-1.15/luajit/include/luajit-2.1/
./nginx-1.15/luajit/include/luajit-2.1/lauxlib.h
./nginx-1.15/luajit/include/luajit-2.1/lua.h
./nginx-1.15/luajit/include/luajit-2.1/lua.hpp
./nginx-1.15/luajit/include/luajit-2.1/luaconf.h
./nginx-1.15/luajit/include/luajit-2.1/luajit.h
./nginx-1.15/luajit/include/luajit-2.1/lualib.h
./nginx-1.15/luajit/lib/
./nginx-1.15/luajit/lib/lua/
./nginx-1.15/luajit/lib/lua/5.1/
./nginx-1.15/luajit/lib/pkgconfig/
./nginx-1.15/luajit/lib/pkgconfig/luajit.pc
./nginx-1.15/luajit/lib/libluajit-5.1.a
./nginx-1.15/luajit/lib/libluajit-5.1.so
./nginx-1.15/luajit/lib/libluajit-5.1.so.2
./nginx-1.15/luajit/lib/libluajit-5.1.so.2.1.0
./nginx-1.15/luajit/share/
./nginx-1.15/luajit/share/lua/
./nginx-1.15/luajit/share/lua/5.1/
./nginx-1.15/luajit/share/luajit-2.1.0-beta3/
./nginx-1.15/luajit/share/luajit-2.1.0-beta3/jit/
./nginx-1.15/luajit/share/luajit-2.1.0-beta3/jit/bc.lua
./nginx-1.15/luajit/share/luajit-2.1.0-beta3/jit/bcsave.lua
./nginx-1.15/luajit/share/luajit-2.1.0-beta3/jit/dis_arm.lua
./nginx-1.15/luajit/share/luajit-2.1.0-beta3/jit/dis_arm64.lua
./nginx-1.15/luajit/share/luajit-2.1.0-beta3/jit/dis_arm64be.lua
./nginx-1.15/luajit/share/luajit-2.1.0-beta3/jit/dis_mips.lua
./nginx-1.15/luajit/share/luajit-2.1.0-beta3/jit/dis_mips64.lua
./nginx-1.15/luajit/share/luajit-2.1.0-beta3/jit/dis_mips64el.lua
./nginx-1.15/luajit/share/luajit-2.1.0-beta3/jit/dis_mipsel.lua
./nginx-1.15/luajit/share/luajit-2.1.0-beta3/jit/dis_ppc.lua
./nginx-1.15/luajit/share/luajit-2.1.0-beta3/jit/dis_x64.lua
./nginx-1.15/luajit/share/luajit-2.1.0-beta3/jit/dis_x86.lua
./nginx-1.15/luajit/share/luajit-2.1.0-beta3/jit/dump.lua
./nginx-1.15/luajit/share/luajit-2.1.0-beta3/jit/p.lua
./nginx-1.15/luajit/share/luajit-2.1.0-beta3/jit/v.lua
./nginx-1.15/luajit/share/luajit-2.1.0-beta3/jit/vmdef.lua
./nginx-1.15/luajit/share/luajit-2.1.0-beta3/jit/zone.lua
./nginx-1.15/luajit/share/man/
./nginx-1.15/luajit/share/man/man1/
./nginx-1.15/luajit/share/man/man1/luajit.1
./nginx-1.15/lualib/
./nginx-1.15/lualib/ngx/
./nginx-1.15/lualib/ngx/ssl/
./nginx-1.15/lualib/ngx/ssl/session.lua
./nginx-1.15/lualib/ngx/balancer.lua
./nginx-1.15/lualib/ngx/base64.lua
./nginx-1.15/lualib/ngx/errlog.lua
./nginx-1.15/lualib/ngx/ocsp.lua
./nginx-1.15/lualib/ngx/pipe.lua
./nginx-1.15/lualib/ngx/process.lua
./nginx-1.15/lualib/ngx/re.lua
./nginx-1.15/lualib/ngx/resp.lua
./nginx-1.15/lualib/ngx/semaphore.lua
./nginx-1.15/lualib/ngx/ssl.lua
./nginx-1.15/lualib/rds/
./nginx-1.15/lualib/rds/parser.so
./nginx-1.15/lualib/redis/
./nginx-1.15/lualib/redis/parser.so
./nginx-1.15/lualib/resty/
./nginx-1.15/lualib/resty/core/
./nginx-1.15/lualib/resty/core/base.lua
./nginx-1.15/lualib/resty/core/base64.lua
./nginx-1.15/lualib/resty/core/ctx.lua
./nginx-1.15/lualib/resty/core/exit.lua
./nginx-1.15/lualib/resty/core/hash.lua
./nginx-1.15/lualib/resty/core/misc.lua
./nginx-1.15/lualib/resty/core/ndk.lua
./nginx-1.15/lualib/resty/core/phase.lua
./nginx-1.15/lualib/resty/core/regex.lua
./nginx-1.15/lualib/resty/core/request.lua
./nginx-1.15/lualib/resty/core/response.lua
./nginx-1.15/lualib/resty/core/shdict.lua
./nginx-1.15/lualib/resty/core/time.lua
./nginx-1.15/lualib/resty/core/uri.lua
./nginx-1.15/lualib/resty/core/utils.lua
./nginx-1.15/lualib/resty/core/var.lua
./nginx-1.15/lualib/resty/core/worker.lua
./nginx-1.15/lualib/resty/dns/
./nginx-1.15/lualib/resty/dns/resolver.lua
./nginx-1.15/lualib/resty/limit/
./nginx-1.15/lualib/resty/limit/conn.lua
./nginx-1.15/lualib/resty/limit/count.lua
./nginx-1.15/lualib/resty/limit/req.lua
./nginx-1.15/lualib/resty/limit/traffic.lua
./nginx-1.15/lualib/resty/lrucache/
./nginx-1.15/lualib/resty/lrucache/pureffi.lua
./nginx-1.15/lualib/resty/upstream/
./nginx-1.15/lualib/resty/upstream/healthcheck.lua
./nginx-1.15/lualib/resty/websocket/
./nginx-1.15/lualib/resty/websocket/client.lua
./nginx-1.15/lualib/resty/websocket/protocol.lua
./nginx-1.15/lualib/resty/websocket/server.lua
./nginx-1.15/lualib/resty/aes.lua
./nginx-1.15/lualib/resty/core.lua
./nginx-1.15/lualib/resty/lock.lua
./nginx-1.15/lualib/resty/lrucache.lua
./nginx-1.15/lualib/resty/md5.lua
./nginx-1.15/lualib/resty/memcached.lua
./nginx-1.15/lualib/resty/mysql.lua
./nginx-1.15/lualib/resty/random.lua
./nginx-1.15/lualib/resty/redis.lua
./nginx-1.15/lualib/resty/sha.lua
./nginx-1.15/lualib/resty/sha1.lua
./nginx-1.15/lualib/resty/sha224.lua
./nginx-1.15/lualib/resty/sha256.lua
./nginx-1.15/lualib/resty/sha384.lua
./nginx-1.15/lualib/resty/sha512.lua
./nginx-1.15/lualib/resty/shell.lua
./nginx-1.15/lualib/resty/signal.lua
./nginx-1.15/lualib/resty/string.lua
./nginx-1.15/lualib/resty/upload.lua
./nginx-1.15/lualib/cjson.so
./nginx-1.15/lualib/librestysignal.so
./nginx-1.15/lualib/tablepool.lua
./nginx-1.15/nginx/
./nginx-1.15/nginx/client_body_temp/
./nginx-1.15/nginx/conf/
./nginx-1.15/nginx/conf/fastcgi.conf
./nginx-1.15/nginx/conf/fastcgi.conf.default
./nginx-1.15/nginx/conf/fastcgi_params
./nginx-1.15/nginx/conf/fastcgi_params.default
./nginx-1.15/nginx/conf/koi-utf
./nginx-1.15/nginx/conf/koi-win
./nginx-1.15/nginx/conf/mime.types
./nginx-1.15/nginx/conf/mime.types.default
./nginx-1.15/nginx/conf/nginx.conf
./nginx-1.15/nginx/conf/nginx.conf.default
./nginx-1.15/nginx/conf/scgi_params
./nginx-1.15/nginx/conf/scgi_params.default
./nginx-1.15/nginx/conf/uwsgi_params
./nginx-1.15/nginx/conf/uwsgi_params.default
./nginx-1.15/nginx/conf/win-utf
./nginx-1.15/nginx/fastcgi_temp/
./nginx-1.15/nginx/html/
./nginx-1.15/nginx/html/50x.html
./nginx-1.15/nginx/html/index.html
./nginx-1.15/nginx/logs/
./nginx-1.15/nginx/logs/access.log
./nginx-1.15/nginx/logs/error.log
./nginx-1.15/nginx/proxy_cache/
./nginx-1.15/nginx/proxy_temp/
./nginx-1.15/nginx/sbin/
./nginx-1.15/nginx/sbin/depends/
./nginx-1.15/nginx/sbin/depends/libcrypto.so
./nginx-1.15/nginx/sbin/depends/libcrypto.so.1.0.0
./nginx-1.15/nginx/sbin/depends/libssl.so
./nginx-1.15/nginx/sbin/depends/libssl.so.1.0.0
./nginx-1.15/nginx/sbin/nginx
./nginx-1.15/nginx/scgi_temp/
./nginx-1.15/nginx/uwsgi_temp/
./nginx-1.15/pod/
./nginx-1.15/pod/array-var-nginx-module-0.05/
./nginx-1.15/pod/array-var-nginx-module-0.05/array-var-nginx-module-0.05.pod
./nginx-1.15/pod/drizzle-nginx-module-0.1.11/
./nginx-1.15/pod/drizzle-nginx-module-0.1.11/drizzle-nginx-module-0.1.11.pod
./nginx-1.15/pod/echo-nginx-module-0.61/
./nginx-1.15/pod/echo-nginx-module-0.61/echo-nginx-module-0.61.pod
./nginx-1.15/pod/encrypted-session-nginx-module-0.08/
./nginx-1.15/pod/encrypted-session-nginx-module-0.08/encrypted-session-nginx-module-0.08.pod
./nginx-1.15/pod/form-input-nginx-module-0.12/
./nginx-1.15/pod/form-input-nginx-module-0.12/form-input-nginx-module-0.12.pod
./nginx-1.15/pod/headers-more-nginx-module-0.33/
./nginx-1.15/pod/headers-more-nginx-module-0.33/headers-more-nginx-module-0.33.pod
./nginx-1.15/pod/iconv-nginx-module-0.14/
./nginx-1.15/pod/iconv-nginx-module-0.14/iconv-nginx-module-0.14.pod
./nginx-1.15/pod/lua-5.1.5/
./nginx-1.15/pod/lua-5.1.5/lua-5.1.5.pod
./nginx-1.15/pod/lua-cjson-2.1.0.7/
./nginx-1.15/pod/lua-cjson-2.1.0.7/lua-cjson-2.1.0.7.pod
./nginx-1.15/pod/luajit-2.1/
./nginx-1.15/pod/luajit-2.1/changes.pod
./nginx-1.15/pod/luajit-2.1/contact.pod
./nginx-1.15/pod/luajit-2.1/ext_c_api.pod
./nginx-1.15/pod/luajit-2.1/ext_ffi.pod
./nginx-1.15/pod/luajit-2.1/ext_ffi_api.pod
./nginx-1.15/pod/luajit-2.1/ext_ffi_semantics.pod
./nginx-1.15/pod/luajit-2.1/ext_ffi_tutorial.pod
./nginx-1.15/pod/luajit-2.1/ext_jit.pod
./nginx-1.15/pod/luajit-2.1/ext_profiler.pod
./nginx-1.15/pod/luajit-2.1/extensions.pod
./nginx-1.15/pod/luajit-2.1/faq.pod
./nginx-1.15/pod/luajit-2.1/install.pod
./nginx-1.15/pod/luajit-2.1/luajit-2.1.pod
./nginx-1.15/pod/luajit-2.1/running.pod
./nginx-1.15/pod/luajit-2.1/status.pod
./nginx-1.15/pod/luajit-2.1-20190507/
./nginx-1.15/pod/luajit-2.1-20190507/luajit-2.1-20190507.pod
./nginx-1.15/pod/lua-rds-parser-0.06/
./nginx-1.15/pod/lua-redis-parser-0.13/
./nginx-1.15/pod/lua-redis-parser-0.13/lua-redis-parser-0.13.pod
./nginx-1.15/pod/lua-resty-core-0.1.17/
./nginx-1.15/pod/lua-resty-core-0.1.17/.github.issue_template.pod
./nginx-1.15/pod/lua-resty-core-0.1.17/.github.pull_request_template.pod
./nginx-1.15/pod/lua-resty-core-0.1.17/lua-resty-core-0.1.17.pod
./nginx-1.15/pod/lua-resty-core-0.1.17/ngx.balancer.pod
./nginx-1.15/pod/lua-resty-core-0.1.17/ngx.base64.pod
./nginx-1.15/pod/lua-resty-core-0.1.17/ngx.errlog.pod
./nginx-1.15/pod/lua-resty-core-0.1.17/ngx.ocsp.pod
./nginx-1.15/pod/lua-resty-core-0.1.17/ngx.pipe.pod
./nginx-1.15/pod/lua-resty-core-0.1.17/ngx.process.pod
./nginx-1.15/pod/lua-resty-core-0.1.17/ngx.re.pod
./nginx-1.15/pod/lua-resty-core-0.1.17/ngx.resp.pod
./nginx-1.15/pod/lua-resty-core-0.1.17/ngx.semaphore.pod
./nginx-1.15/pod/lua-resty-core-0.1.17/ngx.ssl.pod
./nginx-1.15/pod/lua-resty-core-0.1.17/ngx.ssl.session.pod
./nginx-1.15/pod/lua-resty-dns-0.21/
./nginx-1.15/pod/lua-resty-dns-0.21/lua-resty-dns-0.21.pod
./nginx-1.15/pod/lua-resty-limit-traffic-0.06/
./nginx-1.15/pod/lua-resty-limit-traffic-0.06/lua-resty-limit-traffic-0.06.pod
./nginx-1.15/pod/lua-resty-limit-traffic-0.06/resty.limit.conn.pod
./nginx-1.15/pod/lua-resty-limit-traffic-0.06/resty.limit.count.pod
./nginx-1.15/pod/lua-resty-limit-traffic-0.06/resty.limit.req.pod
./nginx-1.15/pod/lua-resty-limit-traffic-0.06/resty.limit.traffic.pod
./nginx-1.15/pod/lua-resty-lock-0.08/
./nginx-1.15/pod/lua-resty-lock-0.08/lua-resty-lock-0.08.pod
./nginx-1.15/pod/lua-resty-lrucache-0.09/
./nginx-1.15/pod/lua-resty-lrucache-0.09/lua-resty-lrucache-0.09.pod
./nginx-1.15/pod/lua-resty-memcached-0.14/
./nginx-1.15/pod/lua-resty-memcached-0.14/lua-resty-memcached-0.14.pod
./nginx-1.15/pod/lua-resty-mysql-0.21/
./nginx-1.15/pod/lua-resty-mysql-0.21/.github.issue_template.pod
./nginx-1.15/pod/lua-resty-mysql-0.21/lua-resty-mysql-0.21.pod
./nginx-1.15/pod/lua-resty-redis-0.27/
./nginx-1.15/pod/lua-resty-redis-0.27/lua-resty-redis-0.27.pod
./nginx-1.15/pod/lua-resty-shell-0.02/
./nginx-1.15/pod/lua-resty-shell-0.02/lua-resty-shell-0.02.pod
./nginx-1.15/pod/lua-resty-signal-0.02/
./nginx-1.15/pod/lua-resty-signal-0.02/lua-resty-signal-0.02.pod
./nginx-1.15/pod/lua-resty-string-0.11/
./nginx-1.15/pod/lua-resty-string-0.11/lua-resty-string-0.11.pod
./nginx-1.15/pod/lua-resty-upload-0.10/
./nginx-1.15/pod/lua-resty-upload-0.10/lua-resty-upload-0.10.pod
./nginx-1.15/pod/lua-resty-upstream-healthcheck-0.06/
./nginx-1.15/pod/lua-resty-upstream-healthcheck-0.06/lua-resty-upstream-healthcheck-0.06.pod
./nginx-1.15/pod/lua-resty-websocket-0.07/
./nginx-1.15/pod/lua-resty-websocket-0.07/lua-resty-websocket-0.07.pod
./nginx-1.15/pod/lua-tablepool-0.01/
./nginx-1.15/pod/lua-tablepool-0.01/lua-tablepool-0.01.pod
./nginx-1.15/pod/memc-nginx-module-0.19/
./nginx-1.15/pod/memc-nginx-module-0.19/memc-nginx-module-0.19.pod
./nginx-1.15/pod/nginx/
./nginx-1.15/pod/nginx/accept_failed.pod
./nginx-1.15/pod/nginx/beginners_guide.pod
./nginx-1.15/pod/nginx/chunked_encoding_from_backend.pod
./nginx-1.15/pod/nginx/configure.pod
./nginx-1.15/pod/nginx/configuring_https_servers.pod
./nginx-1.15/pod/nginx/contributing_changes.pod
./nginx-1.15/pod/nginx/control.pod
./nginx-1.15/pod/nginx/converting_rewrite_rules.pod
./nginx-1.15/pod/nginx/daemon_master_process_off.pod
./nginx-1.15/pod/nginx/debugging_log.pod
./nginx-1.15/pod/nginx/development_guide.pod
./nginx-1.15/pod/nginx/events.pod
./nginx-1.15/pod/nginx/example.pod
./nginx-1.15/pod/nginx/faq.pod
./nginx-1.15/pod/nginx/freebsd_tuning.pod
./nginx-1.15/pod/nginx/hash.pod
./nginx-1.15/pod/nginx/howto_build_on_win32.pod
./nginx-1.15/pod/nginx/install.pod
./nginx-1.15/pod/nginx/license_copyright.pod
./nginx-1.15/pod/nginx/load_balancing.pod
./nginx-1.15/pod/nginx/nginx.pod
./nginx-1.15/pod/nginx/nginx_dtrace_pid_provider.pod
./nginx-1.15/pod/nginx/ngx_core_module.pod
./nginx-1.15/pod/nginx/ngx_google_perftools_module.pod
./nginx-1.15/pod/nginx/ngx_http_access_module.pod
./nginx-1.15/pod/nginx/ngx_http_addition_module.pod
./nginx-1.15/pod/nginx/ngx_http_api_module_head.pod
./nginx-1.15/pod/nginx/ngx_http_auth_basic_module.pod
./nginx-1.15/pod/nginx/ngx_http_auth_jwt_module.pod
./nginx-1.15/pod/nginx/ngx_http_auth_request_module.pod
./nginx-1.15/pod/nginx/ngx_http_autoindex_module.pod
./nginx-1.15/pod/nginx/ngx_http_browser_module.pod
./nginx-1.15/pod/nginx/ngx_http_charset_module.pod
./nginx-1.15/pod/nginx/ngx_http_core_module.pod
./nginx-1.15/pod/nginx/ngx_http_dav_module.pod
./nginx-1.15/pod/nginx/ngx_http_empty_gif_module.pod
./nginx-1.15/pod/nginx/ngx_http_f4f_module.pod
./nginx-1.15/pod/nginx/ngx_http_fastcgi_module.pod
./nginx-1.15/pod/nginx/ngx_http_flv_module.pod
./nginx-1.15/pod/nginx/ngx_http_geo_module.pod
./nginx-1.15/pod/nginx/ngx_http_geoip_module.pod
./nginx-1.15/pod/nginx/ngx_http_grpc_module.pod
./nginx-1.15/pod/nginx/ngx_http_gunzip_module.pod
./nginx-1.15/pod/nginx/ngx_http_gzip_module.pod
./nginx-1.15/pod/nginx/ngx_http_gzip_static_module.pod
./nginx-1.15/pod/nginx/ngx_http_headers_module.pod
./nginx-1.15/pod/nginx/ngx_http_hls_module.pod
./nginx-1.15/pod/nginx/ngx_http_image_filter_module.pod
./nginx-1.15/pod/nginx/ngx_http_index_module.pod
./nginx-1.15/pod/nginx/ngx_http_js_module.pod
./nginx-1.15/pod/nginx/ngx_http_keyval_module.pod
./nginx-1.15/pod/nginx/ngx_http_limit_conn_module.pod
./nginx-1.15/pod/nginx/ngx_http_limit_req_module.pod
./nginx-1.15/pod/nginx/ngx_http_log_module.pod
./nginx-1.15/pod/nginx/ngx_http_map_module.pod
./nginx-1.15/pod/nginx/ngx_http_memcached_module.pod
./nginx-1.15/pod/nginx/ngx_http_mirror_module.pod
./nginx-1.15/pod/nginx/ngx_http_mp4_module.pod
./nginx-1.15/pod/nginx/ngx_http_perl_module.pod
./nginx-1.15/pod/nginx/ngx_http_proxy_module.pod
./nginx-1.15/pod/nginx/ngx_http_random_index_module.pod
./nginx-1.15/pod/nginx/ngx_http_realip_module.pod
./nginx-1.15/pod/nginx/ngx_http_referer_module.pod
./nginx-1.15/pod/nginx/ngx_http_rewrite_module.pod
./nginx-1.15/pod/nginx/ngx_http_scgi_module.pod
./nginx-1.15/pod/nginx/ngx_http_secure_link_module.pod
./nginx-1.15/pod/nginx/ngx_http_session_log_module.pod
./nginx-1.15/pod/nginx/ngx_http_slice_module.pod
./nginx-1.15/pod/nginx/ngx_http_spdy_module.pod
./nginx-1.15/pod/nginx/ngx_http_split_clients_module.pod
./nginx-1.15/pod/nginx/ngx_http_ssi_module.pod
./nginx-1.15/pod/nginx/ngx_http_ssl_module.pod
./nginx-1.15/pod/nginx/ngx_http_status_module.pod
./nginx-1.15/pod/nginx/ngx_http_stub_status_module.pod
./nginx-1.15/pod/nginx/ngx_http_sub_module.pod
./nginx-1.15/pod/nginx/ngx_http_upstream_conf_module.pod
./nginx-1.15/pod/nginx/ngx_http_upstream_hc_module.pod
./nginx-1.15/pod/nginx/ngx_http_upstream_module.pod
./nginx-1.15/pod/nginx/ngx_http_userid_module.pod
./nginx-1.15/pod/nginx/ngx_http_uwsgi_module.pod
./nginx-1.15/pod/nginx/ngx_http_v2_module.pod
./nginx-1.15/pod/nginx/ngx_http_xslt_module.pod
./nginx-1.15/pod/nginx/ngx_mail_auth_http_module.pod
./nginx-1.15/pod/nginx/ngx_mail_core_module.pod
./nginx-1.15/pod/nginx/ngx_mail_imap_module.pod
./nginx-1.15/pod/nginx/ngx_mail_pop3_module.pod
./nginx-1.15/pod/nginx/ngx_mail_proxy_module.pod
./nginx-1.15/pod/nginx/ngx_mail_smtp_module.pod
./nginx-1.15/pod/nginx/ngx_mail_ssl_module.pod
./nginx-1.15/pod/nginx/ngx_stream_access_module.pod
./nginx-1.15/pod/nginx/ngx_stream_core_module.pod
./nginx-1.15/pod/nginx/ngx_stream_geo_module.pod
./nginx-1.15/pod/nginx/ngx_stream_geoip_module.pod
./nginx-1.15/pod/nginx/ngx_stream_js_module.pod
./nginx-1.15/pod/nginx/ngx_stream_keyval_module.pod
./nginx-1.15/pod/nginx/ngx_stream_limit_conn_module.pod
./nginx-1.15/pod/nginx/ngx_stream_log_module.pod
./nginx-1.15/pod/nginx/ngx_stream_map_module.pod
./nginx-1.15/pod/nginx/ngx_stream_proxy_module.pod
./nginx-1.15/pod/nginx/switches.pod
./nginx-1.15/pod/nginx/ngx_stream_realip_module.pod
./nginx-1.15/pod/nginx/ngx_stream_return_module.pod
./nginx-1.15/pod/nginx/ngx_stream_split_clients_module.pod
./nginx-1.15/pod/nginx/ngx_stream_ssl_module.pod
./nginx-1.15/pod/nginx/ngx_stream_ssl_preread_module.pod
./nginx-1.15/pod/nginx/ngx_stream_upstream_hc_module.pod
./nginx-1.15/pod/nginx/ngx_stream_upstream_module.pod
./nginx-1.15/pod/nginx/ngx_stream_zone_sync_module.pod
./nginx-1.15/pod/nginx/request_processing.pod
./nginx-1.15/pod/nginx/server_names.pod
./nginx-1.15/pod/nginx/stream_processing.pod
./nginx-1.15/pod/nginx/syntax.pod
./nginx-1.15/pod/nginx/sys_errlist.pod
./nginx-1.15/pod/nginx/syslog.pod
./nginx-1.15/pod/nginx/variables_in_config.pod
./nginx-1.15/pod/nginx/websocket.pod
./nginx-1.15/pod/nginx/welcome_nginx_facebook.pod
./nginx-1.15/pod/nginx/windows.pod
./nginx-1.15/pod/ngx_coolkit-0.2/
./nginx-1.15/pod/ngx_devel_kit-0.3.1rc1/
./nginx-1.15/pod/ngx_devel_kit-0.3.1rc1/ngx_devel_kit-0.3.1rc1.pod
./nginx-1.15/pod/ngx_lua_upstream-0.07/
./nginx-1.15/pod/ngx_lua_upstream-0.07/ngx_lua_upstream-0.07.pod
./nginx-1.15/pod/ngx_lua-0.10.15/
./nginx-1.15/pod/ngx_lua-0.10.15/.github.issue_template.pod
./nginx-1.15/pod/ngx_lua-0.10.15/.github.pull_request_template.pod
./nginx-1.15/pod/ngx_lua-0.10.15/ngx_lua-0.10.15.pod
./nginx-1.15/pod/ngx_postgres-1.0/
./nginx-1.15/pod/ngx_postgres-1.0/ngx_postgres-1.0.pod
./nginx-1.15/pod/ngx_postgres-1.0/todo.pod
./nginx-1.15/pod/ngx_stream_lua-0.0.7/
./nginx-1.15/pod/ngx_stream_lua-0.0.7/dev_notes.pod
./nginx-1.15/pod/ngx_stream_lua-0.0.7/ngx_stream_lua-0.0.7.pod
./nginx-1.15/pod/opm-0.0.5/
./nginx-1.15/pod/opm-0.0.5/opm-0.0.5.pod
./nginx-1.15/pod/rds-csv-nginx-module-0.09/
./nginx-1.15/pod/rds-csv-nginx-module-0.09/rds-csv-nginx-module-0.09.pod
./nginx-1.15/pod/rds-json-nginx-module-0.15/
./nginx-1.15/pod/rds-json-nginx-module-0.15/rds-json-nginx-module-0.15.pod
./nginx-1.15/pod/redis2-nginx-module-0.15/
./nginx-1.15/pod/redis2-nginx-module-0.15/redis2-nginx-module-0.15.pod
./nginx-1.15/pod/redis-nginx-module-0.3.7/
./nginx-1.15/pod/resty-cli-0.24/
./nginx-1.15/pod/resty-cli-0.24/resty-cli-0.24.pod
./nginx-1.15/pod/set-misc-nginx-module-0.32/
./nginx-1.15/pod/set-misc-nginx-module-0.32/set-misc-nginx-module-0.32.pod
./nginx-1.15/pod/srcache-nginx-module-0.31/
./nginx-1.15/pod/srcache-nginx-module-0.31/srcache-nginx-module-0.31.pod
./nginx-1.15/pod/xss-nginx-module-0.06/
./nginx-1.15/pod/xss-nginx-module-0.06/xss-nginx-module-0.06.pod
./nginx-1.15/site/
./nginx-1.15/site/lualib/
./nginx-1.15/site/manifest/
./nginx-1.15/site/pod/
./nginx-1.15/COPYRIGHT
./nginx-1.15/reload
./nginx-1.15/resty.index
./nginx-1.15/start
./nginx-1.15/status
./nginx-1.15/stop
--2020-02-25 00:10:35-- https://download.xp.cn/soft/ftp/pureftpd-1.0.47.tar.gz
Resolving download.xp.cn (download.xp.cn)... 58.215.145.132
Connecting to download.xp.cn (download.xp.cn)|58.215.145.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 296255 (289K) [application/gzip]
Saving to: ‘/usr/local/phpstudy/soft/ftp/pureftpd-1.0.47.tar.gz’

/usr/local/phpstudy/soft/ftp/pureftpd-1.0.47.t 100%[====================================================================================================>] 289.31K 1.72MB/s in 0.2s

2020-02-25 00:10:38 (1.72 MB/s) - ‘/usr/local/phpstudy/soft/ftp/pureftpd-1.0.47.tar.gz’ saved [296255/296255]

./pureftpd-1.0.47/
./pureftpd-1.0.47/bin/
./pureftpd-1.0.47/bin/mkdb
./pureftpd-1.0.47/bin/pure-pw
./pureftpd-1.0.47/bin/pure-pwconvert
./pureftpd-1.0.47/bin/pure-statsdecode
./pureftpd-1.0.47/etc/
./pureftpd-1.0.47/etc/pure-ftpd.conf
./pureftpd-1.0.47/sbin/
./pureftpd-1.0.47/sbin/pure-authd
./pureftpd-1.0.47/sbin/pure-ftpd
./pureftpd-1.0.47/sbin/pure-ftpwho
./pureftpd-1.0.47/sbin/pure-mrtginfo
./pureftpd-1.0.47/sbin/pure-quotacheck
./pureftpd-1.0.47/sbin/pure-uploadscript
--2020-02-25 00:10:38-- https://download.xp.cn/web/web.tar.xz
Resolving download.xp.cn (download.xp.cn)... 58.215.145.132
Connecting to download.xp.cn (download.xp.cn)|58.215.145.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 20658272 (20M) [application/x-xz]
Saving to: ‘/usr/local/phpstudy/web/web.tar.xz’

/usr/local/phpstudy/web/web.tar.xz 100%[====================================================================================================>] 19.70M 1.08MB/s in 21s

2020-02-25 00:11:01 (981 KB/s) - ‘/usr/local/phpstudy/web/web.tar.xz’ saved [20658272/20658272]

/usr/local/phpstudy/web/web.tar.xz (1/1)
100 % 19.7 MiB / 78.9 MiB = 0.250 0:01
datascreen.html
dist/
dist/config.js
dist/controller/
dist/controller/common.js
dist/controller/console.js
dist/controller/dbList.js
dist/controller/ftpList.js
dist/controller/logsList.js
dist/controller/sample.js
dist/controller/secIPList.js
dist/controller/secPortList.js
dist/controller/siteList.js
dist/controller/softList.js
dist/controller/tasksList.js
dist/controller/user.js
dist/controller/useradmin.js
dist/index.js
dist/lib/
dist/lib/admin.js
dist/lib/extend/
dist/lib/extend/echarts.js
dist/lib/extend/echartsTheme.js
dist/lib/view.js
dist/style/
dist/style/admin.css
dist/style/login.css
dist/style/res/
dist/style/res/bg-none.jpg
dist/style/res/layui-logo.jpg
dist/style/res/logo-black.png
dist/style/res/logo.png
dist/style/template.css
dist/views/
dist/views/account/
dist/views/account/logout.html
dist/views/admins/
dist/views/admins/admin/
dist/views/admins/admin/add.html
dist/views/admins/admin/lists.html
dist/views/admins/admin/menus.html
dist/views/admins/admin/rolelist.html
dist/views/admins/admin/role_add.html
dist/views/datascreen/
dist/views/datascreen/detail.html
dist/views/home/
dist/views/home/databases/
dist/views/home/databases/add.html
dist/views/home/databases/backup.html
dist/views/home/databases/editAccess.html
dist/views/home/databases/editPwd.html
dist/views/home/databases/editRootPwd.html
dist/views/home/databases/imports.html
dist/views/home/databases/index.html
dist/views/home/files/
dist/views/home/files/copys.html
dist/views/home/files/create_file.html
dist/views/home/files/create_folder.html
dist/views/home/files/decompress.html
dist/views/home/files/edit_file.html
dist/views/home/files/fileManage.html
dist/views/home/files/index.html
dist/views/home/files/set_compress.html
dist/views/home/files/set_rename.html
dist/views/home/files/set_rights.html
dist/views/home/files/shears.html
dist/views/home/files/upload_file.html
dist/views/home/ftp/
dist/views/home/ftp/add.html
dist/views/home/ftp/editPort.html
dist/views/home/ftp/editPwd.html
dist/views/home/ftp/index.html
dist/views/home/logs/
dist/views/home/logs/index.html
dist/views/home/monitor/
dist/views/home/monitor/custom_date.html
dist/views/home/monitor/index.html
dist/views/home/security/
dist/views/home/security/index.html
dist/views/home/setting/
dist/views/home/setting/editpwd.html
dist/views/home/setting/editUsername.html
dist/views/home/setting/index.html
dist/views/home/shop/
dist/views/home/shop/togroups.html
dist/views/home/site/
dist/views/home/site/add.html
dist/views/home/site/defaultSite.html
dist/views/home/site/default_page.html
dist/views/home/site/edit.html
dist/views/home/site/editDefault.html
dist/views/home/site/index.html
dist/views/home/site/setting/
dist/views/home/site/setting.html
dist/views/home/site/setting/301.html
dist/views/home/site/setting/child_bind.html
dist/views/home/site/setting/config_file.html
dist/views/home/site/setting/default_index.html
dist/views/home/site/setting/domain.html
dist/views/home/site/setting/flow_limit.html
dist/views/home/site/setting/php_cli_versions.html
dist/views/home/site/setting/php_versions.html
dist/views/home/site/setting/reverse_proxy.html
dist/views/home/site/setting/rewrite_static.html
dist/views/home/site/setting/site_folder.html
dist/views/home/site/setting/ssl.html
dist/views/home/site/setting/stealing_link.html
dist/views/home/site/setting/template_save_as.html
dist/views/home/site/setting_java/
dist/views/home/site/setting_java.html
dist/views/home/site/setting_java/301.html
dist/views/home/site/setting_java/child_bind.html
dist/views/home/site/setting_java/config_file.html
dist/views/home/site/setting_java/default_index.html
dist/views/home/site/setting_java/domain.html
dist/views/home/site/setting_java/flow_limit.html
dist/views/home/site/setting_java/java_versions.html
dist/views/home/site/setting_java/reverse_proxy.html
dist/views/home/site/setting_java/rewrite_static.html
dist/views/home/site/setting_java/site_folder.html
dist/views/home/site/setting_java/ssl.html
dist/views/home/site/setting_java/stealing_link.html
dist/views/home/site/setting_java/template_save_as.html
dist/views/home/site/setting_no_auto_config.html
dist/views/home/soft/
dist/views/home/soft/account.html
dist/views/home/soft/add_site.html
dist/views/home/soft/buysoft.html
dist/views/home/soft/index.html
dist/views/home/soft/lists.html
dist/views/home/soft/setting/
dist/views/home/soft/setting/apache/
dist/views/home/soft/setting/apache/apache.html
dist/views/home/soft/setting/apache/edit_config.html
dist/views/home/soft/setting/apache/error_logs.html
dist/views/home/soft/setting/apache/loadstatus.html
dist/views/home/soft/setting/apache/performance.html
dist/views/home/soft/setting/filesafe/
dist/views/home/soft/setting/filesafe/exclude_files.html
dist/views/home/soft/setting/filesafe/filesafe.html
dist/views/home/soft/setting/filesafe/logs.html
dist/views/home/soft/setting/filesafe/optlogs.html
dist/views/home/soft/setting/filesafe/overview.html
dist/views/home/soft/setting/filesafe/protect_files.html
dist/views/home/soft/setting/memcached/
dist/views/home/soft/setting/memcached/edit_config.html
dist/views/home/soft/setting/memcached/installs.html
dist/views/home/soft/setting/memcached/loadstatus.html
dist/views/home/soft/setting/memcached/memcached.html
dist/views/home/soft/setting/memcached/performance.html
dist/views/home/soft/setting/mysql/
dist/views/home/soft/setting/mysql/config_edit.html
dist/views/home/soft/setting/mysql/logs.html
dist/views/home/soft/setting/mysql/mysql.html
dist/views/home/soft/setting/mysql/performance.html
dist/views/home/soft/setting/mysql/port.html
dist/views/home/soft/setting/mysql/slow_logs.html
dist/views/home/soft/setting/mysql/status.html
dist/views/home/soft/setting/mysql/storage.html
dist/views/home/soft/setting/nginx/
dist/views/home/soft/setting/nginx/edit_config.html
dist/views/home/soft/setting/nginx/error_logs.html
dist/views/home/soft/setting/nginx/loadstatus.html
dist/views/home/soft/setting/nginx/nginx.html
dist/views/home/soft/setting/nginx/performance.html
dist/views/home/soft/setting/php/
dist/views/home/soft/setting/php/config_edit.html
dist/views/home/soft/setting/php/dis_funcs.html
dist/views/home/soft/setting/php/exts.html
dist/views/home/soft/setting/php/load_status.html
dist/views/home/soft/setting/php/logs.html
dist/views/home/soft/setting/php/params_edit.html
dist/views/home/soft/setting/php/performance.html
dist/views/home/soft/setting/php/php.html
dist/views/home/soft/setting/php/session_config.html
dist/views/home/soft/setting/redis/
dist/views/home/soft/setting/redis/edit_config.html
dist/views/home/soft/setting/redis/loadstatus.html
dist/views/home/soft/setting/redis/performance.html
dist/views/home/soft/setting/redis/redis.html
dist/views/home/soft/setting/waf/
dist/views/home/soft/setting/waf/args_black.html
dist/views/home/soft/setting/waf/cc.html
dist/views/home/soft/setting/waf/cookie_black.html
dist/views/home/soft/setting/waf/edit_rule.html
dist/views/home/soft/setting/waf/filext_black.html
dist/views/home/soft/setting/waf/ip_black.html
dist/views/home/soft/setting/waf/ip_white.html
dist/views/home/soft/setting/waf/logs.html
dist/views/home/soft/setting/waf/post_check.html
dist/views/home/soft/setting/waf/ua_black.html
dist/views/home/soft/setting/waf/url_black.html
dist/views/home/soft/setting/waf/url_white.html
dist/views/home/soft/setting/waf/waf.html
dist/views/home/soft/setting/waf/waf_index.html
dist/views/home/soft/setting/webshell/
dist/views/home/soft/setting/webshell/edit_config.html
dist/views/home/soft/setting/webshell/webshell.html
dist/views/home/soft/setting/xpdiskmount/
dist/views/home/soft/setting/xpdiskmount/optlogs.html
dist/views/home/soft/setting/xpdiskmount/optset.html
dist/views/home/soft/setting/xpdiskmount/xpdiskmount.html
dist/views/home/soft/setting/xplogin.html
dist/views/home/soft/site_list.html
dist/views/home/tasks/
dist/views/home/tasks/addTask.html
dist/views/home/tasks/add_shell.html
dist/views/home/tasks/backup_db.html
dist/views/home/tasks/backup_site.html
dist/views/home/tasks/free_memory.html
dist/views/home/tasks/index.html
dist/views/home/tasks/logs_cuting.html
dist/views/home/tasks/viewlogs.html
dist/views/home/tasks/viewscript.html
dist/views/home/tasks/visit_url.html
dist/views/home/waf/
dist/views/home/waf/index.html
dist/views/iframe/
dist/views/iframe/layer/
dist/views/iframe/layer/iframe.html
dist/views/iframe/link/
dist/views/iframe/link/baidu.html
dist/views/iframe/link/layui.html
dist/views/iframe/link/layuiAdmin.html
dist/views/iframe/˵\303\367.txt
dist/views/index.html
dist/views/layout.html
dist/views/set/
dist/views/set/system/
dist/views/set/system/email.html
dist/views/set/system/website.html
dist/views/set/user/
dist/views/set/user/editUsername.html
dist/views/set/user/info.html
dist/views/set/user/password.html
dist/views/set/˵\303\367.txt
dist/views/system/
dist/views/system/about.html
dist/views/system/more.html
dist/views/system/servers/
dist/views/system/servers.html
dist/views/system/servers/add.html
dist/views/system/servers/lists.html
dist/views/system/theme.html
dist/views/system/˵\303\367.txt
dist/views/template/
dist/views/template/tips/
dist/views/template/tips/404.html
dist/views/template/tips/error.html
dist/views/template/tips/test.html
dist/views/template/user/
dist/views/template/user/forget.html
dist/views/template/user/login.html
dist/views/template/user/reg.html
dist/views/user/
dist/views/user/administrators/
dist/views/user/administrators/adminform.html
dist/views/user/administrators/list.html
dist/views/user/administrators/role.html
dist/views/user/administrators/roleform.html
dist/views/user/forget.html
dist/views/user/login.html
dist/views/user/reg.html
dist/views/user/user/
dist/views/user/user/list.html
dist/views/user/user/userform.html
error.html
favicon.ico
index.php
php-7.3.8/
php-7.3.8/bin/
php-7.3.8/bin/pear
php-7.3.8/bin/peardev
php-7.3.8/bin/pecl
php-7.3.8/bin/phar
php-7.3.8/bin/phar.phar
php-7.3.8/bin/php
php-7.3.8/bin/php-config
php-7.3.8/bin/phpize
php-7.3.8/etc/
php-7.3.8/etc/pear.conf
php-7.3.8/etc/php-fpm.conf
php-7.3.8/etc/php-fpm.conf.default
php-7.3.8/etc/php-fpm.d/
php-7.3.8/etc/php-fpm.d/www.conf
php-7.3.8/etc/php-fpm.d/www.conf.default
php-7.3.8/etc/php.ini
php-7.3.8/php/
php-7.3.8/php/php/
php-7.3.8/php/php/fpm/
php-7.3.8/php/php/fpm/status.html
php-7.3.8/sbin/
php-7.3.8/sbin/depends/
php-7.3.8/sbin/depends/libfreetype.so.6
php-7.3.8/sbin/depends/libicudata.so.50
php-7.3.8/sbin/depends/libicui18n.so.50
php-7.3.8/sbin/depends/libicuio.so.50
php-7.3.8/sbin/depends/libicuuc.so.50
php-7.3.8/sbin/depends/libjpeg.so.62
php-7.3.8/sbin/depends/libpng15.so.15
php-7.3.8/sbin/depends/libsodium.so.23
php-7.3.8/var/
php-7.3.8/var/log/
php-7.3.8/var/run/
robots.txt
service/
service/app/
service/app/account.php
service/app/admins.php
service/app/base.php
service/app/databases.php
service/app/datascreen.php
service/app/files.php
service/app/ftp.php
service/app/Index.php
service/app/lib/
service/app/lib/common.php
service/app/lib/phpqrcode.php
service/app/lib/socket.php
service/app/lib/Vericode.php
service/app/log.php
service/app/menu.php
service/app/model/
service/app/model/Account.php
service/app/model/Auth.php
service/app/monitor.php
service/app/pane_setting.php
service/app/phpmyadmin.php
service/app/security.php
service/app/servers.php
service/app/shop.php
service/app/sites.php
service/app/sites_setting.php
service/app/softs.php
service/app/softstatus.php
service/app/soft_setting/
service/app/soft_setting/apache_setting.php
service/app/soft_setting/diskmount.php
service/app/soft_setting/filesafe_setting.php
service/app/soft_setting/memcached_setting.php
service/app/soft_setting/mysql_setting.php
service/app/soft_setting/nginx_setting.php
service/app/soft_setting/php_setting.php
service/app/soft_setting/redis_setting.php
service/app/soft_setting/webshell_setting.php
service/app/soft_switchs.php
service/app/tasks.php
service/app/waf.php
service/httpServer/
service/httpServer/cpucore
service/httpServer/start.php
service/httpServer/Workerman/
service/httpServer/Workerman/Autoloader.php
service/httpServer/Workerman/composer.json
service/httpServer/Workerman/Connection/
service/httpServer/Workerman/Connection/AsyncTcpConnection.php
service/httpServer/Workerman/Connection/AsyncUdpConnection.php
service/httpServer/Workerman/Connection/ConnectionInterface.php
service/httpServer/Workerman/Connection/TcpConnection.php
service/httpServer/Workerman/Connection/UdpConnection.php
service/httpServer/Workerman/Events/
service/httpServer/Workerman/Events/Ev.php
service/httpServer/Workerman/Events/Event.php
service/httpServer/Workerman/Events/EventInterface.php
service/httpServer/Workerman/Events/Libevent.php
service/httpServer/Workerman/Events/React/
service/httpServer/Workerman/Events/React/Base.php
service/httpServer/Workerman/Events/React/ExtEventLoop.php
service/httpServer/Workerman/Events/React/ExtLibEventLoop.php
service/httpServer/Workerman/Events/React/StreamSelectLoop.php
service/httpServer/Workerman/Events/Select.php
service/httpServer/Workerman/Events/Swoole.php
service/httpServer/Workerman/Lib/
service/httpServer/Workerman/Lib/Constants.php
service/httpServer/Workerman/Lib/Timer.php
service/httpServer/Workerman/Protocols/
service/httpServer/Workerman/Protocols/Frame.php
service/httpServer/Workerman/Protocols/Http/
service/httpServer/Workerman/Protocols/Http.php
service/httpServer/Workerman/Protocols/Http/mime.types
service/httpServer/Workerman/Protocols/ProtocolInterface.php
service/httpServer/Workerman/Protocols/Text.php
service/httpServer/Workerman/Protocols/Websocket.php
service/httpServer/Workerman/Protocols/Ws.php
service/httpServer/Workerman/WebServer.php
service/httpServer/Workerman/Worker.php
socket.log
start
static/
static/css/
static/css/alifont/
static/css/alifont/iconfont.css
static/css/alifont/iconfont.eot
static/css/alifont/iconfont.svg
static/css/alifont/iconfont.ttf
static/css/alifont/iconfont.woff
static/css/alifont/iconfont.woff2
static/css/site.css
static/echarts/
static/echarts/echarts-gl.min.js
static/echarts/echarts.js
static/echarts/echarts.min.js
static/echarts/flights - \270\261\261\276.json
static/echarts/flights.json
static/echarts/jquery3.4.1.js
static/echarts/map.js
static/echarts/site.js
static/echarts/world.js
static/fonts/
static/fonts/COOPBL.TTF
static/fonts/fontawesome-webfont.eot
static/fonts/fontawesome-webfont.svg
static/fonts/fontawesome-webfont.ttf
static/fonts/fontawesome-webfont.woff
static/fonts/fontawesome-webfont.woff2
static/fonts/FontAwesome.otf
static/image/
static/image/apache.png
static/image/apache_waf.png
static/image/computer.png
static/image/disk_16.png
static/image/eye.png
static/image/file.png
static/image/file3.png
static/image/folder.png
static/image/folder2.png
static/image/folder3.png
static/image/ftp.png
static/image/memcached.png
static/image/mysql.png
static/image/nginx.png
static/image/nginx_waf.png
static/image/pause.png
static/image/php.png
static/image/php5.4.png
static/image/php5.6.png
static/image/php7.1.png
static/image/php7.2.png
static/image/phpmyadmin.png
static/image/pureftpd.png
static/image/redis.png
static/image/start.png
static/image/stop.png
static/image/triangle.png
static/js/
static/js/auto-line-number.js
static/js/echarts.min.js
static/js/home/
static/js/home/databases/
static/js/home/databases/add.js
static/js/home/databases/backup.js
static/js/home/databases/editaccess.js
static/js/home/databases/editpwd.js
static/js/home/databases/editrootpwd.js
static/js/home/databases/imports.js
static/js/home/databases/index.js
static/js/home/files/
static/js/home/files/copys.js
static/js/home/files/create_file.js
static/js/home/files/create_folder.js
static/js/home/files/decompress.js
static/js/home/files/edit_file.js
static/js/home/files/filemanage.js
static/js/home/files/index.js
static/js/home/files/set_compress.js
static/js/home/files/set_rights.js
static/js/home/files/shears.js
static/js/home/files/upload_file.js
static/js/home/ftp/
static/js/home/ftp/add.js
static/js/home/ftp/editport.js
static/js/home/ftp/editpwd.js
static/js/home/ftp/index.js
static/js/home/index.js
static/js/home/logs/
static/js/home/logs/index.js
static/js/home/monitor/
static/js/home/monitor/custom_date.js
static/js/home/monitor/index.js
static/js/home/security/
static/js/home/security/index.js
static/js/home/setting/
static/js/home/setting/editpwd.js
static/js/home/setting/editusername.js
static/js/home/setting/index.js
static/js/home/site/
static/js/home/site/add.js
static/js/home/site/defaultsite.js
static/js/home/site/default_page.js
static/js/home/site/edit.js
static/js/home/site/editdefault.js
static/js/home/site/index.js
static/js/home/site/setting/
static/js/home/site/setting.js
static/js/home/site/setting/301.js
static/js/home/site/setting/child_bind.js
static/js/home/site/setting/config_file.js
static/js/home/site/setting/default_index.js
static/js/home/site/setting/domain.js
static/js/home/site/setting/flow_limit.js
static/js/home/site/setting/get_free_ssl.js
static/js/home/site/setting/java_versions.js
static/js/home/site/setting/php_cli_versions.js
static/js/home/site/setting/php_versions.js
static/js/home/site/setting/reverse_proxy.js
static/js/home/site/setting/rewrite_static.js
static/js/home/site/setting/site_folder.js
static/js/home/site/setting/ssl.js
static/js/home/site/setting/stealing_link.js
static/js/home/site/setting_java.js
static/js/home/soft/
static/js/home/soft/add_site.js
static/js/home/soft/lists.js
static/js/home/soft/setting/
static/js/home/soft/setting/apache/
static/js/home/soft/setting/apache/apache.js
static/js/home/soft/setting/apache/edit_config.js
static/js/home/soft/setting/apache/error_logs.js
static/js/home/soft/setting/apache/loadstatus.js
static/js/home/soft/setting/apache/performance.js
static/js/home/soft/setting/filesafe/
static/js/home/soft/setting/filesafe/exclude_files.js
static/js/home/soft/setting/filesafe/filesafe.js
static/js/home/soft/setting/filesafe/logs.js
static/js/home/soft/setting/filesafe/optlogs.js
static/js/home/soft/setting/filesafe/overview.js
static/js/home/soft/setting/filesafe/protect_files.js
static/js/home/soft/setting/memcached/
static/js/home/soft/setting/memcached/edit_config.js
static/js/home/soft/setting/memcached/loadstatus.js
static/js/home/soft/setting/memcached/memcached.js
static/js/home/soft/setting/memcached/performance.js
static/js/home/soft/setting/mysql/
static/js/home/soft/setting/mysql/config_edit.js
static/js/home/soft/setting/mysql/logs.js
static/js/home/soft/setting/mysql/mysql.js
static/js/home/soft/setting/mysql/performance.js
static/js/home/soft/setting/mysql/port.js
static/js/home/soft/setting/mysql/slow_logs.js
static/js/home/soft/setting/mysql/status.js
static/js/home/soft/setting/mysql/storage.js
static/js/home/soft/setting/nginx/
static/js/home/soft/setting/nginx/edit_config.js
static/js/home/soft/setting/nginx/error_logs.js
static/js/home/soft/setting/nginx/loadstatus.js
static/js/home/soft/setting/nginx/nginx.js
static/js/home/soft/setting/nginx/performance.js
static/js/home/soft/setting/php/
static/js/home/soft/setting/php/config_edit.js
static/js/home/soft/setting/php/dis_funcs.js
static/js/home/soft/setting/php/exts.js
static/js/home/soft/setting/php/load_status.js
static/js/home/soft/setting/php/logs.js
static/js/home/soft/setting/php/params_edit.js
static/js/home/soft/setting/php/performance.js
static/js/home/soft/setting/php/php.js
static/js/home/soft/setting/php/session_config.js
static/js/home/soft/setting/redis/
static/js/home/soft/setting/redis/edit_config.js
static/js/home/soft/setting/redis/loadstatus.js
static/js/home/soft/setting/redis/performance.js
static/js/home/soft/setting/redis/redis.js
static/js/home/soft/setting/waf/
static/js/home/soft/setting/waf/args_black.js
static/js/home/soft/setting/waf/cc.js
static/js/home/soft/setting/waf/cookie_black.js
static/js/home/soft/setting/waf/edit_rule.js
static/js/home/soft/setting/waf/filext_black.js
static/js/home/soft/setting/waf/ip_black.js
static/js/home/soft/setting/waf/ip_white.js
static/js/home/soft/setting/waf/logs.js
static/js/home/soft/setting/waf/post_check.js
static/js/home/soft/setting/waf/ua_black.js
static/js/home/soft/setting/waf/url_black.js
static/js/home/soft/setting/waf/url_white.js
static/js/home/soft/setting/waf/waf.js
static/js/home/soft/setting/waf/waf_index.js
static/js/home/soft/setting/webshell/
static/js/home/soft/setting/webshell/webshell.js
static/js/home/soft/setting/xpdiskmount/
static/js/home/soft/setting/xpdiskmount/optlogs.js
static/js/home/soft/setting/xpdiskmount/optset.js
static/js/home/soft/setting/xpdiskmount/xpdiskmount.js
static/js/home/soft/site_list.js
static/js/index.js
static/js/jquery-1.12.0.min.js
static/js/md5.min.js
static/js/monitors.js
static/js/user/
static/js/user/login.js
static/layui/
static/layui/css/
static/layui/css/layui.css
static/layui/css/layui.mobile.css
static/layui/css/modules/
static/layui/css/modules/code.css
static/layui/css/modules/laydate/
static/layui/css/modules/laydate/default/
static/layui/css/modules/laydate/default/laydate.css
static/layui/css/modules/layer/
static/layui/css/modules/layer/default/
static/layui/css/modules/layer/default/icon-ext.png
static/layui/css/modules/layer/default/icon-white.png
static/layui/css/modules/layer/default/icon.png
static/layui/css/modules/layer/default/layer.css
static/layui/css/modules/layer/default/loading-0.gif
static/layui/css/modules/layer/default/loading-1.gif
static/layui/css/modules/layer/default/loading-2.gif
static/layui/css/modules/layim/
static/layui/css/modules/layim/html/
static/layui/css/modules/layim/html/chatlog.html
static/layui/css/modules/layim/html/find.html
static/layui/css/modules/layim/html/getmsg.json
static/layui/css/modules/layim/html/msgbox.html
static/layui/css/modules/layim/layim.css
static/layui/css/modules/layim/mobile/
static/layui/css/modules/layim/mobile/layim.css
static/layui/css/modules/layim/skin/
static/layui/css/modules/layim/skin/1.jpg
static/layui/css/modules/layim/skin/2.jpg
static/layui/css/modules/layim/skin/3.jpg
static/layui/css/modules/layim/skin/4.jpg
static/layui/css/modules/layim/skin/5.jpg
static/layui/css/modules/layim/skin/logo.jpg
static/layui/css/modules/layim/voice/
static/layui/css/modules/layim/voice/default.mp3
static/layui/font/
static/layui/font/iconfont.eot
static/layui/font/iconfont.svg
static/layui/font/iconfont.ttf
static/layui/font/iconfont.woff
static/layui/images/
static/layui/images/face/
static/layui/images/face/0.gif
static/layui/images/face/1.gif
static/layui/images/face/10.gif
static/layui/images/face/11.gif
static/layui/images/face/12.gif
static/layui/images/face/13.gif
static/layui/images/face/14.gif
static/layui/images/face/15.gif
static/layui/images/face/16.gif
static/layui/images/face/17.gif
static/layui/images/face/18.gif
static/layui/images/face/19.gif
static/layui/images/face/2.gif
static/layui/images/face/20.gif
static/layui/images/face/21.gif
static/layui/images/face/22.gif
static/layui/images/face/23.gif
static/layui/images/face/24.gif
static/layui/images/face/25.gif
static/layui/images/face/26.gif
static/layui/images/face/27.gif
static/layui/images/face/28.gif
static/layui/images/face/29.gif
static/layui/images/face/3.gif
static/layui/images/face/30.gif
static/layui/images/face/31.gif
static/layui/images/face/32.gif
static/layui/images/face/33.gif
static/layui/images/face/34.gif
static/layui/images/face/35.gif
static/layui/images/face/36.gif
static/layui/images/face/37.gif
static/layui/images/face/38.gif
static/layui/images/face/39.gif
static/layui/images/face/4.gif
static/layui/images/face/40.gif
static/layui/images/face/41.gif
static/layui/images/face/42.gif
static/layui/images/face/43.gif
static/layui/images/face/44.gif
static/layui/images/face/45.gif
static/layui/images/face/46.gif
static/layui/images/face/47.gif
static/layui/images/face/48.gif
static/layui/images/face/49.gif
static/layui/images/face/5.gif
static/layui/images/face/50.gif
static/layui/images/face/51.gif
static/layui/images/face/52.gif
static/layui/images/face/53.gif
static/layui/images/face/54.gif
static/layui/images/face/55.gif
static/layui/images/face/56.gif
static/layui/images/face/57.gif
static/layui/images/face/58.gif
static/layui/images/face/59.gif
static/layui/images/face/6.gif
static/layui/images/face/60.gif
static/layui/images/face/61.gif
static/layui/images/face/62.gif
static/layui/images/face/63.gif
static/layui/images/face/64.gif
static/layui/images/face/65.gif
static/layui/images/face/66.gif
static/layui/images/face/67.gif
static/layui/images/face/68.gif
static/layui/images/face/69.gif
static/layui/images/face/7.gif
static/layui/images/face/70.gif
static/layui/images/face/71.gif
static/layui/images/face/8.gif
static/layui/images/face/9.gif
static/layui/lay/
static/layui/layui.all.js
static/layui/layui.js
static/layui/lay/modules/
static/layui/lay/modules/carousel.js
static/layui/lay/modules/code.js
static/layui/lay/modules/colorpicker.js
static/layui/lay/modules/element.js
static/layui/lay/modules/flow.js
static/layui/lay/modules/form.js
static/layui/lay/modules/jquery.js
static/layui/lay/modules/laydate.js
static/layui/lay/modules/layedit.js
static/layui/lay/modules/layer.js
static/layui/lay/modules/layim.js
static/layui/lay/modules/laypage.js
static/layui/lay/modules/laytpl.js
static/layui/lay/modules/mobile.js
static/layui/lay/modules/rate.js
static/layui/lay/modules/slider.js
static/layui/lay/modules/table.js
static/layui/lay/modules/tree.js
static/layui/lay/modules/upload.js
static/layui/lay/modules/upload_old.js
static/layui/lay/modules/util.js
static/theme/
static/theme/css/
static/theme/css/desktop.css
static/theme/css/html.css
static/theme/image/
static/theme/image/gui/
static/theme/image/gui/bar_bottom.png
static/theme/image/gui/bar_top.png
static/theme/image/gui/bar_top_link.png
static/theme/image/gui/trans_black.png
static/theme/image/gui/trans_white.png
static/theme/image/gui/window_buttons.gif
static/theme/image/gui/window_content.gif
static/theme/image/gui/window_corner.gif
static/theme/image/icons/
static/theme/image/icons/ico.gif
static/theme/image/icons/icon_16_computer.png
static/theme/image/icons/icon_16_disc.png
static/theme/image/icons/icon_16_documents.png
static/theme/image/icons/icon_16_drive.png
static/theme/image/icons/icon_16_folder.png
static/theme/image/icons/icon_16_folder_home.png
static/theme/image/icons/icon_16_folder_remote.png
static/theme/image/icons/icon_16_music.png
static/theme/image/icons/icon_16_network.png
static/theme/image/icons/icon_16_page.png
static/theme/image/icons/icon_16_photo.png
static/theme/image/icons/icon_16_server.png
static/theme/image/icons/icon_16_system.png
static/theme/image/icons/icon_16_trash.png
static/theme/image/icons/icon_16_vpn.png
static/theme/image/icons/icon_22_computer.png
static/theme/image/icons/icon_22_desktop.png
static/theme/image/icons/icon_22_disc.png
static/theme/image/icons/icon_22_drive.png
static/theme/image/icons/icon_22_network.png
static/theme/image/icons/icon_22_recycle.png
static/theme/image/icons/icon_32_computer.png
static/theme/image/icons/icon_32_disc.png
static/theme/image/icons/icon_32_drive.png
static/theme/image/icons/icon_32_network.png
static/theme/image/misc/
static/theme/image/misc/album_cover.jpg
static/theme/image/misc/firehost.png
static/theme/image/misc/wallpaper-bak.jpg
static/theme/image/misc/wallpaper.jpg
static/theme/js/
static/theme/js/jquery-1.11.1.min.js
static/theme/js/jquery.desktop.js
static/theme/js/jquery.js
static/theme/js/jquery.ui.js
static/vue/
static/vue/vue.min.js
stop
--2020-02-25 00:11:03-- https://download.xp.cn/system/system.tar.gz
Resolving download.xp.cn (download.xp.cn)... 58.215.145.132
Connecting to download.xp.cn (download.xp.cn)|58.215.145.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 8305361 (7.9M) [application/x-compressed]
Saving to: ‘/usr/local/phpstudy/system.tar.gz’

/usr/local/phpstudy/system.tar.gz 100%[====================================================================================================>] 7.92M 743KB/s in 5.4s

2020-02-25 00:11:11 (1.47 MB/s) - ‘/usr/local/phpstudy/system.tar.gz’ saved [8305361/8305361]

depends/
depends/libbz2.so.1
depends/libc.so.1.0.1
depends/libcrypto.so.1.0.0
depends/libcrypto.so.10
depends/libcurl.so.4
depends/libmemcached.so.11
depends/libmnl.so.0
depends/libmysqlcppconn.so.7
depends/libnetfilter_queue.so.1
depends/libnfnetlink.so.1
depends/libpcre.so.1
depends/libssl.so.1.0.0
depends/libssl.so.10
depends/libtinyxml2.so.7
module/
module/certbot-auto
module/convmv
module/cpulimit
module/curl
module/dos2unix
module/getPidByExe
module/iostat
module/ntpdate
module/php
module/pidstat
module/rar
module/req_ssl
module/rotatelogs
module/unrar
module/unzip
module/xpfirewall
pfw/
pfw/icmp
pfw/ip
pfw/port
phpstudy
phpstudyctl
初始化成功
--2020-02-25 00:11:12-- https://download.xp.cn/docker/docker-18.09.6.tar.xz
Resolving download.xp.cn (download.xp.cn)... 58.215.145.132
Connecting to download.xp.cn (download.xp.cn)|58.215.145.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 31932376 (30M) [application/x-xz]
Saving to: ‘/usr/local/phpstudy/docker-18.09.6.tar.xz’

/usr/local/phpstudy/docker-18.09.6.tar.xz 100%[====================================================================================================>] 30.45M 1.00MB/s in 30s

2020-02-25 00:11:44 (1.03 MB/s) - ‘/usr/local/phpstudy/docker-18.09.6.tar.xz’ saved [31932376/31932376]

/usr/local/phpstudy/docker-18.09.6.tar.xz (1/1)
100 % 30.5 MiB / 157.2 MiB = 0.194 33 MiB/s 0:04
cgroup-lite/
cgroup-lite/cgroup-lite.conf
cgroup-lite/cgroups-mount
cgroup-lite/cgroups-umount
containerd
containerd-shim
ctr
docker
docker-init
docker-proxy
dockerd
runc
--2020-02-25 00:11:50-- https://download.xp.cn/docker/centos_env.tar.xz
Resolving download.xp.cn (download.xp.cn)... 58.215.145.132
Connecting to download.xp.cn (download.xp.cn)|58.215.145.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 87036564 (83M) [application/x-xz]
Saving to: ‘/usr/local/phpstudy/docker-18.09.6/centos_env.tar.xz’

/usr/local/phpstudy/docker-18.09.6/centos_env. 100%[====================================================================================================>] 83.00M 917KB/s in 58s

2020-02-25 00:12:51 (1.43 MB/s) - ‘/usr/local/phpstudy/docker-18.09.6/centos_env.tar.xz’ saved [87036564/87036564]

/usr/local/phpstudy/docker-18.09.6/centos_env.tar.xz (1/1)
100 % 83.0 MiB / 386.0 MiB = 0.215 56 MiB/s 0:06
--2020-02-25 00:12:58-- https://download.xp.cn/docker/centos_ssl.tar.xz
Resolving download.xp.cn (download.xp.cn)... 58.215.145.132
Connecting to download.xp.cn (download.xp.cn)|58.215.145.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 113046916 (108M) [application/x-xz]
Saving to: ‘/usr/local/phpstudy/docker-18.09.6/centos_ssl.tar.xz’

/usr/local/phpstudy/docker-18.09.6/centos_ssl. 100%[====================================================================================================>] 107.81M 1.25MB/s in 94s

2020-02-25 00:14:35 (1.14 MB/s) - ‘/usr/local/phpstudy/docker-18.09.6/centos_ssl.tar.xz’ saved [113046916/113046916]

/usr/local/phpstudy/docker-18.09.6/centos_ssl.tar.xz (1/1)
100 % 107.8 MiB / 402.0 MiB = 0.268 50 MiB/s 0:08
d69483a6face: Loading layer [==================================================>] 209.5MB/209.5MB
dcac1500766d: Loading layer [==================================================>] 194.9MB/194.9MB
0405a3d7f15e: Loading layer [==================================================>] 6.656kB/6.656kB
a6653a384ba2: Loading layer [==================================================>] 327.2kB/327.2kB
Loaded image: centos:v4
9e607bb861a7: Loading layer [==================================================>] 227.4MB/227.4MB
9aa1e2a52bc2: Loading layer [==================================================>] 194.1MB/194.1MB
Loaded image: centos_ssl:v1
3371ff86bd201fb6863a89bcb6e0cee09bc7f8827ec12ff43c336d5492af4b15
3fd01d4270ba7d9fdf6a0a238edae49bea95478ecc0c33cfc4a1e98caeff57ac
--2020-02-25 00:14:59-- https://download.xp.cn/fixeddata/fixeddata.tar.gz
Resolving download.xp.cn (download.xp.cn)... 58.215.145.132
Connecting to download.xp.cn (download.xp.cn)|58.215.145.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3197 (3.1K) [application/gzip]
Saving to: ‘/usr/local/phpstudy/fixeddata/fixeddata.tar.gz’

/usr/local/phpstudy/fixeddata/fixeddata.tar.gz 100%[====================================================================================================>] 3.12K --.-KB/s in 0s

2020-02-25 00:15:02 (120 MB/s) - ‘/usr/local/phpstudy/fixeddata/fixeddata.tar.gz’ saved [3197/3197]

defPages/
defPages/error/
defPages/error/403.html
defPages/error/404.html
defPages/error/502.html
defPages/error/503.html
defPages/error/blank.html
defPages/error/index.html
defPages/error/stop.html
www/
www/admin/
www/admin/localhost_80/
www/admin/localhost_80/data/
www/admin/localhost_80/data/rule/
www/admin/localhost_80/log/
www/admin/localhost_80/log/hacklog/
www/admin/localhost_80/wwwroot/
www/admin/localhost_80/wwwroot/error/
www/admin/localhost_80/wwwroot/error/403.html
www/admin/localhost_80/wwwroot/error/404.html
www/admin/localhost_80/wwwroot/error/502.html
www/admin/localhost_80/wwwroot/error/503.html
www/admin/localhost_80/wwwroot/error/blank.html
www/admin/localhost_80/wwwroot/error/index.html
www/admin/localhost_80/wwwroot/error/stop.html
--2020-02-25 00:15:02-- https://download.xp.cn/vhost/vhost.tar.gz
Resolving download.xp.cn (download.xp.cn)... 58.215.145.132
Connecting to download.xp.cn (download.xp.cn)|58.215.145.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2104 (2.1K) [application/gzip]
Saving to: ‘/usr/local/phpstudy/vhost/vhost.tar.gz’

/usr/local/phpstudy/vhost/vhost.tar.gz 100%[====================================================================================================>] 2.05K --.-KB/s in 0s

2020-02-25 00:15:04 (26.8 MB/s) - ‘/usr/local/phpstudy/vhost/vhost.tar.gz’ saved [2104/2104]

apache/
apache/localhost_80.conf
nginx/
nginx/localhost_80.conf
sys/
sys/apache/
sys/apache/apache_status.conf
sys/apache/php-fpm_status_apache.conf
sys/apache/sys.conf
sys/nginx/
sys/nginx/nginx_status.conf
sys/nginx/php-fpm_status_nginx.conf
sys/nginx/sys.conf
starting..
centos_env

==============运行状态=========================

docker daemon running
centos_env container running
webpanel running
phpstudy running

=================安装完成==================

请用浏览器访问面板http://175.7.25.89:9080/34B79B
系统初始账号:admin
系统初始密码:wMtQwuEGB4
官网https://www.xp.cn
如果使用的是云服务器,请至安全组开放9080端口
如果使用ftp,请开放21以及30000-30050端口
如果在虚拟机安装,请将ip换成虚拟机内网ip

===========================================
[root@localhost vanjob]#

posted @ 2020-02-25 13:58  曦海客·一策书·萬江波  阅读(2651)  评论(0编辑  收藏  举报