SSL unable in VHOST while enable in client, web and is also generated correctly

Discussion in 'General' started by okdev93, Jan 5, 2022.

  1. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Are they still pending? If the changes are not processed, see the read before -document about "not writing changes to disk".
     
  2. okdev93

    okdev93 New Member

    I found this thread

    https://www.howtoforge.com/community/threads/ispconfig-not-writing-vhost-changes-to-disk.56212/

    and did a `apache2 -t`

    results:
    Code:
    [Fri Jan 07 10:13:31.826890 2022] [core:warn] [pid 676417] AH00111: Config variable ${APACHE_RUN_DIR} is not defined
    apache2: Syntax error on line 80 of /etc/apache2/apache2.conf: DefaultRuntimeDir must be a valid directory, absolute or relative to ServerRoot
    
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    Ok, this is a single server system, right? Did you change something in the dbispconfig database or did you restore the dbispconfig database from a backup or something similar?

    Please login into phpmyadmin as root MySQL user, open the dbispconfig database. There you look into the sys_datalog table, which is the highest datalog_id in the table? Then you take a look at the server table, the server record in there has a column named 'updated', which value is in that column?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    That's ok and your problem is not an apache config issue.
     
  5. okdev93

    okdev93 New Member

    Yes its a single server (VM) Proxmox
    I'm getting 500 error on /phpmyadmin
    but in cli


    Code:
    MariaDB [dbispconfig]> SELECT datalog_id FROM sys_datalog ORDER BY datalog_id DESC LIMIT 1;
    +------------+
    | datalog_id |
    +------------+
    |         51 |
    +------------+
    1 row in set (0.000 sec)
    
     
    Last edited: Jan 7, 2022
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    ok, and now I need to know the value from updated column in server table.

    Which tutorial did you use to install the server?
     
  7. okdev93

    okdev93 New Member

  8. till

    till Super Moderator Staff Member ISPConfig Developer

    The main PHP version may not be changed, otherwise, the system might fail and this can be the reason for your current system failures. The PHP 7.3 in Debian gets patched for security issues and you can use additional PHP versions for websites (PHP 5.6 - 8.1). And if you would have wanted to use PHP 7.4, then you should have used Debian 11 and not 10 as the basis: https://www.howtoforge.com/ispconfig-autoinstall-debian-ubuntu/

    Regarding your issue, you still did not post the value from dbispconfig database, server table, column 'updated'.
     
  9. okdev93

    okdev93 New Member

    Yes thats true...

    Here is the return of the server table colomn 'updated'

    Code:
    MariaDB [dbispconfig]> SELECT updated FROM server;
    +---------+
    | updated |
    +---------+
    |      49 |
    +---------+
    1 row in set (0.000 sec)
    
    MariaDB [dbispconfig]>
    
     
  10. till

    till Super Moderator Staff Member ISPConfig Developer

    Ok, so there are indeed 2 pending jobs in the queue and running

    /usr/local/ispconfig/server/server.sh

    should process them, please run the command again and post the output (if it's different from the one you posted before). That you have a 500 error in phpmyadmin is also an indication that there might be issues with your PHP installation.
     
  11. okdev93

    okdev93 New Member

    Here is the output

    Code:
    07.01.2022-13:28 - DEBUG - Calling function 'check_phpini_changes' from plugin 'webserver_plugin' raised by action 'server_plugins_loaded'.
    07.01.2022-13:28 - DEBUG - safe_exec cmd: grep ^opcache.validate_root '/etc/php/7.4/apache2/php.ini' - return code: 0
    07.01.2022-13:28 - DEBUG - safe_exec cmd: grep ^opcache.validate_root '/etc/php/7.4/fpm/php.ini' - return code: 0
    07.01.2022-13:28 - DEBUG - safe_exec cmd: grep ^opcache.validate_root '/etc/php/7.4/cgi/php.ini' - return code: 0
    07.01.2022-13:28 - DEBUG - Found 2 changes, starting update process.
    07.01.2022-13:28 - DEBUG - Calling function 'ssl' from plugin 'apache2_plugin' raised by event 'web_domain_update'.
    07.01.2022-13:28 - DEBUG - Calling function 'update' from plugin 'apache2_plugin' raised by event 'web_domain_update'.
    07.01.2022-13:28 - DEBUG - safe_exec cmd: chattr -i '/var/www/clients/client1/web2' - return code: 0
    07.01.2022-13:28 - DEBUG - safe_exec cmd: chattr +i '/var/www/clients/client1/web2' - return code: 0
    07.01.2022-13:28 - DEBUG - safe_exec cmd: df -T '/var/www/clients/client1/web2'|awk 'END{print $2,$NF}' - return code: 0
    07.01.2022-13:28 - DEBUG - safe_exec cmd: which 'setquota' 2> /dev/null - return code: 0
    07.01.2022-13:28 - DEBUG - safe_exec cmd: setquota -u 'web2' '0' '0' 0 0 -a &> /dev/null - return code: 0
    setquota: Not setting block grace time on /dev/sda1 because softlimit is not exceeded.
    setquota: Not setting inode grace time on /dev/sda1 because softlimit is not exceeded.
    07.01.2022-13:28 - DEBUG - safe_exec cmd: setquota -T -u 'web2' 604800 604800 -a &> /dev/null - return code: 0
    07.01.2022-13:28 - DEBUG - safe_exec cmd: chattr +i '/var/www/clients/client1/web2' - return code: 0
    07.01.2022-13:28 - DEBUG - safe_exec cmd: which 'apache2ctl' 2> /dev/null - return code: 0
    07.01.2022-13:28 - DEBUG - Writing the vhost file: /etc/apache2/sites-available/mydomain.com.vhost
    07.01.2022-13:28 - DEBUG - safe_exec cmd: which 'apache2ctl' 2> /dev/null - return code: 0
    07.01.2022-13:28 - DEBUG - Writing the PHP-FPM config file: /etc/php/7.4/fpm/pool.d/web2.conf
    07.01.2022-13:28 - DEBUG - Calling function 'restartPHP_FPM' from module 'web_module'.
    07.01.2022-13:28 - DEBUG - Trying to use Systemd to restart service
    07.01.2022-13:28 - DEBUG - safe_exec cmd: systemctl is-enabled 'php7.4-fpm' 2>&1 - return code: 0
    07.01.2022-13:28 - DEBUG - Restarting php-fpm: systemctl reload php7.4-fpm.service
    07.01.2022-13:28 - DEBUG - Apache status is: running
    07.01.2022-13:28 - DEBUG - Calling function 'restartHttpd' from module 'web_module'.
    07.01.2022-13:28 - DEBUG - Trying to use Systemd to restart service
    07.01.2022-13:28 - DEBUG - safe_exec cmd: systemctl is-enabled 'apache2' 2>&1 - return code: 0
    07.01.2022-13:28 - DEBUG - Restarting httpd: systemctl restart apache2.service
    07.01.2022-13:28 - DEBUG - Apache restart return value is: 0
    07.01.2022-13:28 - DEBUG - Apache online status after restart is: running
    07.01.2022-13:28 - DEBUG - Processed datalog_id 50
    07.01.2022-13:28 - DEBUG - Calling function 'ssl' from plugin 'apache2_plugin' raised by event 'web_domain_update'.
    07.01.2022-13:28 - DEBUG - Calling function 'update' from plugin 'apache2_plugin' raised by event 'web_domain_update'.
    07.01.2022-13:28 - DEBUG - safe_exec cmd: chattr -i '/var/www/clients/client1/web2' - return code: 0
    07.01.2022-13:28 - DEBUG - safe_exec cmd: chattr +i '/var/www/clients/client1/web2' - return code: 0
    07.01.2022-13:28 - DEBUG - safe_exec cmd: df -T '/var/www/clients/client1/web2'|awk 'END{print $2,$NF}' - return code: 0
    07.01.2022-13:28 - DEBUG - safe_exec cmd: which 'setquota' 2> /dev/null - return code: 0
    07.01.2022-13:28 - DEBUG - safe_exec cmd: setquota -u 'web2' '0' '0' 0 0 -a &> /dev/null - return code: 0
    setquota: Not setting block grace time on /dev/sda1 because softlimit is not exceeded.
    setquota: Not setting inode grace time on /dev/sda1 because softlimit is not exceeded.
    07.01.2022-13:28 - DEBUG - safe_exec cmd: setquota -T -u 'web2' 604800 604800 -a &> /dev/null - return code: 0
    07.01.2022-13:28 - DEBUG - safe_exec cmd: chattr +i '/var/www/clients/client1/web2' - return code: 0
    07.01.2022-13:28 - DEBUG - Verified domain mydomain.com should be reachable for letsencrypt.
    07.01.2022-13:28 - DEBUG - safe_exec cmd: which 'apache2ctl' 2> /dev/null - return code: 0
    07.01.2022-13:28 - DEBUG - Trying to use Systemd to restart service
    07.01.2022-13:28 - DEBUG - safe_exec cmd: systemctl is-enabled 'apache2' 2>&1 - return code: 0
    07.01.2022-13:28 - DEBUG - Create Let's Encrypt SSL Cert for: mydomain.com
    07.01.2022-13:28 - DEBUG - Let's Encrypt SSL Cert domains:
    07.01.2022-13:28 - DEBUG - exec: R=0 ; C=0 ; /root/.acme.sh/acme.sh --issue  -d mydomain.com -w /usr/local/ispconfig/interface/acme --always-force-new-domain-key --keylength 4096; R=$? ; if [[ $R -eq 0 || $R -eq 2 ]] ; then /root/.acme.sh/acme.sh --install-cert  -d mydomain.com --key-file '/var/www/clients/client1/web2/ssl/mydomain.com-le.key' --fullchain-file '/var/www/clients/client1/web2/ssl/mydomain.com-le.crt' --reloadcmd 'systemctl force-reload apache2.service' --log '/var/log/ispconfig/acme.log'; C=$? ; fi ; if [[ $C -eq 0 ]] ; then exit $R ; else exit $C  ; fi
    sh: 1: [[: not found
    sh: 1: 2: not found
    sh: 1: [[: not found
    07.01.2022-13:28 - DEBUG - safe_exec cmd: which 'apache2ctl' 2> /dev/null - return code: 0
    07.01.2022-13:28 - DEBUG - Writing the vhost file: /etc/apache2/sites-available/mydomain.com.vhost
    07.01.2022-13:28 - DEBUG - safe_exec cmd: which 'apache2ctl' 2> /dev/null - return code: 0
    07.01.2022-13:28 - DEBUG - Writing the PHP-FPM config file: /etc/php/7.4/fpm/pool.d/web2.conf
    07.01.2022-13:28 - DEBUG - Calling function 'restartPHP_FPM' from module 'web_module'.
    07.01.2022-13:28 - DEBUG - Trying to use Systemd to restart service
    07.01.2022-13:28 - DEBUG - safe_exec cmd: systemctl is-enabled 'php7.4-fpm' 2>&1 - return code: 0
    07.01.2022-13:28 - DEBUG - Restarting php-fpm: systemctl reload php7.4-fpm.service
    07.01.2022-13:28 - DEBUG - Apache status is: running
    07.01.2022-13:28 - DEBUG - Calling function 'restartHttpd' from module 'web_module'.
    07.01.2022-13:28 - DEBUG - Trying to use Systemd to restart service
    07.01.2022-13:28 - DEBUG - safe_exec cmd: systemctl is-enabled 'apache2' 2>&1 - return code: 0
    07.01.2022-13:28 - DEBUG - Restarting httpd: systemctl restart apache2.service
    07.01.2022-13:28 - DEBUG - Apache restart return value is: 0
    07.01.2022-13:28 - DEBUG - Apache online status after restart is: running
    07.01.2022-13:28 - DEBUG - Processed datalog_id 51
    07.01.2022-13:28 - DEBUG - Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
    finished server.php.
     
  12. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Errors. Did you chance shell to bash from the original dash?
     
    okdev93 and till like this.
  13. okdev93

    okdev93 New Member

    No I did not changed the shell
     
  14. till

    till Super Moderator Staff Member ISPConfig Developer

    Then you know why your system fails. The tutorial told you to change it as dash is not able to run complex bash scripts, so it's no viable alternative for BASH. Change the shell as described in the installation tutorial.
     
    okdev93 likes this.
  15. okdev93

    okdev93 New Member

    Dam sorry by mistake

    Thank you guys for your help :)

    whats about the error 500 for /phpmyadmin ?
     
    Last edited: Jan 7, 2022
  16. till

    till Super Moderator Staff Member ISPConfig Developer

    Take a look at the global apache error.log to see which error shows up there when you access phpmyadmin.
     
  17. okdev93

    okdev93 New Member

    I did a `tail -f /var/log/apache2/error.log` and then try to access /phpmyadmin , but there is no new entry....
    here is last error logs

    Code:
    [Fri Jan 07 14:37:09.848771 2022] [ssl:warn] [pid 686821] AH01909: gberge.mydomain.com:8080:0 server certificate does NOT include an ID which matches the server name
    [Fri Jan 07 14:37:09.849110 2022] [ssl:warn] [pid 686821] AH01909: gberge.mydomain.com:8081:0 server certificate does NOT include an ID which matches the server name
    [Fri Jan 07 14:37:09.849208 2022] [suexec:notice] [pid 686821] AH01232: suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
    
    
    [ 2022-01-07 14:37:09.8502 686831/7f12a881d700 age/Ust/UstRouterMain.cpp:421 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
    [ 2022-01-07 14:37:09.8502 686826/7faf8d75c700 age/Cor/CoreMain.cpp:531 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
    [ 2022-01-07 14:37:09.8502 686831/7f12a890f980 age/Ust/UstRouterMain.cpp:491 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
    [ 2022-01-07 14:37:09.8502 686826/7faf8e0df980 age/Cor/CoreMain.cpp:900 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
    [ 2022-01-07 14:37:09.8502 686831/7f12a881d700 Ser/Server.h:464 ]: [UstRouter] Shutdown finished
    [ 2022-01-07 14:37:09.8502 686831/7f12a3f7e700 Ser/Server.h:816 ]: [UstRouterApiServer] Freed 0 spare client objects
    [ 2022-01-07 14:37:09.8502 686831/7f12a3f7e700 Ser/Server.h:464 ]: [UstRouterApiServer] Shutdown finished
    [ 2022-01-07 14:37:09.8503 686826/7faf8d75c700 Ser/Server.h:816 ]: [ServerThr.1] Freed 128 spare client objects
    [ 2022-01-07 14:37:09.8503 686826/7faf8d75c700 Ser/Server.h:464 ]: [ServerThr.1] Shutdown finished
    [ 2022-01-07 14:37:09.8503 686826/7faf6f7fe700 Ser/Server.h:816 ]: [ApiServer] Freed 0 spare client objects
    [ 2022-01-07 14:37:09.8503 686826/7faf6f7fe700 Ser/Server.h:464 ]: [ApiServer] Shutdown finished
    [ 2022-01-07 14:37:09.8504 686826/7faf6ffff700 Ser/Server.h:816 ]: [ServerThr.3] Freed 128 spare client objects
    [ 2022-01-07 14:37:09.8504 686826/7faf6ffff700 Ser/Server.h:464 ]: [ServerThr.3] Shutdown finished
    [ 2022-01-07 14:37:09.8504 686826/7faf8ceda700 Ser/Server.h:816 ]: [ServerThr.2] Freed 128 spare client objects
    [ 2022-01-07 14:37:09.8504 686826/7faf8ceda700 Ser/Server.h:464 ]: [ServerThr.2] Shutdown finished
    [ 2022-01-07 14:37:09.8505 686831/7f12a890f980 age/Ust/UstRouterMain.cpp:523 ]: Passenger UstRouter shutdown finished
    [ 2022-01-07 14:37:09.8680 686856/7ff759410980 age/Wat/WatchdogMain.cpp:1291 ]: Starting Passenger watchdog...
    [ 2022-01-07 14:37:09.8729 686859/7ff9e19d5980 age/Cor/CoreMain.cpp:982 ]: Starting Passenger core...
    [ 2022-01-07 14:37:09.8730 686859/7ff9e19d5980 age/Cor/CoreMain.cpp:235 ]: Passenger core running in multi-application mode.
    [ 2022-01-07 14:37:09.8736 686859/7ff9e19d5980 age/Cor/CoreMain.cpp:732 ]: Passenger core online, PID 686859
    [ 2022-01-07 14:37:09.8784 686864/7f21ee867980 age/Ust/UstRouterMain.cpp:529 ]: Starting Passenger UstRouter...
    [ 2022-01-07 14:37:09.8787 686864/7f21ee867980 age/Ust/UstRouterMain.cpp:342 ]: Passenger UstRouter online, PID 686864
    [ 2022-01-07 14:37:09.8913 686826/7faf8e0df980 age/Cor/CoreMain.cpp:967 ]: Passenger core shutdown finished
    [Fri Jan 07 14:37:09.892623 2022] [ssl:warn] [pid 686853] AH01909: gberge.mydomain.com:8080:0 server certificate does NOT include an ID which matches the server name
    [Fri Jan 07 14:37:09.892943 2022] [ssl:warn] [pid 686853] AH01909: gberge.mydomain.com:8081:0 server certificate does NOT include an ID which matches the server name
    [Fri Jan 07 14:37:09.893078 2022] [:error] [pid 686853] python_init: Python version mismatch, expected '3.9.0+', found '3.9.2'.
    [Fri Jan 07 14:37:09.893156 2022] [:error] [pid 686853] python_init: Python executable found '/'.
    [Fri Jan 07 14:37:09.893159 2022] [:error] [pid 686853] python_init: Python path being used '/'.
    [Fri Jan 07 14:37:09.893165 2022] [:notice] [pid 686853] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
    [Fri Jan 07 14:37:09.893167 2022] [:notice] [pid 686853] mod_python: using mutex_directory /tmp
    [Fri Jan 07 14:37:09.912598 2022] [mpm_prefork:notice] [pid 686853] AH00163: Apache/2.4.51 (Debian) mod_fcgid/2.3.9 Phusion_Passenger/5.0.30 OpenSSL/1.1.1k mod_python/3.5.0- Python/3.9.2 mod_perl/2.0.11 Perl/v5.32.1 configured -- resuming normal operations
    [Fri Jan 07 14:37:09.912617 2022] [core:notice] [pid 686853] AH00094: Command line: '/usr/sbin/apache2'
    [Fri Jan 07 14:37:12.329189 2022] [mpm_prefork:notice] [pid 686853] AH00171: Graceful restart requested, doing restart
    
    
    [ 2022-01-07 14:37:12.3386 686864/7f21ee775700 age/Ust/UstRouterMain.cpp:421 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
    [ 2022-01-07 14:37:12.3386 686859/7ff9e1052700 age/Cor/CoreMain.cpp:531 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
    [ 2022-01-07 14:37:12.3386 686859/7ff9e19d5980 age/Cor/CoreMain.cpp:900 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
    [ 2022-01-07 14:37:12.3387 686859/7ff9cb7fe700 Ser/Server.h:816 ]: [ServerThr.3] Freed 128 spare client objects
    [ 2022-01-07 14:37:12.3387 686859/7ff9cb7fe700 Ser/Server.h:464 ]: [ServerThr.3] Shutdown finished
    [ 2022-01-07 14:37:12.3387 686859/7ff9cbfff700 Ser/Server.h:816 ]: [ServerThr.2] Freed 128 spare client objects
    [ 2022-01-07 14:37:12.3387 686859/7ff9cbfff700 Ser/Server.h:464 ]: [ServerThr.2] Shutdown finished
    [ 2022-01-07 14:37:12.3388 686859/7ff9caffd700 Ser/Server.h:816 ]: [ApiServer] Freed 0 spare client objects
    [ 2022-01-07 14:37:12.3388 686859/7ff9caffd700 Ser/Server.h:464 ]: [ApiServer] Shutdown finished
    [ 2022-01-07 14:37:12.3388 686859/7ff9e1052700 Ser/Server.h:816 ]: [ServerThr.1] Freed 128 spare client objects
    [ 2022-01-07 14:37:12.3388 686859/7ff9e1052700 Ser/Server.h:464 ]: [ServerThr.1] Shutdown finished
    [ 2022-01-07 14:37:12.3397 686864/7f21ee867980 age/Ust/UstRouterMain.cpp:491 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
    [ 2022-01-07 14:37:12.3397 686864/7f21ee775700 Ser/Server.h:464 ]: [UstRouter] Shutdown finished
    [ 2022-01-07 14:37:12.3397 686864/7f21edef3700 Ser/Server.h:816 ]: [UstRouterApiServer] Freed 0 spare client objects
    [ 2022-01-07 14:37:12.3397 686864/7f21edef3700 Ser/Server.h:464 ]: [UstRouterApiServer] Shutdown finished
    [ 2022-01-07 14:37:12.3399 686864/7f21ee867980 age/Ust/UstRouterMain.cpp:523 ]: Passenger UstRouter shutdown finished
    [ 2022-01-07 14:37:12.3811 686859/7ff9e19d5980 age/Cor/CoreMain.cpp:967 ]: Passenger core shutdown finished
    [ 2022-01-07 14:37:13.2332 687144/7f719e2f3980 age/Wat/WatchdogMain.cpp:1291 ]: Starting Passenger watchdog...
    [ 2022-01-07 14:37:13.2376 687147/7fe1dc5db980 age/Cor/CoreMain.cpp:982 ]: Starting Passenger core...
    [ 2022-01-07 14:37:13.2376 687147/7fe1dc5db980 age/Cor/CoreMain.cpp:235 ]: Passenger core running in multi-application mode.
    [ 2022-01-07 14:37:13.2383 687147/7fe1dc5db980 age/Cor/CoreMain.cpp:732 ]: Passenger core online, PID 687147
    [ 2022-01-07 14:37:13.2431 687152/7f4629914980 age/Ust/UstRouterMain.cpp:529 ]: Starting Passenger UstRouter...
    [ 2022-01-07 14:37:13.2435 687152/7f4629914980 age/Ust/UstRouterMain.cpp:342 ]: Passenger UstRouter online, PID 687152
    [Fri Jan 07 14:37:13.256893 2022] [ssl:warn] [pid 686853] AH01909: gberge.mydomain.com:8080:0 server certificate does NOT include an ID which matches the server name
    [Fri Jan 07 14:37:13.257203 2022] [ssl:warn] [pid 686853] AH01909: gberge.mydomain.com:8081:0 server certificate does NOT include an ID which matches the server name
    [Fri Jan 07 14:37:13.257331 2022] [:error] [pid 686853] python_init: Python version mismatch, expected '3.9.0+', found '3.9.2'.
    [Fri Jan 07 14:37:13.257407 2022] [:error] [pid 686853] python_init: Python executable found '/'.
    [Fri Jan 07 14:37:13.257409 2022] [:error] [pid 686853] python_init: Python path being used '/'.
    [Fri Jan 07 14:37:13.257414 2022] [:notice] [pid 686853] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
    [Fri Jan 07 14:37:13.257417 2022] [:notice] [pid 686853] mod_python: using mutex_directory /tmp
    [Fri Jan 07 14:37:13.273173 2022] [mpm_prefork:notice] [pid 686853] AH00163: Apache/2.4.51 (Debian) mod_fcgid/2.3.9 Phusion_Passenger/5.0.30 OpenSSL/1.1.1k mod_python/3.5.0- Python/3.9.2 mod_perl/2.0.11 Perl/v5.32.1 configured -- resuming normal operations
    [Fri Jan 07 14:37:13.273190 2022] [core:notice] [pid 686853] AH00094: Command line: '/usr/sbin/apache2'
    [Fri Jan 07 14:37:13.273207 2022] [mpm_prefork:warn] [pid 686853] AH00167: long lost child came home! (pid 686854)
    [Fri Jan 07 14:37:13.685608 2022] [mpm_prefork:notice] [pid 686853] AH00170: caught SIGWINCH, shutting down gracefully
    [ 2022-01-07 14:37:13.7226 687203/7f20c6b33980 age/Wat/WatchdogMain.cpp:1291 ]: Starting Passenger watchdog...
    [ 2022-01-07 14:37:13.7266 687206/7f9607763980 age/Cor/CoreMain.cpp:982 ]: Starting Passenger core...
    [ 2022-01-07 14:37:13.7267 687206/7f9607763980 age/Cor/CoreMain.cpp:235 ]: Passenger core running in multi-application mode.
    [ 2022-01-07 14:37:13.7272 687206/7f9607763980 age/Cor/CoreMain.cpp:732 ]: Passenger core online, PID 687206
    [ 2022-01-07 14:37:13.7316 687211/7fa354fb4980 age/Ust/UstRouterMain.cpp:529 ]: Starting Passenger UstRouter...
    [ 2022-01-07 14:37:13.7319 687211/7fa354fb4980 age/Ust/UstRouterMain.cpp:342 ]: Passenger UstRouter online, PID 687211
    [Fri Jan 07 14:37:13.732912 2022] [ssl:warn] [pid 687201] AH01909: gberge.mydomain.com:8080:0 server certificate does NOT include an ID which matches the server name
    [Fri Jan 07 14:37:13.733252 2022] [ssl:warn] [pid 687201] AH01909: gberge.mydomain.com:8081:0 server certificate does NOT include an ID which matches the server name
    [Fri Jan 07 14:37:13.733360 2022] [suexec:notice] [pid 687201] AH01232: suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
    
    [ 2022-01-07 14:37:13.7342 687206/7f9606de0700 age/Cor/CoreMain.cpp:531 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
    [ 2022-01-07 14:37:13.7342 687206/7f9607763980 age/Cor/CoreMain.cpp:900 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
    [ 2022-01-07 14:37:13.7342 687206/7f960655e700 Ser/Server.h:816 ]: [ServerThr.2] Freed 128 spare client objects
    [ 2022-01-07 14:37:13.7342 687206/7f960655e700 Ser/Server.h:464 ]: [ServerThr.2] Shutdown finished
    [ 2022-01-07 14:37:13.7343 687206/7f9605cdc700 Ser/Server.h:816 ]: [ServerThr.3] Freed 128 spare client objects
    [ 2022-01-07 14:37:13.7343 687206/7f9605cdc700 Ser/Server.h:464 ]: [ServerThr.3] Shutdown finished
    [ 2022-01-07 14:37:13.7343 687206/7f960545a700 Ser/Server.h:816 ]: [ApiServer] Freed 0 spare client objects
    [ 2022-01-07 14:37:13.7343 687206/7f960545a700 Ser/Server.h:464 ]: [ApiServer] Shutdown finished
    [ 2022-01-07 14:37:13.7343 687206/7f9606de0700 Ser/Server.h:816 ]: [ServerThr.1] Freed 128 spare client objects
    [ 2022-01-07 14:37:13.7343 687206/7f9606de0700 Ser/Server.h:464 ]: [ServerThr.1] Shutdown finished
    
    [ 2022-01-07 14:37:13.7346 687211/7fa354ec2700 age/Ust/UstRouterMain.cpp:421 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
    [ 2022-01-07 14:37:13.7346 687211/7fa354fb4980 age/Ust/UstRouterMain.cpp:491 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
    [ 2022-01-07 14:37:13.7346 687211/7fa354ec2700 Ser/Server.h:464 ]: [UstRouter] Shutdown finished
    [ 2022-01-07 14:37:13.7347 687211/7fa347fff700 Ser/Server.h:816 ]: [UstRouterApiServer] Freed 0 spare client objects
    [ 2022-01-07 14:37:13.7347 687211/7fa347fff700 Ser/Server.h:464 ]: [UstRouterApiServer] Shutdown finished
    [ 2022-01-07 14:37:13.7349 687211/7fa354fb4980 age/Ust/UstRouterMain.cpp:523 ]: Passenger UstRouter shutdown finished
    [ 2022-01-07 14:37:13.7518 687235/7f65fe154980 age/Wat/WatchdogMain.cpp:1291 ]: Starting Passenger watchdog...
    [ 2022-01-07 14:37:13.7564 687238/7fbf1938d980 age/Cor/CoreMain.cpp:982 ]: Starting Passenger core...
    [ 2022-01-07 14:37:13.7564 687238/7fbf1938d980 age/Cor/CoreMain.cpp:235 ]: Passenger core running in multi-application mode.
    [ 2022-01-07 14:37:13.7570 687238/7fbf1938d980 age/Cor/CoreMain.cpp:732 ]: Passenger core online, PID 687238
    [ 2022-01-07 14:37:13.7617 687243/7fb94e1f4980 age/Ust/UstRouterMain.cpp:529 ]: Starting Passenger UstRouter...
    [ 2022-01-07 14:37:13.7620 687243/7fb94e1f4980 age/Ust/UstRouterMain.cpp:342 ]: Passenger UstRouter online, PID 687243
    [ 2022-01-07 14:37:13.7750 687206/7f9607763980 age/Cor/CoreMain.cpp:967 ]: Passenger core shutdown finished
    [Fri Jan 07 14:37:13.776693 2022] [ssl:warn] [pid 687232] AH01909: gberge.mydomain.com:8080:0 server certificate does NOT include an ID which matches the server name
    [Fri Jan 07 14:37:13.776978 2022] [ssl:warn] [pid 687232] AH01909: gberge.mydomain.com:8081:0 server certificate does NOT include an ID which matches the server name
    [Fri Jan 07 14:37:13.777164 2022] [:error] [pid 687232] python_init: Python version mismatch, expected '3.9.0+', found '3.9.2'.
    [Fri Jan 07 14:37:13.777240 2022] [:error] [pid 687232] python_init: Python executable found '/'.
    [Fri Jan 07 14:37:13.777242 2022] [:error] [pid 687232] python_init: Python path being used '/'.
    [Fri Jan 07 14:37:13.777249 2022] [:notice] [pid 687232] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
    [Fri Jan 07 14:37:13.777251 2022] [:notice] [pid 687232] mod_python: using mutex_directory /tmp
    [Fri Jan 07 14:37:13.797404 2022] [mpm_prefork:notice] [pid 687232] AH00163: Apache/2.4.51 (Debian) mod_fcgid/2.3.9 Phusion_Passenger/5.0.30 OpenSSL/1.1.1k mod_python/3.5.0- Python/3.9.2 mod_perl/2.0.11 Perl/v5.32.1 configured -- resuming normal operations
    [Fri Jan 07 14:37:13.797422 2022] [core:notice] [pid 687232] AH00094: Command line: '/usr/sbin/apache2'
    [Fri Jan 07 15:47:03.472538 2022] [php7:error] [pid 687284] [client 190.2.131.205:34396] script '/var/www/html/info.php' not found or unable to stat
    [Fri Jan 07 15:47:03.734548 2022] [php7:error] [pid 687267] [client 190.2.131.205:34836] script '/var/www/html/frontend_dev.php' not found or unable to stat
    
     
  18. okdev93

    okdev93 New Member

    Should I re-open a thread for the phpmyadmin error ?

    Still getting error 500 and no news entry on apache error.log (using tail -f)

    Thanks in advance
     

Share This Page