[Eug-lug] Issues with apache
Ben Barrett
stircrazyben at gmail.com
Sun Jul 29 13:42:44 PDT 2007
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=3Dhowto%20install%20sql-ledger
(like
http://www.clarkconnect.com/forums/showflat.php?Cat=3D0&Number=3D85040&Main=
=3D85019)
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 <levine.ron at gmail.com> 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 < laprice at gmail.com> 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
> > euglug at euglug.org
> > http://www.euglug.org/mailman/listinfo/euglug
> >
>
>
> _______________________________________________
> EUGLUG mailing list
> euglug at euglug.org
> http://www.euglug.org/mailman/listinfo/euglug
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://euglug.org/pipermail/euglug/attachments/20070729/dbacd9db/attac=
hment.htm
More information about the EUGLUG
mailing list