Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

mod_perl 2 / apache 2 under windows

0 views
Skip to first unread message

Alexandre Jaquet

unread,
Apr 25, 2005, 3:45:27 PM4/25/05
to
Hi,

I'm trying to setup @ home mod_perl 2 / apache under windows (I know
that's not the best ..) And got some trouble.

After reading the docs about setting up my env, :

http://perl.apache.org/docs/2.0/os/win32/config.html

ppm install ... mod_perl2..

I've tryed to use a startup.pl script :

use ModPerl::Util ();
use Apache2::RequestRec ();
use Apache2::RequestIO ();
use Apache2::RequestUtil ();
use Apache2::ServerRec ();
use Apache2::ServerUtil ();
use Apache2::Connection ();
use Apache2::Log ();
use Apache2::Const -compile => ':common';
use APR::Const -compile => ':common';
use APR::Table ();
use Apache2::compat ();
use ModPerl::Registry ();
use CGI ();
1;

An compile error came with APR module I didn't find where I can get it :'(

thxs in advance

Gunnar Hjalmarsson

unread,
Apr 25, 2005, 4:00:37 PM4/25/05
to
Alexandre Jaquet wrote:
> I'm trying to setup @ home mod_perl 2 / apache under windows (I know
> that's not the best ..) And got some trouble.

For a really convenient way to get Apache incl. mod_perl on Windows:

http://www.indigostar.com/indigoperl.htm

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl

0 new messages