The problem, I think, is that the packages view is forcing the dist.tarball urls to be at the root of the hostname, which is not so good. It'd be nice if it worked without a vhost setting.
On Wed, Mar 21, 2012 at 05:54, Troy Dawson <[email protected]> wrote: > On Tue, Mar 20, 2012 at 9:53 PM, Martin Cooper <[email protected]> wrote: >> On Tue, Mar 20, 2012 at 2:44 PM, Troy <[email protected]> wrote: >> >> <snip> >> >>> I don't know why npm is dropping the /registry/_design/app/_rewrite/ >>> from the path. Or what configuration I'm missing to fix this problem. >> >> If you haven't already, you might try adding a vhost config, as >> described under "top-of-host urls" here: >> >> https://github.com/isaacs/npmjs.org/ >> >> -- >> Martin Cooper > > Thank you. That got it working. > Actually, it was the combination of the right vhost setting and right > "npm --registry" setting. I had tried playing around with both, but > never got them right until I saw the examples there. > > Thanks Again > Troy Dawson > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
