< Home - < Back

xavante


Information about the package, xavante, which is shipped with common Linux distributions. The xavante package is designed for, Lua Web Server with WSAPI support.


Package Name:

xavante

Summary:

Lua Web Server with WSAPI support

Description:

Xavante is a Lua HTTP 1.1 Web server that uses a modular architecture based on URI mapped handlers. Xavante currently offers a file handler, a redirect handler and a WSAPI handler. Those are used for general files, URI remapping and WSAPI applications respectively.

Architecture:

noarch

Version:

2.2.1

Release:

1.el6

Size:

34 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for xavante


Control the xavante package with the following handy commands outlined below.


Command

Description of Command

yum install xavante

This command will install xavante on the server.

yum remove xavante

This command will un-install xavante on the server. When you run this command, you will be asked if you are sure that you want to remove xavante, so you have to manually confirm that you want to do this.

yum -y remove xavante

This command will un-install xavante on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove xavante when using the -y flag.

yum update xavante

This command will update xavante to the latest version. When you run this command, you will be asked if you are sure that you want to remove xavante, so you have to manually confirm that you want to do this.

yum -y update xavante

This command will update xavante to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove xavante when using the -y flag.

yum info xavante

This command will show you core information about the xavante package.

yum deplist xavante

This command will show you the dependencies for xavante. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update xavante

This command will check if there is an update waiting on xavante. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.