view mod_http_upload/README.markdown @ 1830:a45f2f79e99b

mod_http_user_count: Support for host and MUC session counts
author Matthew Wild <mwild1@gmail.com>
date Sat, 05 Sep 2015 23:08:40 +0100
parents e5d723afd6ba
children 3bd265f7a95f
line wrap: on
line source

Introduction
============

This module provides a space for clients to upload files over HTTP, as
used by [Conversations](http://conversations.im/).

Configuration
=============

The module can either be configured as a component or added to an
existing host or component.

Component
---------

Standalone component:

    Component "upload.example.org" "http_upload"

Existing component
------------------

    Component "proxy.example.org" "proxy65"
    modules_enabled = {
      "http_upload";
    }

On VirtualHosts
---------------

    -- In the Global section or under a specific VirtualHosts line
    modules_enabled = {
      -- other modules
      "http_upload";
    }