On Tue, 20 Jun 2000, you wrote:
> I'm installing apache from scratch and I want to add mod_perl support. I've
> already installed mod_perl module. I have already added
> 
> AddModule modules/perl/libperl.a
> 
> in src/Configuration in Apache.
> 
> So I tried compiling and installing. I browsed my new webserver using
> index.php3 to find out if mod_perl has been loaded. Pero wala siya sa
> Extensions/Apache.
> 
> Ano kaya ang nakalimutan ko?

mod_perl is the apache "module" for using perl scripts inside apache ala-cgi.
mod_php3 is the apache "module" for using php programs in apache.

Don't confuse the two.  \8)

to find out if mod_perl/mod_php3 are compiled into apache, do an 'httpd -l'

Else if mod_perl is a DSO (not recommended) or mod_php3 is a DSO, you have to
'Loadmodule' it in httpd.conf.


-
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

Reply via email to