Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/apache.xml

    r01997ec8 rd95fe3d0  
    88           "https://archive.apache.org/dist/httpd/httpd-&apache-version;.tar.bz2">
    99  <!ENTITY apache-download-ftp  " ">
    10   <!ENTITY apache-md5sum        "a7088cec171b0d00bf43394ce64d3909">
     10  <!ENTITY apache-md5sum        "7d661ea5e736dac5e2761d9f49fe8361">
    1111  <!ENTITY apache-size          "6.9 MB">
    1212  <!ENTITY apache-buildsize     "130 MB">
     
    1818
    1919  <sect1info>
     20    <othername>$LastChangedBy$</othername>
    2021    <date>$Date$</date>
    2122  </sect1info>
     
    3637    </para>
    3738
    38     &lfs110a_checked;
     39    &lfs10_checked;
    3940
    4041    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    129130useradd -c "Apache Server" -d /srv/www -g apache \
    130131        -s /bin/false -u 25 apache</userinput></screen>
     132
     133    <para>
     134      Adapt the Lua module to API changes in Lua-5.4:
     135    </para>
     136
     137<screen><userinput remap="pre">sed -i 's/lua_resume(a, NULL, b)/lua_resume(a, NULL, b, NULL)/' modules/lua/mod_lua.h</userinput></screen>
    131138
    132139    <para>
     
    338345          <para>
    339346            is a tool for benchmarking your <application>Apache</application>
    340             HTTP server
     347            HTTP server.
    341348          </para>
    342349          <indexterm zone="apache ab">
     
    352359            is a front end to the <application>Apache</application> HTTP server
    353360            which is designed to help the administrator control the functioning
    354             of the <application>Apache</application> httpd daemon
     361            of the <application>Apache</application> httpd daemon.
    355362          </para>
    356363          <indexterm zone="apache apachectl">
     
    365372          <para>
    366373            is a tool for building and installing extension modules for the
    367             <application>Apache</application> HTTP server
     374            <application>Apache</application> HTTP server.
    368375          </para>
    369376          <indexterm zone="apache apxs">
     
    380387            specified. This is to see if it is a valid group for Apache2 to use
    381388            at runtime. If the user (should be run as superuser) is in that
    382             group, or can setgid to it, it will return 0
     389            group, or can setgid to it, it will return 0.
    383390          </para>
    384391          <indexterm zone="apache checkgid">
     
    393400          <para>
    394401            is used to create and update the DBM format files used to store
    395             usernames and passwords for basic authentication of HTTP users
     402            usernames and passwords for basic authentication of HTTP users.
    396403          </para>
    397404          <indexterm zone="apache dbmmanage">
     
    405412        <listitem>
    406413          <para>
    407             is a tool to start a FastCGI program
     414            is a tool to start a FastCGI program.
    408415          </para>
    409416          <indexterm zone="apache fcgistarter">
     
    417424        <listitem>
    418425          <para>
    419             is used to clean up the disk cache
     426            is used to clean up the disk cache.
    420427          </para>
    421428          <indexterm zone="apache htcacheclean">
     
    429436        <listitem>
    430437          <para>
    431             is used to manipulate the DBM password databases
     438            is used to manipulate the DBM password databases.
    432439          </para>
    433440          <indexterm zone="apache htdbm">
     
    442449          <para>
    443450            is used to create and update the flat-files used to store usernames,
    444             realms and passwords for digest authentication of HTTP users
     451            realms and passwords for digest authentication of HTTP users.
    445452          </para>
    446453          <indexterm zone="apache htdigest">
     
    455462          <para>
    456463            is used to create and update the flat-files used to store usernames
    457             and passwords for basic authentication of HTTP users
     464            and passwords for basic authentication of HTTP users.
    458465          </para>
    459466          <indexterm zone="apache htpasswd">
     
    467474        <listitem>
    468475          <para>
    469             is the <application>Apache</application> HTTP server program
     476            is the <application>Apache</application> HTTP server program.
    470477          </para>
    471478          <indexterm zone="apache httpd">
     
    479486        <listitem>
    480487          <para>
    481             is used to generate DBM files from text, for use in RewriteMap
     488            is used to generate DBM files from text, for use in RewriteMap.
    482489          </para>
    483490          <indexterm zone="apache httxt2dbm">
     
    492499          <para>
    493500            is a post-processing program to resolve IP-addresses in
    494             <application>Apache</application>'s access log files
     501            <application>Apache</application>'s access log files.
    495502          </para>
    496503          <indexterm zone="apache logresolve">
     
    505512          <para>
    506513            is a simple program for use in conjunction with
    507             <application>Apache</application>'s piped log file feature
     514            <application>Apache</application>'s piped log file feature.
    508515          </para>
    509516          <indexterm zone="apache rotatelogs">
     
    517524        <listitem>
    518525          <para>
    519             allows users to run CGI and SSI applications as a different user
     526            allows users to run CGI and SSI applications as a different user.
    520527          </para>
    521528          <indexterm zone="apache suexec">
Note: See TracChangeset for help on using the changeset viewer.