durusmail: quixote-users: Medusa vs. scgi - navigational href problem
Medusa vs. scgi - navigational href problem
2004-01-12
Medusa vs. scgi - navigational href problem
Neil Schemenauer
2004-02-03
On Mon, Jan 12, 2004 at 06:15:22PM -0500, O. Moskalenko wrote:
> However, I am having a very hard time understanding the difference
> between the ways that medusa and scgi/apache work. The immediate
> problem I have right now is that in order to set up scgi on a live
> server I couldn't let it grab the web root, so I set it up with
> location directive and used a prefix in the driver script.

I think it should be as simple as:

    
        SCGIServer 127.0.0.1 3000
        SCGIHandler On
    

We use LocationMatch but that's because we have a mix of static and
non-static content.

  Neil


reply