Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] How to use Jetty as a Git server with the Smart HTTP protocol?

Hello


I would like to use Git with Smart HTTP with Jetty instead of Apache HTTPD. I know that Jetty supports CGI thanks to FastCGI, I know how to activate the module, I saw the example for Wordpress in the documentation, but I have no idea about how to make it work with the CGI script git-http-backend. Is it doable with Jetty?


Back to the top