Mod Perl: Difference between revisions

Jump to navigation Jump to search
402 bytes added ,  21 June 2009
m
3個修訂
m (3個修訂)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
install the mod_perl module by ActivePerl
== install the ActivePerl ==
{{Right| hedding = | text = * http://favico.collection.googlepages.com/activeperl.png [http://www.activestate.com/Products/activeperl/ ActivePerl]/5.8.7.813
* http://favico.collection.googlepages.com/httpd.apache.org.favicon.png [http://httpd.apache.org/ Apache]/2.0.54 (Win32) }}
* install ActivePerl at C:\usr\
== install the mod_perl module by ActivePerl ==
== install the mod_perl module by ActivePerl ==
{{Right| hedding = | text = * ActivePerl 5.8.7.813
* Apache/2.0.54 (Win32) }}
Go to the folder where perl.exe locate
Go to the folder where perl.exe locate
* C:\usr\bin>ppm
* C:\usr\bin>ppm
Line 14: Line 19:
Type 'help' to get started.
Type 'help' to get started.
</pre>
</pre>
add a repository
* ppm> rep add http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer58
* ppm> rep add http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer58


check the mod_perl module
* ppm> search mod_perl
* ppm> search mod_perl
<pre>
<pre>
Line 26: Line 34:
   6. mod_perl-eapi-1      [1.29_01~ Embed a Perl interpreter in the Apache/1.3~
   6. mod_perl-eapi-1      [1.29_01~ Embed a Perl interpreter in the Apache/1.3~
</pre>
</pre>
* ppm> install 5
 
install the module
* ppm> install mod_perl-2.0
: or ppm> install 5
<pre>
<pre>
...
...
Line 39: Line 50:
Successfully installed mod_perl-2.0 version 2.0.3 in ActivePerl 5.8.7.813.
Successfully installed mod_perl-2.0 version 2.0.3 in ActivePerl 5.8.7.813.
</pre>
</pre>


== modify the configuration file of apache server ==
== modify the configuration file of apache server ==

Navigation menu