So have you looked into the mod_perl config within webmin? Have you setup a "site" with perl enabled for that site? I don't know enough about current ubuntu packages to be helpful in that regard, maybe Ron's suggestion of the apache-perl module is a better idea... Webmin just gives you a more-GUI frontend to config Apache -- it still needs to be configured of course.
ben PS - I notice from a quick scan across a few results from http://www.google.com/search?q=howto%20install%20sql-ledger (like http://www.clarkconnect.com/forums/showflat.php?Cat=0&Number=85040&Main=85019) that it looks like you'll need the perl-DBD-Pg package as well (to get perl talking to PostgreSQL) On 7/29/07, Ron LeVine <[EMAIL PROTECTED]> wrote: > > Greetings all, > > Ok, at this point, I have mod_perl installed as well as webmin. Still not > being handled. > > So, what now? The package I am trying to get working is SQL Ledger > http://www.sql-ledger.com/ and there is little documentation with it. > > Thanks again, > Ron > > On 7/28/07, larry price < [EMAIL PROTECTED]> wrote: > > > > in your /etc/apache2/ directory you will see two directories. > > > > sites-available/ > > sites-enabled/ > > > > for apache2 to pick up a site specific configuration you will need to > > create it and save in sites-available and create a link to it in > > sites-enabled/ > > > > the site specific configuration is where you define ScriptAlias or > > module specific handler directives. > > > > It sounds like you do not have a handler registered for .pl extensions > > so they are being handed to your browser as text files. > > > > So you need to either set an AddHandler directive that maps .pl to the > > correct interpreter (installing mod_perl does this automagically) > > > > Or ensure that .pl is handled as a CGI script by putting it in a > > directory to which ScriptAlias or ExecCGI applies. > > > > CGI is slower but it is a lot simpler to setup ;-) > > _______________________________________________ > > EUGLUG mailing list > > [email protected] > > http://www.euglug.org/mailman/listinfo/euglug > > > > > _______________________________________________ > EUGLUG mailing list > [email protected] > http://www.euglug.org/mailman/listinfo/euglug > >
_______________________________________________ EUGLUG mailing list [email protected] http://www.euglug.org/mailman/listinfo/euglug
