Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

a2query

a2query version (return code: 0)

Usage: /usr/sbin/a2query -q -m [MODULE] -s [SITE] -c [CONF] -a -v -M -d -h 
-q            suppress any output. Useful for invocation from scripts
-m [MODULE]   checks whether the module MODULE is enabled, lists all enabled
           modules if no argument was given
-s [SITE]     checks whether the site SITE is enabled, lists all sites if no
           argument was given
-c [CONF]     checks whether the configuration CONF is enabled, lists all
           configurations if no argument was given
-a            returns the current Apache 2 module magic version
-v            returns the current Apache 2 version
-M            returns the enabled Apache 2 MPM
-d            returns the Apache 2 module directory
-h            display this help
a2query -h (return code: 0)

Usage: /usr/sbin/a2query -q -m [MODULE] -s [SITE] -c [CONF] -a -v -M -d -h 
-q            suppress any output. Useful for invocation from scripts
-m [MODULE]   checks whether the module MODULE is enabled, lists all enabled
           modules if no argument was given
-s [SITE]     checks whether the site SITE is enabled, lists all sites if no
           argument was given
-c [CONF]     checks whether the configuration CONF is enabled, lists all
           configurations if no argument was given
-a            returns the current Apache 2 module magic version
-v            returns the current Apache 2 version
-M            returns the enabled Apache 2 MPM
-d            returns the Apache 2 module directory
-h            display this help

Comments

Popular posts from this blog

How to find the server is whether standby (slave) or primary(master) in Postgresql replication ?

7 Steps to configure BDR replication in postgresql

How to Get Table Size, Database Size, Indexes Size, schema Size, Tablespace Size, column Size in PostgreSQL Database

PostgreSQL Introduction

ERROR: operator does not exist: text ->> unknown LINE 1: ...stomer' as customer_name,sales_info ->>'PRODUCTS' ->>'produc... ^ HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.