On 5/14/05, Jens K�rner <[EMAIL PROTECTED]> wrote: > Hi, > > I'm looking for a replacement for apache2 that I'm running on my Debian > 3.1 Box. On Debian Weekly News I read about cherokee and installed it. > After a few changes in cherokee.conf and /sites-available/default it > serves my website. So far, so fast :) > Now I tried to make sql-ledger run on cherokee (localhost) but I failed. > Is there a chance to have .pl scripts executed? > Is perl in general supported? > And if yes, where and how do I have to adjust that script I filed in > apache2/conf.d to have sql-ledger/login.pl executed? Sql-ledger 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/sql-ledger/httpd.conf. > I did not find any hints within cherokee for solving my problems, tried > an tested a lot but always failed with a 404. >
here's a hunch. is sql-ledger coded in mod_perl? as to apache2 config with aliases, not sure yet how cherokee handles aliases. safest way to go with perl is install it as CGI with cherokee. don;t quote me on this tho. -- http://www.eyan.org do or do not. there is no try. _______________________________________________ Cherokee mailing list [email protected] http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee
