apache 2.4 не рабочий?

Используем пакеты, расширяющие возможности оборудования
anch665
Сообщения: 12
Зарегистрирован: 03 ноя 2017, 00:08

Сообщение anch665 » 13 ноя 2017, 19:04

TheBB писал(а):Источник цитаты а если заменить в конфиге "индейца" `LogLevel debug` на `LogLevel info`

менял, но что это дает? только менее подробные логи

Аватара пользователя
TheBB
Сообщения: 118
Зарегистрирован: 31 авг 2015, 02:24
Откуда: 26 ~44.098,43.022

Сообщение TheBB » 14 ноя 2017, 14:50

anch665 писал(а):Источник цитаты менял, но что это дает? только менее подробные логи

На предыдущих версиях "индеец спотыкался"... :)
Вчера "имел долгий продолжительный секс" с "индейцем". Прошли добрую часть камасутры (и в хвост, и в гриву, и...). Ни одна версия не захотела стартовать на Кинетике. "Google знает всё!" (с) (или почти всё (особый привет копипастерам)). Мы: "О`кей, Гугель! Чё делать?". Гугель отвечает: "Правь /etc/hosts". Мы: "О`кей, Гугель! Какой из? /etc/hosts или /opt/etc/hosts?". Гугель: "??? Ты чё, дурак?". Мы: "Ы-Ы-Ы...".

Giga 2
"портянка"+'LogLevel debug'

Код: Выделить всё

~ # httpd -V
Server version: Apache/2.4.28 (Unix)
Server built:   Nov 13 2017 17:51:15
Server's Module Magic Number: 20120211:68
Server loaded:  APR 1.6.2, APR-UTIL 1.6.0
Compiled using: APR 1.6.2, APR-UTIL 1.6.0
Architecture:   32-bit
Server MPM:     worker
  threaded:     yes (fixed thread count)
    forked:     yes (variable process count)
Server compiled with....
 -D APR_HAS_SENDFILE
 -D APR_HAS_MMAP
 -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
 -D APR_USE_SYSVSEM_SERIALIZE
 -D APR_USE_PTHREAD_SERIALIZE
 -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
 -D APR_HAS_OTHER_CHILD
 -D AP_HAVE_RELIABLE_PIPED_LOGS
 -D DYNAMIC_MODULE_LIMIT=256
 -D HTTPD_ROOT="/opt"
 -D SUEXEC_BIN="no"
 -D DEFAULT_PIDLOG="var/log/httpd.pid"
 -D DEFAULT_SCOREBOARD="log/apache_runtime_status"
 -D DEFAULT_ERRORLOG="logs/error_log"
 -D AP_TYPES_CONFIG_FILE="etc/apache/mime.types"
 -D SERVER_CONFIG_FILE="etc/apache/httpd.conf"

~ # httpd -SMt -D DUMP_INCLUDES
Included configuration files:
  (*) /opt/etc/apache/httpd.conf
VirtualHost configuration:
ServerRoot: "/opt"
Main DocumentRoot: "/opt/share/htdocs"
Main ErrorLog: "/opt/var/log/error_log"
Mutex proxy: using_defaults
Mutex authn-socache: using_defaults
Mutex ssl-cache: using_defaults
Mutex default: dir="/opt/var/log/" mechanism=default 
Mutex mpm-accept: using_defaults
Mutex cache-socache: using_defaults
Mutex authdigest-opaque: using_defaults
Mutex watchdog-callback: using_defaults
Mutex proxy-balancer-shm: using_defaults
Mutex ssl-stapling-refresh: using_defaults
Mutex rewrite-map: using_defaults
Mutex authdigest-client: using_defaults
Mutex ssl-stapling: using_defaults
PidFile: "/opt/var/log/httpd.pid"
Define: DUMP_VHOSTS
Define: DUMP_RUN_CFG
Define: DUMP_MODULES
Define: DUMP_INCLUDES
User: name="nobody" id=65534
Group: name="nobody" id=65534

~ # httpd -t
Syntax OK

~ # cat /etc/hosts
127.0.0.1 Keenetic_Giga
::1 localhost

~ # ping -c 3 Keenetic_Giga
PING Keenetic_Giga (127.0.0.1): 56 data bytes
64 bytes from 127.0.0.1: seq=0 ttl=64 time=0.471 ms
64 bytes from 127.0.0.1: seq=1 ttl=64 time=0.268 ms
64 bytes from 127.0.0.1: seq=2 ttl=64 time=0.253 ms

