On Tue, May 24, 2005, Jens K�rner wrote:
> Here is the content of that script in apache*/conf.d
> #
> 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>
> #
>  
The following is now /cherokee/site-enabled/lx-office-erp (+ symlink)
> ===
>   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 added a dot before pl => Extension .pl
Well the good news is that I don't get no more errors. The bad news is
that the browser shows the content of that .pl script I'm pointing to
instead of executing it.
_______________________________________________
Cherokee mailing list
[email protected]
http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee

Reply via email to