hgweb - Published mercurial repos - links return 404 -


I am able to publish a repository list using hgwebdir.cgi on Tomk. Although there is no link to the published repository work, what should be set to the basal? I set it in where the CG-Bin is right under the folder. URLs do not form correctly (they do not have hgwebdir.cgi) and I do not have any URL re-write setup. Does the URL require some tomcat configuration to work?

As far as I know that hgwebdir.cgi should be installed by an HTTP web server like Apache It is not possible to run it under Tomcat: This is not working because of this.

  • Install an Apache Web server (try XMP if you are running Windows)
  • Install a Python interpreter
  • Keep hgwebdir.cgi under the CGI Dior of Apache web server.
  • Configure hgwebdir.cgi so that it can get Python on the path
  • You can find more information on Mercurial Book

Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -