Skip to content

ToshiyukiTerashita/mod_multicast_index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mod_multicast_index 0.1.0

This module adds index handler to Apache/2.x.

To install:
  sudo make install

Usage:
  * Enable the module:
      SetHandler X-Multicast-Index
      X-Multicast-Index 192.168.183.219 239.192.1.1 30109
    1st parameter: Multicast interface address.
    2nd parameter: Multicast address.
    3rd parameter: Multicast port.

  * Multicast basket state.
      (GET|HEAD) /url_from/path_to_dir/
      X-Multicast-Index_200: 200%r%nOK%r%n
      X-Multicast-Index_404: 404%r%nNotFound%r%n
    "%r" is replaced to "\r", "%n" is replaced to "\n".
    Return "200 OK" when found, "404 Not Found" wnen not found.

About

Directory index by json with multicasting for Apache 2.x.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages