HTTP/2 is the latest HTTP network protocol.
https://gist.github.com/GAS85/8dadbcb3c9a7ecbcb6705530c1252831
https://www.upwork.com/resources/what-is-http2#:~:text=Find%20Work-,Dis….
https://www.tecmint.com/enable-http2-in-apache-on-ubuntu/
HTTP/2 is the latest HTTP network protocol.
https://gist.github.com/GAS85/8dadbcb3c9a7ecbcb6705530c1252831
https://www.upwork.com/resources/what-is-http2#:~:text=Find%20Work-,Dis….
https://www.tecmint.com/enable-http2-in-apache-on-ubuntu/
Example bash on argument 1. It checks if HTTPS is up and if the domain-name is on the site. Most sites have the domain name on the front page somewhere: /usr/local/nagios/libexec/check_http -H $1 --ssl --onredirect=follow --string "$1"
If log file you can run grep on the following keywords:Â grep -i -e "critical" -e "invalid" -e "warning"Â [LOGFILE.log]
Keywords: check_http
Are you looking for an automatic tool to tidy up your composer.json? Look no further with normalize:Â https://localheinz.com/blog/2018/01/15/normalizing-composer.json/
$currentpage = $_SERVER['REQUEST_URI'];
if( $currentpage == "/" ) {
}
Go to Structure -> Webform -> Build -> Add element -> Capthca
Basic intro to regex rewrite and redirect: https://www.searchenginepeople.com/blog/htaccess-redirect-rewrite-rules…
https://superuser.com/questions/155139/htaccess-301-redirect-with-regul…
Run this in ~/composer: curl -sS https://getcomposer.org/installer | php
Put this in .bashrc:Â alias composer="php ~/composer/composer.phar"
composer create-project drupal-composer/drupal-project:8.x-dev my_site_name_dir --no-interaction --no-install
Adjust web folder in composer.json file and then run "composer install".
composer show package_name --available