

inxi -Fxz
в спойлере (как пользоваться спойлером смотрим здесь)) или же дать ссылку на hw-probe 5. Суть. Желательно с выводом консоли, логами. 6. Скрин. Просьба указывать 2, 3 и 4 независимо от того, имеет ли это отношение к вопросу или нет. Так же не забываем об общих правилах Как пример вот
Код: Выделить всё
System: Host: ServerMoodle Kernel: 4.15.0-42-generic x86_64
bits: 64 gcc: 7.3.0
Console: tty 0 Distro: Ubuntu 18.04.1 LTS
Machine: Device: desktop Mobo: ASUSTeK model: P5G41T-M LX3 v: Rev X.0x serial: N/A
BIOS: American Megatrends v: 0402 date: 05/16/2011
CPU: Dual core Intel Celeron E3400 (-MCP-)
arch: Penryn rev.10 cache: 1024 KB
flags: (lm nx sse sse2 sse3 ssse3 vmx) bmips: 10485
clock speeds: max: 1352 MHz 1: 1352 MHz 2: 1228 MHz
Graphics: Card: Intel 4 Series Integrated Graphics Controller
bus-ID: 00:02.0
Display Server: N/A driver: i915
tty size: 80x24 Advanced Data: N/A out of X
Audio: Card Intel NM10/ICH7 Family High Def. Audio Controller
driver: snd_hda_intel bus-ID: 00:1b.0
Sound: Advanced Linux Sound Architecture v: k4.15.0-42-generic
Network: Card: Qualcomm Atheros AR8151 v2.0 Gigabit Ethernet
driver: atl1c v: 1.0.1.1-NAPI port: ec00 bus-ID: 01:00.0
IF: enp1s0 state: up speed: 100 Mbps duplex: full mac: <filter>
Drives: HDD Total Size: 250.0GB (11.7% used)
ID-1: /dev/sda model: SAMSUNG_HD253GJ size: 250.0GB temp: 34C
Partition: ID-1: / size: 229G used: 28G (13%) fs: ext4 dev: /dev/sda1
RAID: No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors: System Temperatures: cpu: 32.0C mobo: 40.0C
Fan Speeds (in rpm): cpu: 927 sys-1: 0
Info: Processes: 174 Uptime: 43 min Memory: 450.0/1959.0MB
Init: systemd runlevel: 5 Gcc sys: N/A
Client: Shell (bash 4.4.191) inxi: 2.3.56
Код: Выделить всё
<VirtualHost 127.0.0.1:80>
ServerAdmin admin@moodle
DocumentRoot /var/www/html/moodle/
ServerName moodle
ServerAlias www.moodle
<Directory /var/www/html/moodle/>
Options +FollowSymlinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
<VirtualHost 192.168.0.3:80>
ServerAdmin admin@moodle
DocumentRoot /var/www/html/moodle/
ServerName moodle
ServerAlias www.moodle
<Directory /var/www/html/moodle/>
Options +FollowSymlinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
<VirtualHost 10.8.0.1:80>
ServerAdmin admin@moodle
DocumentRoot /var/www/html/moodle/
ServerName moodle
ServerAlias www.moodle
<Directory /var/www/html/moodle/>
Options +FollowSymlinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
Код: Выделить всё
un Dec 9 22:12:53 2018 OpenVPN 2.4.4 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Sep 5 2018
Sun Dec 9 22:12:53 2018 library versions: OpenSSL 1.1.0g 2 Nov 2017, LZO 2.08
Sun Dec 9 22:12:53 2018 NOTE: your local LAN uses the extremely common subnet address 192.168.0.x or 192.168.1.x. Be aware that this might create routing $
Sun Dec 9 22:12:53 2018 Diffie-Hellman initialized with 2048 bit key
Sun Dec 9 22:12:53 2018 Outgoing Control Channel Authentication: Using 256 bit message hash 'SHA256' for HMAC authentication
Sun Dec 9 22:12:53 2018 Incoming Control Channel Authentication: Using 256 bit message hash 'SHA256' for HMAC authentication
Sun Dec 9 22:12:53 2018 ROUTE_GATEWAY 192.168.0.1/255.255.255.0 IFACE=enp1s0 HWADDR=77777777
Sun Dec 9 22:12:53 2018 TUN/TAP device tun0 opened
Sun Dec 9 22:12:53 2018 TUN/TAP TX queue length set to 100
Sun Dec 9 22:12:53 2018 do_ifconfig, tt->did_ifconfig_ipv6_setup=0
Sun Dec 9 22:12:53 2018 /sbin/ip link set dev tun0 up mtu 1500
Sun Dec 9 22:12:53 2018 /sbin/ip addr add dev tun0 local 10.8.0.1 peer 10.8.0.2
Sun Dec 9 22:12:53 2018 /sbin/ip route add 10.8.0.0/24 via 10.8.0.2
Sun Dec 9 22:12:53 2018 Could not determine IPv4/IPv6 protocol. Using AF_INET
Sun Dec 9 22:12:53 2018 Socket Buffers: R=[87380->87380] S=[16384->16384]
Sun Dec 9 22:12:53 2018 Listening for incoming TCP connection on [AF_INET][undef]:1194
Sun Dec 9 22:12:53 2018 TCPv4_SERVER link local (bound): [AF_INET][undef]:1194
Sun Dec 9 22:12:53 2018 TCPv4_SERVER link remote: [AF_UNSPEC]
Sun Dec 9 22:12:53 2018 GID set to nogroup
Sun Dec 9 22:12:53 2018 UID set to nobody
Sun Dec 9 22:12:53 2018 MULTI: multi_init called, r=256 v=256
Sun Dec 9 22:12:53 2018 IFCONFIG POOL: base=10.8.0.4 size=62, ipv6=0
Sun Dec 9 22:12:53 2018 ifconfig_pool_read(), in='admin,10.8.0.4', TODO: IPv6
Sun Dec 9 22:12:53 2018 succeeded -> ifconfig_pool_set()
Sun Dec 9 22:12:53 2018 IFCONFIG POOL LIST
Sun Dec 9 22:12:53 2018 admin,10.8.0.4
Sun Dec 9 22:12:53 2018 MULTI: TCP INIT maxclients=1024 maxevents=1028
Sun Dec 9 22:12:53 2018 Initialization Sequence Completed
Sun Dec 9 22:12:58 2018 TCP connection established with [AF_INET]13:55020
Sun Dec 9 22:12:59 2018 13:55020 TLS: Initial packet from [AF_INET]183:55020, sid=bf3fa1e2 53698991
Sun Dec 9 22:12:59 2018 13:55020 VERIFY OK:
Sun Dec 9 22:12:59 2018 13:55020 VERIFY OK:
Sun Dec 9 22:12:59 2018 188.168.199.93:55020 peer info: IV_VER=2.4.6
Sun Dec 9 22:12:59 2018 188.168.199.93:55020 peer info: IV_PLAT=win
Sun Dec 9 22:12:59 2018 188.168.199.93:55020 peer info: IV_PROTO=2
Sun Dec 9 22:12:59 2018 188.168.199.93:55020 peer info: IV_NCP=2
Sun Dec 9 22:12:59 2018 188.168.199.93:55020 peer info: IV_LZ4=1
Sun Dec 9 22:12:59 2018 188.168.199.93:55020 peer info: IV_LZ4v2=1
Sun Dec 9 22:12:59 2018 188.168.199.93:55020 peer info: IV_LZO=1
Sun Dec 9 22:12:59 2018 188.168.199.93:55020 peer info: IV_COMP_STUB=1
Sun Dec 9 22:12:59 2018 188.168.199.93:55020 peer info: IV_COMP_STUBv2=1
Sun Dec 9 22:12:59 2018 188.168.199.93:55020 peer info: IV_TCPNL=1
Sun Dec 9 22:12:59 2018 188.168.199.93:55020 peer info: IV_GUI_VER=OpenVPN_GUI_11
Sun Dec 9 22:12:59 2018 188.168.199.93:55020 WARNING: 'cipher' is used inconsistently, local='cipher AES-256-CBC', remote='cipher AES-128-CBC'
Sun Dec 9 22:12:59 2018 188.168.199.93:55020 WARNING: 'keysize' is used inconsistently, local='keysize 256', remote='keysize 128'
Sun Dec 9 22:12:59 2018 188.168.199.93:55020 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA
Sun Dec 9 22:12:59 2018 188.168.199.93:55020 [admin] Peer Connection Initiated with [AF_INET]188.168.199.93:55020
Sun Dec 9 22:12:59 2018 admin/188.168.199.93:55020 MULTI_sva: pool returned IPv4=10.8.0.6, IPv6=(Not enabled)
Sun Dec 9 22:12:59 2018 admin/188.168.199.93:55020 MULTI: Learn: 10.8.0.6 -> admin/188.168.199.93:55020
Sun Dec 9 22:12:59 2018 admin/188.168.199.93:55020 MULTI: primary virtual IP for admin/188.168.199.93:55020: 10.8.0.6
Sun Dec 9 22:13:01 2018 admin/188.168.199.93:55020 PUSH: Received control message: 'PUSH_REQUEST'
Sun Dec 9 22:13:01 2018 admin/188.168.199.93:55020 SENT CONTROL [admin]: 'PUSH_REPLY,route 10.8.0.0 255.255.255.0,topology net30,ping 10,ping-restart 120,i$
Sun Dec 9 22:13:01 2018 admin/188.168.199.93:55020 Data Channel: using negotiated cipher 'AES-256-GCM'
Sun Dec 9 22:13:01 2018 admin/188.168.199.93:55020 Outgoing Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key
Sun Dec 9 22:13:01 2018 admin/188.168.199.93:55020 Incoming Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit ke
Код: Выделить всё
/var/log/apache2$ sudo nano error.log
GNU nano 2.9.3 error.log
[Sun Dec 09 00:06:12.190488 2018] [mpm_prefork:notice] [pid 922] AH00163: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Sun Dec 09 00:06:12.190548 2018] [core:notice] [pid 922] AH00094: Command line: '/usr/sbin/apache2'
[Sun Dec 09 11:35:20.556228 2018] [mpm_prefork:notice] [pid 922] AH00169: caught SIGTERM, shutting down
[Sun Dec 09 11:35:20.901041 2018] [mpm_prefork:notice] [pid 16939] AH00163: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Sun Dec 09 11:35:20.901170 2018] [core:notice] [pid 16939] AH00094: Command line: '/usr/sbin/apache2'
[Sun Dec 09 11:37:18.826900 2018] [mpm_prefork:notice] [pid 16939] AH00169: caught SIGTERM, shutting down
[Sun Dec 09 11:37:18.985048 2018] [mpm_prefork:notice] [pid 16965] AH00163: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Sun Dec 09 11:37:18.985160 2018] [core:notice] [pid 16965] AH00094: Command line: '/usr/sbin/apache2'
[Sun Dec 09 11:37:58.947656 2018] [mpm_prefork:notice] [pid 16965] AH00169: caught SIGTERM, shutting down
[Sun Dec 09 11:37:59.164293 2018] [mpm_prefork:notice] [pid 16993] AH00163: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Sun Dec 09 11:37:59.164411 2018] [core:notice] [pid 16993] AH00094: Command line: '/usr/sbin/apache2'
[Sun Dec 09 11:38:44.579857 2018] [mpm_prefork:notice] [pid 16993] AH00169: caught SIGTERM, shutting down
[Sun Dec 09 11:38:44.740761 2018] [mpm_prefork:notice] [pid 17016] AH00163: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Sun Dec 09 11:38:44.740897 2018] [core:notice] [pid 17016] AH00094: Command line: '/usr/sbin/apache2'
[Sun Dec 09 11:41:38.873105 2018] [mpm_prefork:notice] [pid 17016] AH00169: caught SIGTERM, shutting down
[Sun Dec 09 11:41:39.592280 2018] [mpm_prefork:notice] [pid 17522] AH00163: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Sun Dec 09 11:41:39.592414 2018] [core:notice] [pid 17522] AH00094: Command line: '/usr/sbin/apache2'
[Sun Dec 09 11:55:57.647424 2018] [mpm_prefork:notice] [pid 17522] AH00169: caught SIGTERM, shutting down
[Sun Dec 09 11:57:15.875577 2018] [mpm_prefork:notice] [pid 794] AH00163: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Sun Dec 09 11:57:15.911307 2018] [core:notice] [pid 794] AH00094: Command line: '/usr/sbin/apache2'
[Sun Dec 09 12:07:17.462051 2018] [mpm_prefork:notice] [pid 794] AH00169: caught SIGTERM, shutting down
[Sun Dec 09 12:07:17.622147 2018] [mpm_prefork:notice] [pid 2402] AH00163: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Sun Dec 09 12:07:17.622258 2018] [core:notice] [pid 2402] AH00094: Command line: '/usr/sbin/apache2'
[Sun Dec 09 12:28:43.556960 2018] [mpm_prefork:notice] [pid 2402] AH00169: caught SIGTERM, shutting down
[Sun Dec 09 12:28:43.706935 2018] [mpm_prefork:notice] [pid 2588] AH00163: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Sun Dec 09 12:28:43.707061 2018] [core:notice] [pid 2588] AH00094: Command line: '/usr/sbin/apache2'
[Sun Dec 09 14:22:41.106789 2018] [mpm_prefork:notice] [pid 2588] AH00169: caught SIGTERM, shutting down
[Sun Dec 09 14:22:41.266561 2018] [mpm_prefork:notice] [pid 3766] AH00163: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Sun Dec 09 14:22:41.266692 2018] [core:notice] [pid 3766] AH00094: Command line: '/usr/sbin/apache2'
[Sun Dec 09 14:34:53.988802 2018] [mpm_prefork:notice] [pid 3766] AH00169: caught SIGTERM, shutting down
[Sun Dec 09 14:34:54.142113 2018] [mpm_prefork:notice] [pid 3795] AH00163: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Sun Dec 09 14:34:54.142247 2018] [core:notice] [pid 3795] AH00094: Command line: '/usr/sbin/apache2'
[Sun Dec 09 16:59:45.852773 2018] [mpm_prefork:notice] [pid 3795] AH00169: caught SIGTERM, shutting down
[Sun Dec 09 17:00:48.906752 2018] [mpm_prefork:notice] [pid 931] AH00163: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Sun Dec 09 17:00:48.925194 2018] [core:notice] [pid 931] AH00094: Command line: '/usr/sbin/apache2'
[Sun Dec 09 17:48:29.510181 2018] [mpm_prefork:notice] [pid 931] AH00169: caught SIGTERM, shutting down
[Sun Dec 09 17:49:47.403304 2018] [mpm_prefork:notice] [pid 954] AH00163: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Sun Dec 09 17:49:47.643871 2018] [core:notice] [pid 954] AH00094: Command line: '/usr/sbin/apache2'
[Sun Dec 09 18:27:01.495434 2018] [mpm_prefork:notice] [pid 954] AH00171: Graceful restart requested, doing restart
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppres$
[Sun Dec 09 18:27:01.601619 2018] [mpm_prefork:notice] [pid 954] AH00163: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Sun Dec 09 18:27:01.601655 2018] [core:notice] [pid 954] AH00094: Command line: '/usr/sbin/apache2'
[Sun Dec 09 20:48:02.647195 2018] [mpm_prefork:notice] [pid 954] AH00169: caught SIGTERM, shutting down
[Sun Dec 09 20:48:57.025126 2018] [mpm_prefork:notice] [pid 792] AH00163: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Sun Dec 09 20:48:57.326561 2018] [core:notice] [pid 792] AH00094: Command line: '/usr/sbin/apache2'
[Sun Dec 09 22:03:02.396008 2018] [mpm_prefork:notice] [pid 792] AH00169: caught SIGTERM, shutting down
[Sun Dec 09 22:04:02.496683 2018] [mpm_prefork:notice] [pid 926] AH00163: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Sun Dec 09 22:04:02.508165 2018] [core:notice] [pid 926] AH00094: Command line: '/usr/sbin/apache2'
[Sun Dec 09 22:05:59.184860 2018] [mpm_prefork:notice] [pid 926] AH00169: caught SIGTERM, shutting down
[Sun Dec 09 22:07:00.210375 2018] [mpm_prefork:notice] [pid 916] AH00163: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Sun Dec 09 22:07:00.297336 2018] [core:notice] [pid 916] AH00094: Command line: '/usr/sbin/apache2'
[Sun Dec 09 22:11:57.098216 2018] [mpm_prefork:notice] [pid 916] AH00169: caught SIGTERM, shutting down
[Sun Dec 09 22:12:57.230197 2018] [mpm_prefork:notice] [pid 958] AH00163: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Sun Dec 09 22:12:57.256990 2018] [core:notice] [pid 958] AH00094: Command line: '/usr/sbin/apache2'
Код: Выделить всё
/var/log/apache2$ sudo nano access.log
GNU nano 2.9.3 access.log
192.168.0.2 - - [09/Dec/2018:11:36:15 +0500] "GET / HTTP/1.1" 200 3477 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:63.0) Gecko/20100101 Firefox/63.0"
192.168.0.2 - - [09/Dec/2018:11:36:17 +0500] "GET /icons/ubuntu-logo.png HTTP/1.1" 200 3623 "http://192.168.0.3/" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:63$
192.168.0.2 - - [09/Dec/2018:11:36:19 +0500] "GET /favicon.ico HTTP/1.1" 404 502 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:63.0) Gecko/20100101 Firefox/63$
192.168.0.2 - - [09/Dec/2018:11:37:24 +0500] "GET / HTTP/1.1" 200 9080 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:63.0) Gecko/20100101 Firefox/63.0"
192.168.0.2 - - [09/Dec/2018:11:37:30 +0500] "GET /theme/yui_combo.php?rollup/3.17.2/yui-moodlesimple-min.css HTTP/1.1" 200 1547 "http://192.168.0.3/" "Mozi$
192.168.0.2 - - [09/Dec/2018:11:37:30 +0500] "GET /theme/styles.php/boost/1540893844_1/all HTTP/1.1" 200 111949 "http://192.168.0.3/" "Mozilla/5.0 (Windows $
192.168.0.2 - - [09/Dec/2018:11:37:30 +0500] "GET /lib/javascript.php/1540893844/lib/requirejs/require.min.js HTTP/1.1" 200 7071 "http://192.168.0.3/" "Mozi$
192.168.0.2 - - [09/Dec/2018:11:37:30 +0500] "GET /lib/javascript.php/1540893844/lib/javascript-static.js HTTP/1.1" 200 7319 "http://192.168.0.3/" "Mozilla/$
192.168.0.2 - - [09/Dec/2018:11:37:31 +0500] "GET /theme/image.php/boost/core/1540893844/moodlelogo HTTP/1.1" 200 2826 "http://192.168.0.3/" "Mozilla/5.0 (W$
192.168.0.2 - - [09/Dec/2018:11:37:30 +0500] "GET /theme/yui_combo.php?rollup/3.17.2/yui-moodlesimple-min.js HTTP/1.1" 200 84934 "http://192.168.0.3/" "Mozi$
192.168.0.2 - - [09/Dec/2018:11:37:32 +0500] "GET /theme/yui_combo.php?m/1540893844/core/event/event-min.js&m/1540893844/filter_mathjaxloader/loader/loader-$
192.168.0.2 - - [09/Dec/2018:11:37:32 +0500] "GET /theme/image.php/boost/core/1540893844/i/course HTTP/1.1" 200 1063 "http://192.168.0.3/theme/styles.php/bo$
192.168.0.2 - - [09/Dec/2018:11:37:32 +0500] "GET /theme/font.php/boost/core/1540893844/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77649 "http://192.16$
192.168.0.2 - - [09/Dec/2018:11:37:32 +0500] "GET /lib/requirejs.php/1540893844/core/first.js HTTP/1.1" 200 163533 "http://192.168.0.3/" "Mozilla/5.0 (Windo$
192.168.0.2 - - [09/Dec/2018:11:37:33 +0500] "GET /theme/image.php/boost/theme/1540893844/favicon HTTP/1.1" 200 1640 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64$
192.168.0.2 - - [09/Dec/2018:11:37:33 +0500] "GET /lib/javascript.php/1540893844/lib/jquery/jquery-3.2.1.min.js HTTP/1.1" 200 30644 "http://192.168.0.3/" "M$
192.168.0.2 - - [09/Dec/2018:11:37:33 +0500] "GET /theme/yui_combo.php?3.17.2/event-mousewheel/event-mousewheel-min.js&3.17.2/event-resize/event-resize-min.$
192.168.0.2 - - [09/Dec/2018:11:37:34 +0500] "POST /lib/ajax/service.php?sesskey=f6LaFzjB1x&info=core_fetch_notifications HTTP/1.1" 200 692 "http://192.168.$
::1 - - [09/Dec/2018:11:37:37 +0500] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.4.29 (Ubuntu) (internal dummy connection)"
::1 - - [09/Dec/2018:11:37:38 +0500] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.4.29 (Ubuntu) (internal dummy connection)"
::1 - - [09/Dec/2018:11:37:40 +0500] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.4.29 (Ubuntu) (internal dummy connection)"
192.168.0.2 - - [09/Dec/2018:11:38:05 +0500] "GET / HTTP/1.1" 200 9078 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:63.0) Gecko/20100101 Firefox/63.0"
192.168.0.2 - - [09/Dec/2018:11:38:06 +0500] "GET /theme/yui_combo.php?rollup/3.17.2/yui-moodlesimple-min.css HTTP/1.1" 304 284 "http://192.168.0.3/" "Mozil$
192.168.0.2 - - [09/Dec/2018:11:38:06 +0500] "GET /theme/styles.php/boost/1540893844_1/all HTTP/1.1" 304 284 "http://192.168.0.3/" "Mozilla/5.0 (Windows NT $
192.168.0.2 - - [09/Dec/2018:11:38:06 +0500] "GET /theme/yui_combo.php?rollup/3.17.2/yui-moodlesimple-min.js HTTP/1.1" 304 284 "http://192.168.0.3/" "Mozill$
192.168.0.2 - - [09/Dec/2018:11:38:06 +0500] "GET /lib/javascript.php/1540893844/lib/javascript-static.js HTTP/1.1" 304 283 "http://192.168.0.3/" "Mozilla/5$
192.168.0.2 - - [09/Dec/2018:11:38:06 +0500] "GET /lib/javascript.php/1540893844/lib/requirejs/require.min.js HTTP/1.1" 304 283 "http://192.168.0.3/" "Mozil$
192.168.0.2 - - [09/Dec/2018:11:38:06 +0500] "GET /theme/image.php/boost/core/1540893844/moodlelogo HTTP/1.1" 304 297 "http://192.168.0.3/" "Mozilla/5.0 (Wi$
192.168.0.2 - - [09/Dec/2018:11:38:06 +0500] "GET /theme/yui_combo.php?m/1540893844/core/event/event-min.js&m/1540893844/filter_mathjaxloader/loader/loader-$
192.168.0.2 - - [09/Dec/2018:11:38:06 +0500] "GET /theme/image.php/boost/core/1540893844/i/course HTTP/1.1" 304 297 "http://192.168.0.3/theme/styles.php/boo$
192.168.0.2 - - [09/Dec/2018:11:38:07 +0500] "GET /lib/requirejs.php/1540893844/core/first.js HTTP/1.1" 304 283 "http://192.168.0.3/" "Mozilla/5.0 (Windows $
192.168.0.2 - - [09/Dec/2018:11:38:07 +0500] "GET /theme/image.php/boost/theme/1540893844/favicon HTTP/1.1" 304 297 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64;$
192.168.0.2 - - [09/Dec/2018:11:38:07 +0500] "GET /lib/javascript.php/1540893844/lib/jquery/jquery-3.2.1.min.js HTTP/1.1" 304 283 "http://192.168.0.3/" "Moz$
192.168.0.2 - - [09/Dec/2018:11:38:07 +0500] "POST /lib/ajax/service.php?sesskey=f6LaFzjB1x&info=core_fetch_notifications HTTP/1.1" 200 692 "http://192.168.$
192.168.0.2 - - [09/Dec/2018:11:38:56 +0500] "GET / HTTP/1.1" 200 3477 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:63.0) Gecko/20100101 Firefox/63.0"
192.168.0.2 - - [09/Dec/2018:11:38:56 +0500] "GET /icons/ubuntu-logo.png HTTP/1.1" 200 3623 "http://192.168.0.3/" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:63$
192.168.0.2 - - [09/Dec/2018:11:38:56 +0500] "GET /favicon.ico HTTP/1.1" 404 502 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:63.0) Gecko/20100101 Firefox/63$
192.168.0.2 - - [09/Dec/2018:11:41:22 +0500] "GET / HTTP/1.1" 200 3477 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:63.0) Gecko/20100101 Firefox/63.0"
192.168.0.2 - - [09/Dec/2018:11:41:22 +0500] "GET /icons/ubuntu-logo.png HTTP/1.1" 200 3623 "http://192.168.0.3/" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:63$
192.168.0.2 - - [09/Dec/2018:11:41:22 +0500] "GET /favicon.ico HTTP/1.1" 404 502 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:63.0) Gecko/20100101 Firefox/63$
10.8.0.6 - - [09/Dec/2018:11:54:03 +0500] "GET / HTTP/1.1" 303 847 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chr$
10.8.0.6 - - [09/Dec/2018:11:54:55 +0500] "GET / HTTP/1.1" 303 847 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chr$
10.8.0.6 - - [09/Dec/2018:11:58:42 +0500] "GET / HTTP/1.1" 303 847 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0"
192.168.0.2 - - [09/Dec/2018:12:00:03 +0500] "GET / HTTP/1.1" 200 9079 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:63.0) Gecko/20100101 Firefox/63.0"
192.168.0.2 - - [09/Dec/2018:12:00:07 +0500] "GET /theme/yui_combo.php?rollup/3.17.2/yui-moodlesimple-min.css HTTP/1.1" 304 284 "http://192.168.0.3/" "Mozil$
192.168.0.2 - - [09/Dec/2018:12:00:07 +0500] "GET /theme/yui_combo.php?rollup/3.17.2/yui-moodlesimple-min.js HTTP/1.1" 304 285 "http://192.168.0.3/" "Mozill$
192.168.0.2 - - [09/Dec/2018:12:00:07 +0500] "GET /lib/javascript.php/1540893844/lib/javascript-static.js HTTP/1.1" 304 284 "http://192.168.0.3/" "Mozilla/5$
192.168.0.2 - - [09/Dec/2018:12:00:07 +0500] "GET /lib/javascript.php/1540893844/lib/requirejs/require.min.js HTTP/1.1" 304 284 "http://192.168.0.3/" "Mozil$
192.168.0.2 - - [09/Dec/2018:12:00:07 +0500] "GET /theme/styles.php/boost/1540893844_1/all HTTP/1.1" 304 284 "http://192.168.0.3/" "Mozilla/5.0 (Windows NT $
192.168.0.2 - - [09/Dec/2018:12:00:08 +0500] "GET /theme/image.php/boost/core/1540893844/moodlelogo HTTP/1.1" 304 297 "http://192.168.0.3/" "Mozilla/5.0 (Wi$
192.168.0.2 - - [09/Dec/2018:12:00:08 +0500] "GET /theme/yui_combo.php?m/1540893844/core/event/event-min.js&m/1540893844/filter_mathjaxloader/loader/loader-$
192.168.0.2 - - [09/Dec/2018:12:00:08 +0500] "GET /theme/image.php/boost/core/1540893844/i/course HTTP/1.1" 304 297 "http://192.168.0.3/theme/styles.php/boo$
192.168.0.2 - - [09/Dec/2018:12:00:08 +0500] "GET /theme/font.php/boost/core/1540893844/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77649 "http://192.16$
192.168.0.2 - - [09/Dec/2018:12:00:08 +0500] "GET /lib/requirejs.php/1540893844/core/first.js HTTP/1.1" 304 283 "http://192.168.0.3/" "Mozilla/5.0 (Windows $
192.168.0.2 - - [09/Dec/2018:12:00:08 +0500] "GET /theme/image.php/boost/theme/1540893844/favicon HTTP/1.1" 304 297 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64;$
Это не прикол, тут ничего удивительного - скорее всего на клиенте отклик на пинг просто запрещен. Это на сервере такое делать не особо принято (хотя - смотря какой сервер), а на клиентах - рядовое явление.
а куда именно копать направте пожалуйста!?
Тогда это тоже пока оставляем в покое!
Код: Выделить всё
10.8.0.6 - - [09/Dec/2018:11:54:03 +0500] "GET / HTTP/1.1" 303 847 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chr$
10.8.0.6 - - [09/Dec/2018:11:54:55 +0500] "GET / HTTP/1.1" 303 847 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chr$
10.8.0.6 - - [09/Dec/2018:11:58:42 +0500] "GET / HTTP/1.1" 303 847 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0"
Код: Выделить всё
<VirtualHost 192.168.0.3:80>
ServerAdmin admin@moodle
DocumentRoot /var/www/html/moodle/
ServerName moodle
ServerAlias www.moodle
<Directory /var/www/html/moodle/>
Options +FollowSymlinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
<VirtualHost 10.8.0.1:80>
ServerAdmin admin@moodle
DocumentRoot /var/www/html/moodle/
ServerName moodle
ServerAlias www.moodle
<Directory /var/www/html/moodle/>
Options +FollowSymlinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
Сейчас этот форум просматривают: нет зарегистрированных пользователей и 4 гостя