Autor |
Sõnum |
-IFFI-
Vana Pingviin
Vanus: 48
Liitunud: 25.06.2005
Postitused: 1411
Asukoht: Lappeenranta-Turku
Distributsioon: Linux MX
|
|
Paluksin abi targematelt kuna ise ei suuda seda ära lahendada. Nii umbes paar nädalat on see probleem kestnud, et hommikuti ei pääse enam oma veebilehtedele ligi mingi aeg.
Apache error logis on alati sellised read (neid on rohkem seal siia panin aint väikese osa)
Kood: | [Wed Dec 08 06:48:02.804520 2021] [proxy_fcgi:error] [pid 2153259] (70007)The timeout specified has expired: [client 161.97.135.98:55958] AH01075: Error dispatching request to : (polling)
[Wed Dec 08 06:48:08.400254 2021] [proxy_fcgi:error] [pid 2153252] (70007)The timeout specified has expired: [client 161.97.135.98:55970] AH01075: Error dispatching request to : (polling)
[Wed Dec 08 06:48:10.390248 2021] [proxy_fcgi:error] [pid 2152162] (70007)The timeout specified has expired: [client 192.99.5.225:60990] AH01075: Error dispatching request to : (polling)
[Wed Dec 08 06:48:13.917348 2021] [proxy_fcgi:error] [pid 2153270] (70007)The timeout specified has expired: [client 161.97.135.98:55976] AH01075: Error dispatching request to : (polling)
[Wed Dec 08 06:48:20.422872 2021] [proxy_fcgi:error] [pid 2152169] (70007)The timeout specified has expired: [client 161.97.135.98:55990] AH01075: Error dispatching request to : (polling)
[Wed Dec 08 06:48:25.936559 2021] [proxy_fcgi:error] [pid 2152172] (70007)The timeout specified has expired: [client 161.97.135.98:56008] AH01075: Error dispatching request to : (polling)
[Wed Dec 08 06:48:31.459320 2021] [proxy_fcgi:error] [pid 2153293] (70007)The timeout specified has expired: [client 161.97.135.98:56014] AH01075: Error dispatching request to : (polling) |
Apache confi eile lisasin rea Proxy Timeout: 600
Leidsin sellise lühikese õpetuse aastast 2015 aga tundub, et see ei adanud.
Server on ubuntu 20.04 VPS milles siis jookseb korraga 3 erinevat domeeni+hulgaliselt alamdomeene.
Googlest mina ei suutnud lahendust sellele probleemile leida seega pöördusingi teie poole.
|
|
|
|
|
|
|
|
spott
Admin
Vanus: 43
Liitunud: 04.06.2005
Postitused: 8857
Distributsioon: Ubuntu
|
|
kontrolli, kas sul on ikka õiges conf failis muudatus tehtud ja sisse laetud vastav muudatus.
|
|
|
|
_________________ Tellige endale sünnipäevaks, sõbrapäevaks või muuks tähtpäevaks kingitus: Kingitused internetist - NetiKink.eu
|
|
|
|
-IFFI-
Vana Pingviin
Vanus: 48
Liitunud: 25.06.2005
Postitused: 1411
Asukoht: Lappeenranta-Turku
Distributsioon: Linux MX
|
|
Eila lisasin siis /etc/apache2/apache2.conf faili read
Kood: | #
# Timeout: The number of seconds before receives and sends time out.
#
Timeout 1800
|
Kogu apache2 konf faili sisu näeb https://pastebin.com/82Ez3ppZ Siia ei lase millegipärast seda täis mahus postitada, saab postitades sellise ilusa pilt vastuse
Tulemus oli ikka sama, et aeg ajalt puudus kõikidele veebilehtedele mõneks ajaks juurde pääs.
Täna hommuku käisin läbi selle juhendid ja tegin vastavad muudatused esialgu ainult ühe domeeniga https://www.linode.com/docs/guides/how-to-install-and-configure-fastcgi-and-php-fpm-on-ubuntu-18-04/
Eelnevalt ennem muudatuste tegemist kustutasin apache error logi tühjaks. Pärast muudatusi näen logis ainult neid mõnda rida
Kood: | [Thu Dec 09 09:38:29.304718 2021] [mpm_prefork:notice] [pid 89157] AH00171: Graceful restart requested, doing restart
[Thu Dec 09 09:38:30.208587 2021] [so:warn] [pid 89157] AH01574: module proxy_module is already loaded, skipping
[Thu Dec 09 09:38:30.208636 2021] [so:warn] [pid 89157] AH01574: module proxy_fcgi_module is already loaded, skipping
[Thu Dec 09 09:38:30.218031 2021] [mpm_prefork:notice] [pid 89157] AH00163: Apache/2.4.41 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/1.1.1f configured -- resuming normal operations
[Thu Dec 09 09:38:30.218065 2021] [core:notice] [pid 89157] AH00094: Command line: '/usr/sbin/apache2'
|
Tundub, et nod kaks moodulit on vist nüüd topelt kuidagi kusagil tööl - ma ei saa hetkel ültse aru noist logis olevatest ridadest.
Selline näeb nüüd välja uuem hommikul juhendi järgi täiustatud /etc/apache2/sites-available/iffinland.info.conf
Kood: | <Directory /var/www/iffinland.info/public_html>
Require all granted
</Directory>
<VirtualHost *:80>
ServerAdmin iffi@iffinland.info
ServerName iffinland.info
ServerAlias www.iffinland.info
DocumentRoot /var/www/iffinland.info/public_html
ErrorLog ${APACHE_LOG_DIR}/ERROR.iffinland.info.CONF.error.log
CustomLog ${APACHE_LOG_DIR}/iffinland.info.CONF.access.log combined
DirectoryIndex index.php
<IfModule mod_fcgid.c>
Options +ExecCGI
FcgidConnectTimeout 20
AddType application/x-httpd-php .php
AddHandler application/x-httpd-php .php
Alias /php7-fcgi /usr/lib/cgi-bin/php7-fcgi
ProxyPassMatch " ^/(.*\.php(/.*)?)$" "unix:listen = /var/run/php/php7.4-fpm_iffinland.info.sock|fcgi://localhost/var/www/iffinland.info/public_html/"
</IfModule>
<FilesMatch \.php$>
# 2.4.10+ can proxy to unix socket
SetHandler "proxy:unix:/var/run/php/php7.4-fpm_iffinland.info.sock|fcgi://localhost/var/www/iffinland.info/public_html/"
</FilesMatch>
RewriteEngine on
RewriteCond %{SERVER_NAME} =www.iffinland.info [OR]
RewriteCond %{SERVER_NAME} =iffinland.info
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>
|
Üleval lingil antud juhendi tegin algusest saati läbi - ehk siis installisin kõik mis oli sela kirjas ja lisasin vajalikud read failidess juurde. Domeeni muutsin hetkel aint ühe ära mis on ka siin kirjas.
Oskab keegi targematest miskit mulle nüüd nõua anda. Minu arust pole hetkel veel kõik päris nii nagu peaks.....eks ma jälgin nüüd seda domeeni kuidas ta töötab ja tsekkan aeg ajalt ka error logi....
Igasugune nõuanded ja muu abi on jätkuvalt oodatud.
Kasutusel on ka mul MONIT jälgimis süsteem ja just leitsin ka selle logist järgmist infot millega mina ei oska taas midagi peale hakata
Kood: | [EET Dec 9 12:09:59] error : 'webserver' failed protocol test [HTTP] at [iffinland.info]:443 [TCP/IP TLS] -- Cannot assign requested address
[EET Dec 9 12:11:09] error : '161.97.135.98' failed protocol test [HTTP] at [mustream.info]:443 [TCP/IP TLS] -- Cannot assign requested address
[EET Dec 9 12:11:45] error : 'webserver' failed protocol test [HTTP] at [iffinland.info]:443 [TCP/IP TLS] -- Cannot assign requested address
[EET Dec 9 12:12:55] error : '161.97.135.98' failed protocol test [HTTP] at [mustream.info]:443 [TCP/IP TLS] -- Cannot assign requested address
[EET Dec 9 12:13:30] error : 'webserver' failed protocol test [HTTP] at [iffinland.info]:443 [TCP/IP TLS] -- Cannot assign requested address
[EET Dec 9 12:14:40] error : '161.97.135.98' failed protocol test [HTTP] at [mustream.info]:443 [TCP/IP TLS] -- Cannot assign requested address
[EET Dec 9 12:14:42] error : SSL accept error: error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown
[EET Dec 9 12:14:45] error : SSL accept error: error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown
[EET Dec 9 12:14:53] error : SSL accept error: error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown
[EET Dec 9 12:14:54] error : SSL accept error: error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown
[EET Dec 9 12:15:15] error : 'webserver' failed protocol test [HTTP] at [iffinland.info]:443 [TCP/IP TLS] -- Cannot assign requested address
[EET Dec 9 12:15:28] error : SSL accept error: error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown
[EET Dec 9 12:15:33] error : SSL accept error: error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown
[EET Dec 9 12:16:08] error : SSL accept error: error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown
[EET Dec 9 12:16:15] error : SSL accept error: error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown
|
Tundub mingi HTTP ümbersuunamise või miski selline probleem
|
|
|
|
|
|
|
|
spott
Admin
Vanus: 43
Liitunud: 04.06.2005
Postitused: 8857
Distributsioon: Ubuntu
|
|
Nu aga apache conf fail on ju mitmeks osaks jagatud - käi ja kontrolli kõik igaks juhuks läbi.
Kood: | # It is split into several files forming the configuration hierarchy outlined
# below, all located in the /etc/apache2/ directory:
#
# /etc/apache2/
# |-- apache2.conf
# | `-- ports.conf
# |-- mods-enabled
# | |-- *.load
# | `-- *.conf
# |-- conf-enabled
# | `-- *.conf
# `-- sites-enabled
# `-- *.conf
#
#
# * apache2.conf is the main configuration file (this file). It ******** the pieces
# together by including all remaining configuration files when starting up the
# web server. |
|
|
|
|
_________________ Tellige endale sünnipäevaks, sõbrapäevaks või muuks tähtpäevaks kingitus: Kingitused internetist - NetiKink.eu
|
|
|
|
-IFFI-
Vana Pingviin
Vanus: 48
Liitunud: 25.06.2005
Postitused: 1411
Asukoht: Lappeenranta-Turku
Distributsioon: Linux MX
|
|
|
|
spott
Admin
Vanus: 43
Liitunud: 04.06.2005
Postitused: 8857
Distributsioon: Ubuntu
|
|
Ma lihtsalt arutle - pannes selle kirja - kas ei või hoopis viga olla, et kuskil on piiratud palju samaaegseid protsesse võib mingil domeenil või apachel üldse olla? Ja need saavad täis ning siis jäävad teised seniks ootele. Kuid kuna ooteaeg liiga pikk (teised ühendused veel aktiivsed), siis saavad sinu ühendused tala. Näiteks mingid spiderid käivad lehti skännimas.
Lihtsalt selline mõte tuli...
|
|
|
|
_________________ Tellige endale sünnipäevaks, sõbrapäevaks või muuks tähtpäevaks kingitus: Kingitused internetist - NetiKink.eu
|
|
|
|
-IFFI-
Vana Pingviin
Vanus: 48
Liitunud: 25.06.2005
Postitused: 1411
Asukoht: Lappeenranta-Turku
Distributsioon: Linux MX
|
|
Väga õige mõtte käik sul ja sinu arutelule ongi kinnitus siin alla
Kood: | [Thu Dec 09 19:23:23.899010 2021] [mpm_prefork:notice] [pid 122096] AH00169: caught SIGTERM, shutting down
[Thu Dec 09 19:23:24.064943 2021] [:notice] [pid 126045] FastCGI: process manager initialized (pid 126045)
[Thu Dec 09 19:23:24.077635 2021] [mpm_prefork:notice] [pid 126044] AH00163: Apache/2.4.41 (Ubuntu) mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_fcgid/2.3.9 OpenSSL/1.1.1f configured -- resuming normal operations
[Thu Dec 09 19:23:24.077872 2021] [core:notice] [pid 126044] AH00094: Command line: '/usr/sbin/apache2'
[Thu Dec 09 19:23:24.165340 2021] [mpm_prefork:notice] [pid 126044] AH00169: caught SIGTERM, shutting down
[Thu Dec 09 19:23:24.471596 2021] [:notice] [pid 126073] FastCGI: process manager initialized (pid 126073)
[Thu Dec 09 19:23:24.483807 2021] [mpm_prefork:notice] [pid 126072] AH00163: Apache/2.4.41 (Ubuntu) mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_fcgid/2.3.9 OpenSSL/1.1.1f configured -- resuming normal operations |
Mingi aeg olid ka need logis sees...nagu ma oma vigase keele oskusega ja trantslatoriga aru sain siis just need teated teatasidgi sinu arutelu.
Öösel ma nuid miskit nikerdasin veel siit ja sealt erinevates failides ja nüüd hommiku nii kella 6 saati pole enam kordagi maas olnud. Siiani kõik toimib OK. Eks vaatan kuidas päeva vastu peab.
Surkisin noid virtualhosti faile, php.ini ja miski moodulite konfe...ja selle SSL probleemi sain ka lahendatud...
Eks vaatame mis aeg näitab, kas toimetab kenasti või on see OK olukord hetkeline.
Seniks sulle tänud kaasamõtlemast ja vihjeid jagamast
|
|
|
|
|
|
|
|
|