From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Getting Blorgit working on a remote server Date: Sat, 23 Feb 2013 11:00:55 +0100 Message-ID: <87ip5j2tn8.fsf@bzg.ath.cx> References: <87mwv3w9m1.fsf@neelix.gigaset.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41070) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9Cea-0004yG-EH for emacs-orgmode@gnu.org; Sat, 23 Feb 2013 05:48:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9CeT-0000LE-9S for emacs-orgmode@gnu.org; Sat, 23 Feb 2013 05:48:28 -0500 Received: from mail-wi0-f181.google.com ([209.85.212.181]:35058) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9CeS-0000L6-Ng for emacs-orgmode@gnu.org; Sat, 23 Feb 2013 05:48:20 -0500 Received: by mail-wi0-f181.google.com with SMTP id hm6so1621679wib.14 for ; Sat, 23 Feb 2013 02:48:20 -0800 (PST) In-Reply-To: <87mwv3w9m1.fsf@neelix.gigaset.lan> ("Marko =?utf-8?Q?Dimja?= =?utf-8?Q?=C5=A1evi=C4=87=22's?= message of "Sun, 17 Feb 2013 02:52:22 -0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Marko =?utf-8?B?RGltamHFoWV2acSH?= Cc: emacs-orgmode@gnu.org Hi Marko, marko@dimjasevic.net (Marko Dimjašević) writes: > I'm trying to setup Blorgit on my server, and I believe I am doing > something wrong because I can't navigate pages the way I want in my web > browser. > > I managed to setup Blorgit locally on my laptop and it is working just > fine. The problem I have is when I want to deploy it to my server. > > On my server my main web server is nginx which forwards all requests for > the /marko/research-notes/ location to port 8192, and Sinatra web server > is listening on port 8192. I can see the index page load in my browser > (but without CSS), and when I click on a link to another page nothing > happens. I can see the http requests both in nginx's and Sinatra's log. > > I have Emacs running and I loaded the org-interaction.el file as > instructed at: > > http://orgmode.org/worg/blorgit.html > > This is how I start the web server (when in /var/www/blorgit): > > ./run.ru -sthin -p8192 > > > I'd appreciate any help. Just tell me what information you need. I'm not familiar with Blorgit to help, but my guess is that relative paths are not interpreted correctly. Please tell us what Org version you use and give a minimal example .org file, together with the .html produced, if my guess is right we will spot it quickly. Thanks, -- Bastien