Re: Running gitweb under mod_perl

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jakub Narebski wrote:

> Could you tell me what should I do to run gitweb under mod_perl,
> and not as CGI script? 

About two months ago I sent a set of three patches that made gitweb
run with Apache::Registry:

  http://marc.theaimsgroup.com/?l=git&m=115089541911624

The first two patches have found their way into git, so the only
thing left to do is to change the way the path to the git repository
is passed to the git commands.

I haven't updated that patch since then and with all the refactoring
gitweb has seen it surely won't apply anymore, but if there's
interest I can rebase it to current "next".

> What should I put in Apache configuration (Apache 2.0.54 if this
> matters, mod_perl 2.0.1) 

>From my configuration:

  <Directory /home/dennis/public_html/perl>
    Options -Indexes +ExecCGI
    AllowOverride None
    PerlSendHeader On
    SetHandler perl-script
    PerlHandler ModPerl::Registry
  </Directory>

Regards,
Dennis
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]