--- Keenetic_Giga ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.253/0.330/0.471 ms

~ # ../etc/init.d/S80apache start

~ # ps | grep httpd
 8298 root     11932 S    /opt/sbin/httpd -k start
 8299 nobody   11680 S    /opt/sbin/httpd -k start
 8300 nobody    238m S    /opt/sbin/httpd -k start
 8301 nobody    236m S    /opt/sbin/httpd -k start
 8302 nobody    237m S    /opt/sbin/httpd -k start
 8400 root      3760 S    grep httpd

~ # cat ../var/log/error_log 
[Tue Nov 14 13:24:35.820543 2017] [unique_id:info] [pid 8297:tid 2012860432] AH01566: using ip addr 127.0.0.1
[Tue Nov 14 13:24:36.001227 2017] [ssl:info] [pid 8297:tid 2012860432] AH01887: Init: Initializing (virtual) servers for SSL
[Tue Nov 14 13:24:36.001429 2017] [ssl:info] [pid 8297:tid 2012860432] AH01876: mod_ssl/2.4.28 compiled against Server: Apache/2.4.28, Library: OpenSSL/1.0.2l
[Tue Nov 14 13:24:36.023589 2017] [auth_digest:debug] [pid 8298:tid 2012860432] mod_auth_digest.c(235): AH01757: generating secret for digest authentication ...
[Tue Nov 14 13:24:36.023803 2017] [auth_digest:debug] [pid 8298:tid 2012860432] mod_auth_digest.c(250): AH01759: done
[Tue Nov 14 13:24:36.031763 2017] [unique_id:info] [pid 8298:tid 2012860432] AH01566: using ip addr 127.0.0.1
[Tue Nov 14 13:24:37.001300 2017] [ssl:warn] [pid 8298:tid 2012860432] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Tue Nov 14 13:24:37.001523 2017] [ssl:info] [pid 8298:tid 2012860432] AH01887: Init: Initializing (virtual) servers for SSL
[Tue Nov 14 13:24:37.001595 2017] [ssl:info] [pid 8298:tid 2012860432] AH01876: mod_ssl/2.4.28 compiled against Server: Apache/2.4.28, Library: OpenSSL/1.0.2l
[Tue Nov 14 13:24:37.001821 2017] [slotmem_shm:debug] [pid 8298:tid 2012860432] mod_slotmem_shm.c(495): AH02301: attach looking for /opt/var/log/slotmem-shm-mod_heartmonitor.shm
[Tue Nov 14 13:24:37.001916 2017] [lbmethod_heartbeat:notice] [pid 8298:tid 2012860432] AH02282: No slotmem from mod_heartmonitor
[Tue Nov 14 13:24:37.003680 2017] [proxy_hcheck:debug] [pid 8298:tid 2012860432] mod_proxy_hcheck.c(1038): AH03265: watchdog callback registered (_proxy_hcheck_ for Keenetic_Giga)
[Tue Nov 14 13:24:37.003956 2017] [watchdog:debug] [pid 8298:tid 2012860432] mod_watchdog.c(452): AH010033: Watchdog: Running with WatchdogInterval 1000ms
[Tue Nov 14 13:24:37.004100 2017] [watchdog:debug] [pid 8298:tid 2012860432] mod_watchdog.c(461): AH02974: Watchdog: found parent providers.
[Tue Nov 14 13:24:37.004239 2017] [watchdog:debug] [pid 8298:tid 2012860432] mod_watchdog.c(507): AH02977: Watchdog: found child providers.
[Tue Nov 14 13:24:37.004323 2017] [watchdog:debug] [pid 8298:tid 2012860432] mod_watchdog.c(515): AH02978: Watchdog: Looking for child (_singleton_).
[Tue Nov 14 13:24:37.004383 2017] [watchdog:debug] [pid 8298:tid 2012860432] mod_watchdog.c(515): AH02978: Watchdog: Looking for child (_default_).
[Tue Nov 14 13:24:37.004442 2017] [watchdog:debug] [pid 8298:tid 2012860432] mod_watchdog.c(515): AH02978: Watchdog: Looking for child (_proxy_hcheck_).
[Tue Nov 14 13:24:37.004559 2017] [watchdog:debug] [pid 8298:tid 2012860432] mod_watchdog.c(540): AH02979: Watchdog: Created child worker thread (_proxy_hcheck_).
[Tue Nov 14 13:24:37.011506 2017] [mpm_worker:notice] [pid 8298:tid 2012860432] AH00292: Apache/2.4.28 (Unix) OpenSSL/1.0.2l configured -- resuming normal operations
[Tue Nov 14 13:24:37.011672 2017] [mpm_worker:info] [pid 8298:tid 2012860432] AH00293: Server built: Nov 13 2017 17:51:15
[Tue Nov 14 13:24:37.012248 2017] [core:notice] [pid 8298:tid 2012860432] AH00094: Command line: '/opt/sbin/httpd'
[Tue Nov 14 13:24:37.012410 2017] [core:debug] [pid 8298:tid 2012860432] log.c(1567): AH02639: Using SO_REUSEPORT: no (1)
[Tue Nov 14 13:24:37.012490 2017] [mpm_worker:debug] [pid 8298:tid 2012860432] worker.c(1727): AH00294: Accept mutex: none (default: sysvsem)
[Tue Nov 14 13:24:37.016668 2017] [watchdog:debug] [pid 8301:tid 2012860432] mod_watchdog.c(587): AH02981: Watchdog: Created worker thread (_proxy_hcheck_).
[Tue Nov 14 13:24:37.017479 2017] [proxy:debug] [pid 8301:tid 2012860432] proxy_util.c(1777): AH00925: initializing worker proxy:reverse shared
[Tue Nov 14 13:24:37.017672 2017] [proxy:debug] [pid 8301:tid 2012860432] proxy_util.c(1819): AH00927: initializing worker proxy:reverse local
[Tue Nov 14 13:24:37.018097 2017] [watchdog:debug] [pid 8300:tid 2003047584] mod_watchdog.c(156): AH02972: Singleton Watchdog (_proxy_hcheck_) running
[Tue Nov 14 13:24:37.018218 2017] [proxy:debug] [pid 8301:tid 2012860432] proxy_util.c(1853): AH00930: initialized pool in child 8301 for (*) min=0 max=25 smax=25
[Tue Nov 14 13:24:37.018682 2017] [proxy_hcheck:debug] [pid 8300:tid 2003047584] mod_proxy_hcheck.c(881): AH03258: _proxy_hcheck_ watchdog started.
[Tue Nov 14 13:24:37.018976 2017] [proxy_hcheck:info] [pid 8300:tid 2003047584] (70023)This function has not been implemented on this platform: AH03312: apr_thread_pool_create() with 16 threads failed
[Tue Nov 14 13:24:37.019543 2017] [watchdog:debug] [pid 8302:tid 2012860432] mod_watchdog.c(587): AH02981: Watchdog: Created worker thread (_proxy_hcheck_).
[Tue Nov 14 13:24:37.019860 2017] [watchdog:debug] [pid 8300:tid 2012860432] mod_watchdog.c(587): AH02981: Watchdog: Created worker thread (_proxy_hcheck_).
[Tue Nov 14 13:24:37.020373 2017] [proxy:debug] [pid 8302:tid 2012860432] proxy_util.c(1777): AH00925: initializing worker proxy:reverse shared
[Tue Nov 14 13:24:37.020527 2017] [proxy:debug] [pid 8302:tid 2012860432] proxy_util.c(1819): AH00927: initializing worker proxy:reverse local
[Tue Nov 14 13:24:37.020508 2017] [proxy:debug] [pid 8300:tid 2012860432] proxy_util.c(1777): AH00925: initializing worker proxy:reverse shared
[Tue Nov 14 13:24:37.020606 2017] [proxy:debug] [pid 8300:tid 2012860432] proxy_util.c(1819): AH00927: initializing worker proxy:reverse local
[Tue Nov 14 13:24:37.021048 2017] [proxy:debug] [pid 8302:tid 2012860432] proxy_util.c(1853): AH00930: initialized pool in child 8302 for (*) min=0 max=25 smax=25
[Tue Nov 14 13:24:37.021604 2017] [proxy:debug] [pid 8300:tid 2012860432] proxy_util.c(1853): AH00930: initialized pool in child 8300 for (*) min=0 max=25 smax=25

