mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
3f2db3a638
They only contain a date tag that is nowhere used.
173 lines
4.9 KiB
XML
173 lines
4.9 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY mod_dnssd-download-http "http://0pointer.de/lennart/projects/mod_dnssd/mod_dnssd-&mod_dnssd-version;.tar.gz">
|
|
<!ENTITY mod_dnssd-download-ftp " ">
|
|
<!ENTITY mod_dnssd-md5sum "bed3d95a98168bf0515922d1c05020c5">
|
|
<!ENTITY mod_dnssd-size "84 KB">
|
|
<!ENTITY mod_dnssd-buildsize "1 MB">
|
|
<!ENTITY mod_dnssd-time "less than 0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="mod_dnssd" xreflabel="mod_dnssd-&mod_dnssd-version;" revision="systemd">
|
|
<?dbhtml filename="mod_dnssd.html"?>
|
|
|
|
|
|
<title>mod_dnssd-&mod_dnssd-version;</title>
|
|
|
|
<indexterm zone="mod_dnssd">
|
|
<primary sortas="a-mod_dnssd">mod_dnssd</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to mod_dnssd</title>
|
|
|
|
<para>
|
|
The <application>mod_dnssd</application> package is an
|
|
<application>Apache</application> HTTPD module which adds Zeroconf support
|
|
via DNS-SD using <application>Avahi</application>. This allows
|
|
<application>Apache</application> to advertise itself and the websites
|
|
available to clients compatible with the protocol.
|
|
</para>
|
|
|
|
&lfs81_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&mod_dnssd-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&mod_dnssd-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &mod_dnssd-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &mod_dnssd-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &mod_dnssd-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &mod_dnssd-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">mod_dnssd Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="apache"/> and
|
|
<xref linkend="avahi"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="lynx"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/mod_dnssd"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of mod_dnssd</title>
|
|
|
|
<para>
|
|
Install <application>mod_dnssd</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>sed -i 's/unixd_setup_child/ap_&/' src/mod_dnssd.c &&
|
|
|
|
./configure --prefix=/usr \
|
|
--disable-lynx &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install
|
|
sed -i 's| usr| /usr|' /etc/httpd/httpd.conf</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para>
|
|
<command>sed ... src/mod_dnssd.c</command>: Fix an external function
|
|
call that has been updated since this package was released.
|
|
</para>
|
|
|
|
<para>
|
|
<parameter>--disable-lynx</parameter>: This parameter turns off
|
|
<application>Lynx</application> usage for documentation generation.
|
|
Remove it if you have <application>Lynx</application> installed.
|
|
</para>
|
|
|
|
<para>
|
|
<command>sed ... /etc/httpd/httpd.conf</command>: Fix a directory
|
|
path that the intallation procedure incorrectly puts in the
|
|
httpd configuration file.
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>None</seg>
|
|
<seg>mod_dnssd.so</seg>
|
|
<seg>None</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="mod_dnssd-lib">
|
|
<term><filename class='libraryfile'>mod_dnssd.so</filename></term>
|
|
<listitem>
|
|
<para>is the <application>Apache</application> HTTPD module.</para>
|
|
<indexterm zone="mod_dnssd mod_dnssd-lib">
|
|
<primary sortas="c-mod_dnssd">mod_dnssd.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|