hgweb

hgweb.cgi throws a 502 (bad gateway) when pushing

一笑奈何 提交于 2019-12-19 07:43:29
问题 I've configured hgweb.cgi behind iis7 on windows server 2008. I can pull the repository just fine. However whenever I push I get a 502 bad gateway. I've found a posting which seems to indicate this is a problem with the mercurial config on the server. mercurial doesnt seem to be picking up an http proxy (fiddler) from my local machine even if its configured. Questions are: how do I 'fix' the 502 problem? failing that how do I make mercurial use the proxy so I can figure out whats going wrong?

hgweb.cgi throws a 502 (bad gateway) when pushing

若如初见. 提交于 2019-12-19 07:40:11
问题 I've configured hgweb.cgi behind iis7 on windows server 2008. I can pull the repository just fine. However whenever I push I get a 502 bad gateway. I've found a posting which seems to indicate this is a problem with the mercurial config on the server. mercurial doesnt seem to be picking up an http proxy (fiddler) from my local machine even if its configured. Questions are: how do I 'fix' the 502 problem? failing that how do I make mercurial use the proxy so I can figure out whats going wrong?

creating subdomains with apache on debian; creating hgweb subdomain as second step

妖精的绣舞 提交于 2019-12-11 13:13:49
问题 After hours of trying to setup subdomains on my dedicated root server, I'm asking you for help. Target: being able to create and access subdomains setup an own subdomain for mercurial repositories, using hgweb Information about the server: Debian Linux, Kernel 2.6.32-028stab094.3 Apache/2.2.16 (Debian) Mercurial 1.6.4 libapache2-mod-wsgi-py3 installed First question: what is wrong with my apache configuration that I can't access my subdomains via the browser? Actually, I can access the root

Why doesn't Mercurial support remote repository creations over HTTP?

谁说胖子不能爱 提交于 2019-12-03 17:47:30
问题 I know it is not possible to create Mercurial repositories remotely using HTTP(S), for instance: $ hg init https://host.org/repos/project or $ hg clone /path/to/local/project https://host.org/repos/project But, what's the reason? Security issues? No need for it? Simply because nobody has implemented it yet? Rationale for this question: In my company we share most resources via HTTPS, i.e. access permissions are managed by Apache only and regular users cannot login via SSH on the server. That

Why doesn't Mercurial support remote repository creations over HTTP?

。_饼干妹妹 提交于 2019-12-03 07:22:36
I know it is not possible to create Mercurial repositories remotely using HTTP(S), for instance: $ hg init https://host.org/repos/project or $ hg clone /path/to/local/project https://host.org/repos/project But, what's the reason? Security issues? No need for it? Simply because nobody has implemented it yet? Rationale for this question: In my company we share most resources via HTTPS, i.e. access permissions are managed by Apache only and regular users cannot login via SSH on the server. That's just perfect as long as repositories need to be served only (for that purpose we are happy with

hgweb.cgi throws a 502 (bad gateway) when pushing

坚强是说给别人听的谎言 提交于 2019-12-01 06:19:21
I've configured hgweb.cgi behind iis7 on windows server 2008. I can pull the repository just fine. However whenever I push I get a 502 bad gateway. I've found a posting which seems to indicate this is a problem with the mercurial config on the server. mercurial doesnt seem to be picking up an http proxy (fiddler) from my local machine even if its configured. Questions are: how do I 'fix' the 502 problem? failing that how do I make mercurial use the proxy so I can figure out whats going wrong? how do I adjust the verbosity setting for mercurial 'properly' given that this is running under a

Mercurial and hgweb on IIS 7.5 - python error

…衆ロ難τιáo~ 提交于 2019-11-27 18:38:07
I am trying to get Mercurial to host on IIS 7.5 (Win 7 x64) and keep running into an error I cant seem to fix. I have followed Jeremy Skinners tutorial here: Mercurial on IIS7 Instead of hgwebdir, I use hgweb as I am using Mercurial 1.7.2 I have python installed and working. I set up a IIS application for Mercurial at http://localhost/hg -> in directory c:\inetpub\wwwroot\hg I placed the templates directory into c:\inetpub\wwwroot\hg I extracted the library.zip file into c:\inetpub\wwwroot\hg When I visited the site, I get an error -> File "C:\inetpub\wwwroot\hg\hgweb.cgi", line 15, in from

Mercurial and hgweb on IIS 7.5 - python error

旧时模样 提交于 2019-11-26 19:32:18
问题 I am trying to get Mercurial to host on IIS 7.5 (Win 7 x64) and keep running into an error I cant seem to fix. I have followed Jeremy Skinners tutorial here: Mercurial on IIS7 Instead of hgwebdir, I use hgweb as I am using Mercurial 1.7.2 I have python installed and working. I set up a IIS application for Mercurial at http://localhost/hg -> in directory c:\inetpub\wwwroot\hg I placed the templates directory into c:\inetpub\wwwroot\hg I extracted the library.zip file into c:\inetpub\wwwroot\hg