~ #
Свернуть
'LogLevel info'

Код: Выделить всё

~ # ../etc/init.d/S80apache restart

~ # cat ../var/log/error_log 
[Tue Nov 14 13:33:15.422733 2017] [unique_id:info] [pid 8439:tid 1996976144] AH01566: using ip addr 127.0.0.1
[Tue Nov 14 13:33:16.001632 2017] [ssl:info] [pid 8439:tid 1996976144] AH01887: Init: Initializing (virtual) servers for SSL
[Tue Nov 14 13:33:16.001834 2017] [ssl:info] [pid 8439:tid 1996976144] AH01876: mod_ssl/2.4.28 compiled against Server: Apache/2.4.28, Library: OpenSSL/1.0.2l
[Tue Nov 14 13:33:16.031887 2017] [unique_id:info] [pid 8440:tid 1996976144] AH01566: using ip addr 127.0.0.1
[Tue Nov 14 13:33:17.001297 2017] [ssl:warn] [pid 8440:tid 1996976144] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Tue Nov 14 13:33:17.001507 2017] [ssl:info] [pid 8440:tid 1996976144] AH01887: Init: Initializing (virtual) servers for SSL
[Tue Nov 14 13:33:17.001585 2017] [ssl:info] [pid 8440:tid 1996976144] AH01876: mod_ssl/2.4.28 compiled against Server: Apache/2.4.28, Library: OpenSSL/1.0.2l
[Tue Nov 14 13:33:17.001853 2017] [lbmethod_heartbeat:notice] [pid 8440:tid 1996976144] AH02282: No slotmem from mod_heartmonitor
[Tue Nov 14 13:33:17.011193 2017] [mpm_worker:notice] [pid 8440:tid 1996976144] AH00292: Apache/2.4.28 (Unix) OpenSSL/1.0.2l configured -- resuming normal operations
[Tue Nov 14 13:33:17.011395 2017] [mpm_worker:info] [pid 8440:tid 1996976144] AH00293: Server built: Nov 13 2017 17:51:15
[Tue Nov 14 13:33:17.011795 2017] [core:notice] [pid 8440:tid 1996976144] AH00094: Command line: '/opt/sbin/httpd'
[Tue Nov 14 13:33:17.015454 2017] [proxy_hcheck:info] [pid 8443:tid 1987163296] (70023)This function has not been implemented on this platform: AH03312: apr_thread_pool_create() with 16 threads failed

