GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ANGIE(8) FreeBSD System Manager's Manual ANGIE(8)

AngieHTTP and reverse proxy server, mail proxy server

angie [-?hqTtVvmM] [-c file] [-e file] [-g directives] [-p prefix] [-s signal] [--help] [--build-env] [--log-level=level]

Angie is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server. It is known for its high performance, stability, rich feature set, simple configuration, and low resource consumption.

The options are as follows:

, -h, --help
Print help.
file
Use an alternative configuration file.
file
Use an alternative error log file. Special value stderr indicates that the standard error output should be used.
directives
Set global configuration directives. See EXAMPLES for details.
prefix
Set the prefix path. The default value is /usr/local/etc/angie.
Suppress non-error messages during configuration testing.
signal
Send a signal to the master process. The argument signal can be one of: stop, quit, reopen, reload. The following table shows the corresponding system signals:

Show built-in modules and exit.
Show built-in and loaded modules, then exit.
Same as -t, but additionally dump configuration files to standard output.
Do not run, just test the configuration file. Angie checks the configuration file syntax and then tries to open files referenced in the configuration file.
Print the Angie version, compiler version, and configure script parameters.
Print the Angie version.
Show build environment and exit.
=level
Set initial error log level.

The master process of Angie can handle the following signals:

, SIGTERM
Shut down quickly.
Reload configuration, start the new worker process with a new configuration, and gracefully shut down old worker processes.
Shut down gracefully.
Reopen log files.
Upgrade the Angie executable on the fly.
Shut down worker processes gracefully.

While there is no need to explicitly control worker processes normally, they support some signals too:

Shut down quickly.
Shut down gracefully.
Reopen log files.

To enable a debugging log, reconfigure Angie to build with debugging:

./configure --with-debug ...

and then set the debug level of the error_log:

error_log /path/to/log debug;

It is also possible to enable the debugging for a particular IP address:

events {
	debug_connection 127.0.0.1;
}

The ANGIE environment variable is used internally by Angie and should not be set directly by the user.

/var/run/angie.pid
Contains the process ID of Angie. The contents of this file are not sensitive, so it can be world-readable.
/usr/local/etc/angie/angie.conf
The main configuration file.
/var/log/angie/error.log
Error log file.

Exit status is 0 on success, or 1 if the command fails.

Test configuration file ~/myangie.conf with global directives for PID and quantity of worker processes:

angie -t -c ~/myangie.conf \
	-g "pid /var/run/myangie.pid; worker_processes 2;"

For online documentation, technical support, and bug reports, please refer to https://en.angie.software.

On 27 of July 2022 a group of former nginx developers registered LLC "Web Server" in order to create and maintain new fork of nginx called Angie.

This manual page was originally written by Sergey A. Osokin <osa@FreeBSD.org.ru>

July 10, 2024 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.