For Programmers: Free Programming Magazines  


Home > Archive > PERL Miscellaneous > April 2005 > mod_perl 2 / apache 2 under windows









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author mod_perl 2 / apache 2 under windows
Alexandre Jaquet

2005-04-25, 8:56 pm

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

2005-04-25, 8:56 pm

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
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com