~ #
Свернуть
Как грица: "Пачуствуйти разницу!"
K Giga II NDMSv.2.06C/2.11D/2.15A + Entware-Keenetic/Entware&Gentoo; K DSL NDMSv.2.05C/2.11D + Entware-Keenetic/Entware&Debian 8.11/9.6

Аватара пользователя
Zyxmon
Администратор
Сообщения: 1912
Зарегистрирован: 09 авг 2015, 15:33

Сообщение Zyxmon » 14 ноя 2017, 14:56

TheBB писал(а):Источник цитаты Гугель отвечает: "Правь /etc/hosts".

После этого апач запускается, но действительно

Код: Выделить всё

[http:error] [pid 6644:tid 1849685152] [client 10.0.0.155:56188] AH02429: Response header name 'Content-Length' contains invalid characters, aborting request

На мой взгляд для embedded устройств есть более "правильные" (главное легкие) http серверы (lighttpd, nginx). Будем надеятся, что ошибка в следующих весиях с обновлением уйдет. А пока желающие могут юзать или апач из папки archive, или ставить debian в chroot среде и там уже запускать полный, "непоцоканный" апач.

Аватара пользователя
TheBB
Сообщения: 118
Зарегистрирован: 31 авг 2015, 02:24
Откуда: 26 ~44.098,43.022

Сообщение TheBB » 14 ноя 2017, 15:09

угу, потому `LogLevel` отпадает, что-то другое отвалилось...
K Giga II NDMSv.2.06C/2.11D/2.15A + Entware-Keenetic/Entware&Gentoo; K DSL NDMSv.2.05C/2.11D + Entware-Keenetic/Entware&Debian 8.11/9.6

Аватара пользователя
Zyxmon
Администратор
Сообщения: 1912
Зарегистрирован: 09 авг 2015, 15:33

Сообщение Zyxmon » 14 ноя 2017, 15:18

TheBB, можно вот это попробовать - https://github.com/openwrt/packages/pull/5115

Аватара пользователя
TheBB
Сообщения: 118
Зарегистрирован: 31 авг 2015, 02:24
Откуда: 26 ~44.098,43.022

Сообщение TheBB » 14 ноя 2017, 19:31

screen_212.png
 

Код: Выделить всё

~ # httpd -V
Server version: Apache/2.4.29 (Unix)
Server built:   Nov 14 2017 15:19:26
Server's Module Magic Number: 20120211:68
Server loaded:  APR 1.6.3, APR-UTIL 1.6.1
Compiled using: APR 1.6.3, APR-UTIL 1.6.1
Architecture:   32-bit
Server MPM:     worker
  threaded:     yes (fixed thread count)
    forked:     yes (variable process count)
Server compiled with....
 -D APR_HAS_SENDFILE
 -D APR_HAS_MMAP
 -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
 -D APR_USE_SYSVSEM_SERIALIZE
 -D APR_USE_PTHREAD_SERIALIZE
 -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
 -D APR_HAS_OTHER_CHILD
 -D AP_HAVE_RELIABLE_PIPED_LOGS
 -D DYNAMIC_MODULE_LIMIT=256
 -D HTTPD_ROOT="/opt"
 -D SUEXEC_BIN="no"
 -D DEFAULT_PIDLOG="var/log/httpd.pid"
 -D DEFAULT_SCOREBOARD="log/apache_runtime_status"
 -D DEFAULT_ERRORLOG="logs/error_log"
 -D AP_TYPES_CONFIG_FILE="etc/apache/mime.types"
 -D SERVER_CONFIG_FILE="etc/apache/httpd.conf"

~ #
Свернуть

для "смелых" тыц :D

++ 2017.11.15
для "очень смелых" клац (там же и apache-icons)

++ 2017.11.16
"попытка" "вбить гвоздь в крышку..." для

Код: Выделить всё

... [proxy_hcheck:info] [pid 28183:tid 2003326112] (70023)This function has not been implemented on this platform: AH03312: apr_thread_pool_create() with 16 threads failed
на выходе имеем
 

Код: Выделить всё

[Thu Nov 16 18:58:32.000480 2017] [ssl:warn] [pid 28844:tid 2005266448] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Thu Nov 16 18:58:32.000649 2017] [ssl:info] [pid 28844:tid 2005266448] AH01887: Init: Initializing (virtual) servers for SSL
[Thu Nov 16 18:58:32.000706 2017] [ssl:info] [pid 28844:tid 2005266448] AH01876: mod_ssl/2.4.28 compiled against Server: Apache/2.4.28, Library: OpenSSL/1.0.2l
[Thu Nov 16 18:58:32.000941 2017] [lbmethod_heartbeat:notice] [pid 28844:tid 2005266448] AH02282: No slotmem from mod_heartmonitor
[Thu Nov 16 18:58:32.007767 2017] [mpm_worker:notice] [pid 28844:tid 2005266448] AH00292: Apache/2.4.28 (Unix) OpenSSL/1.0.2l configured -- resuming normal operations
[Thu Nov 16 18:58:32.007970 2017] [mpm_worker:info] [pid 28844:tid 2005266448] AH00293: Server built: Nov 16 2017 15:39:57
[Thu Nov 16 18:58:32.008151 2017] [core:notice] [pid 28844:tid 2005266448] AH00094: Command line: '/opt/sbin/httpd'
Свернуть
У вас нет необходимых прав для просмотра вложений в этом сообщении.
K Giga II NDMSv.2.06C/2.11D/2.15A + Entware-Keenetic/Entware&Gentoo; K DSL NDMSv.2.05C/2.11D + Entware-Keenetic/Entware&Debian 8.11/9.6

emoxam
Сообщения: 36
Зарегистрирован: 06 фев 2017, 16:35

Сообщение emoxam » 17 ноя 2017, 11:19

Снес apache, apache-icons и libapr
поставил ваши

Код: Выделить всё

root@Giga /o/h/last# opkg list-installed libapr
libapr - 1.6.2-1a
root@Giga /o/h/last# opkg list-installed apache
apache - 2.4.28-1
root@Giga /o/h/last# 

