On 5/14/05, Jens K�rner <[EMAIL PROTECTED]> wrote:
[...] 
> Now I tried to make lx-office run on cherokee (localhost) but I failed.
[...]

lx-office-erp is a german fork of sql-ledger

[...]> And if yes, where and how do I have to adjust that script I filed in
> apache2/conf.d to have lx-office-erp/login.pl executed? lx-office is not
> in /var/www but has several Aliases summerized in one script, a symlink
> from apache2/conf.d is pointing to this script
> /etc/lx-office-erp/httpd.conf.
[...]

Here is the content of that script
#
Alias /lx-office-erp/images/ /usr/share/lx-office-erp/

Alias /lx-office-erp/ /usr/lib/lx-office-erp/

<Directory /usr/lib/lx-office-erp>
  AddHandler cgi-script .pl
  Options ExecCGI Includes FollowSymlinks
  AddDefaultCharset On
</Directory>
#
 
From: Alvaro Lopez Ortega I got this hint for making a perl script
executable by cherokee

[...]
>  Well, I haven't tested it, but it should be:
[...]

===
  Extension pl {
       Handler cgi
  }

  Directory /lx-office-erp {
        Handler file
        DocumentRoot /usr/lib/lx-office-erp/
  }

  Directory /lx-office-erp/images {
        DocumentRoot /usr/share/lx-office-erp/
  }
===

I'm sorry to report that it still doesn't work. I added the lines to
/sites-available/default, restartet cherokee, it failed to start. Put
the lines in an extra script in the same directory, linked it enabled,
it was ignored. Can anybody help me make that .pl sucker executable?

Installed is 0.4.23b02 on Debian 3.1
_______________________________________________
Cherokee mailing list
[email protected]
http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee

Reply via email to