[Rt-commit] rt branch, 4.2/rt-apache-auth, repushed

Alex Vandiver alexmv at bestpractical.com
Wed Mar 4 17:02:21 EST 2015


The branch 4.2/rt-apache-auth was deleted and repushed:
       was 8923fc5c842e541ae0e0db7d4df8e6ccec870b3c
       now 090f550544a3aa7541cceb2f3672ae0d0fa10e63

1:  8923fc5 ! 1:  090f550 Allow deploying with HTTP Basic auth and htpasswd
    @@ -52,6 +52,29 @@
      # Wait for a previous run to terminate
      if ( open( PIDFILE, "<", "$opt{root}/var/apache2.pid") ) {
     @@
    + Determines the Apache module which is used.  By default, the first one
    + of that list which exists will be used.  See also L</--modules>.
    + 
    +-=item --port B<number>
    ++=item --port B<number>, -p
    + 
    + Choses the port to listen on.  By default, this is parsed from the
    + F<RT_SiteConfig.pm>, and falling back to 8888.
    +@@
    + certificate for C<localhost>.  If the port number is not specified,
    + defaults to port 4430.
    + 
    ++=item --auth [F</path/to/htpasswd>], -A
    ++
    ++Turns on HTTP Basic Authentication; this is done automatically if
    ++C<$WebRemoteUserAuth> is set in the F<RT_SiteConfig.pm>.  The provided
    ++path should be to a F<htpasswd> file; if not given, defaults to a file
    ++containing only user C<root> with password C<password>.
    ++
    + =item --single, -X
    + 
    + Run only one process or thread, for ease of debugging.
    +@@
          RewriteRule ^(?!\Q$PATH\E) - [R=404]
      </IfDefine>
      



More information about the rt-commit mailing list