У меня ошибка осталась
[Fri Nov 17 10:17:51.013908 2017] [proxy_hcheck:info] [pid 4156:tid 1998099616] (70023)This function has not been implemented on this platform: AH03312: apr_thread_pool_create() with 16 threads failed

Кстати а с эти как быть?
AH02282: No slotmem from mod_heartmonitor

Аватара пользователя
TheBB
Сообщения: 118
Зарегистрирован: 31 авг 2015, 02:24
Откуда: 26 ~44.098,43.022

Сообщение TheBB » 17 ноя 2017, 14:53

emoxam писал(а):Источник цитаты У меня ошибка осталась
переустанавливал неск. раз...
log с опцией `debug` в конфиге (последняя строка).
ip.add.re.ss:port/server-info тыц
ip.add.re.ss:port/server-status клац
K Giga II NDMSv.2.06C/2.11D/2.15A + Entware-Keenetic/Entware&Gentoo; K DSL NDMSv.2.05C/2.11D + Entware-Keenetic/Entware&Debian 8.11/9.6

Аватара пользователя
Александр Рыжов
Сообщения: 445
Зарегистрирован: 12 авг 2015, 14:14
Откуда: Смоленск

Сообщение Александр Рыжов » 17 ноя 2017, 17:17

TheBB, на первой белой гиге в ядре может просто не хватать каких-нибудь syscall'ов.

Аватара пользователя
TheBB
Сообщения: 118
Зарегистрирован: 31 авг 2015, 02:24
Откуда: 26 ~44.098,43.022

Сообщение TheBB » 17 ноя 2017, 17:29

ага, на 2.05/2.06 ещё не проверял. хотя, в белых ядро "новее" должно быть (если помню правильно)

+
решился-таки проверить на Giga2 с 2.06
 

Код: Выделить всё

~ # httpd -V
Server version: Apache/2.4.28 (Unix)
Server built:   Nov 16 2017 15:56:22
Server's Module Magic Number: 20120211:68
Server loaded:  APR 1.6.2, APR-UTIL 1.6.0
Compiled using: APR 1.6.2, APR-UTIL 1.6.0
Architecture:   32-bit
Server MPM:     worker
  threaded:     yes (fixed thread count)      <-- оно(?)
    forked:     yes (variable process count)
Server compiled with....
 -D APR_HAS_SENDFILE
 -D APR_HAS_MMAP
 -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
 -D APR_USE_SYSVSEM_SERIALIZE
 -D APR_USE_PTHREAD_SERIALIZE
 -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
 -D APR_HAS_OTHER_CHILD
 -D AP_HAVE_RELIABLE_PIPED_LOGS
 -D DYNAMIC_MODULE_LIMIT=256
 -D HTTPD_ROOT="/opt"
 -D SUEXEC_BIN="no"
 -D DEFAULT_PIDLOG="var/log/httpd.pid"
 -D DEFAULT_SCOREBOARD="log/apache_runtime_status"
 -D DEFAULT_ERRORLOG="logs/error_log"
 -D AP_TYPES_CONFIG_FILE="etc/apache/mime.types"
 -D SERVER_CONFIG_FILE="etc/apache/httpd.conf"

Код: Выделить всё

...
[Fri Nov 17 17:03:18.026242 2017] [proxy_hcheck:debug] [pid 1069:tid 725517568] mod_proxy_hcheck.c(895): AH03313: apr_thread_pool_create() with 16 threads succeeded
[Fri Nov 17 17:03:18.031531 2017] [watchdog:debug] [pid 1071:tid 715850512] mod_watchdog.c(587): AH02981: Watchdog: Created worker thread (_proxy_hcheck_).
...
Свернуть
K Giga II NDMSv.2.06C/2.11D/2.15A + Entware-Keenetic/Entware&Gentoo; K DSL NDMSv.2.05C/2.11D + Entware-Keenetic/Entware&Debian 8.11/9.6


Вернуться в «Entware/Qnapware/Optware/Zyxware - обсуждаем репозитории пакетов»

Кто сейчас на конференции

Всего 1 посетитель :: 1 зарегистрированный, 0 скрытых и 0 гостей (основано на активности пользователей за последние 5 минут)
Больше всего посетителей (162) здесь было 16 ноя 2019, 18:33

Сейчас этот форум просматривают: CommonCrawl [Bot] и 0 гостей