|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
httpd.conf config mod_perl
I am installing mod_perl without re-compiling apache.
What lines do I add into the httpd.conf? |
|
#2
|
|||
|
|||
|
>> without re-compiling apache
That would then be DSO method. You should see this (if not, add it manually): 1) LoadModule perl_module libexec/apache/libperl.so Note the line in bold, my ServerRoot is /usr/local, so libexec is a relative path to /usr/local. 2) AddModule mod_perl.c 3) Depends on your needs, say you wanted to enable mod_perl by extension of .pl: AddHandler perl-script .pl PerlHandler Apache::Registry PerlSendHeader On If you do so, make sure to remove .pl only if it's listed in AddHandler cgi-script .cgi. |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > httpd.conf config mod_perl |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|