silpa-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[silpa-discuss] Re: Changes to be done in the installation doc


From: Santhosh Thottingal
Subject: [silpa-discuss] Re: Changes to be done in the installation doc
Date: Sun, 25 Apr 2010 09:08:36 +0530

On Sat, Apr 24, 2010 at 11:50 PM, Vasudev Kamath
<address@hidden> wrote:
> Hi,
> I was trying to run silpa in wsgi mode in apache server. I followed the
> instructions and every thing worked out fine but whenever i tried to access 
> the
> silpa Iceweasel was poping up me save dialog. After a bit of googling i found
> in the Apache FAQ for CGI that we need to AddHandler directive to tell the
> script should be executed as cgi-script. I tried this with silpa and it worked
> out well So i think in the install document we need to add this line
> AddHandler wsgi-script .fcgi

Here is my configuration
Alias /silpa/ /sda5/smc/smc/silpa/

<Directory /sda5/smc/smc/silpa>
                Options ExecCGI Indexes SymLinksIfOwnerMatch
                DirectoryIndex dispatch.fcgi
                AddHandler wsgi-script .fcgi
                RewriteEngine on
                RewriteCond %{REQUEST_FILENAME} !-f
                RewriteCond %{REQUEST_FILENAME} !-d
                RewriteRule (.*) dispatch.fcgi?action=$1
                Order allow,deny
                Allow from all
</Directory>

No problem with correcting the documentation. You can either commit
yourself or send me.

Thanks
Santhosh




reply via email to

[Prev in Thread] Current Thread [Next in Thread]