[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] newbie PHP3 question
- Subject: Re: [cobalt-users] newbie PHP3 question
- From: Kris Dahl <krislists@xxxxxxxxxxxxx>
- Date: Thu May 11 09:39:47 2000
on 8/12/00 3:37 PM, andy at andy@xxxxxxxxxxxx wrote:
> Hi
> I do not understand php at the moment but i have installed it on my RaQ3
> using the files on the Raq web site.All seems ok (so far). my question is
> this does it install as a cgi interpreter version or an apache module? Also
> how can i set it so only certain websites can use php i presume i need to
> put something in the virtual host setting?
Well that depends on how you installed it. If you installed it from RPM on
Cobalt's site then its an Apache Module. Few people install it as a CGI
anymore, for speed reasons among other things.
More than likely, however, it is a module.
If you only want certain sites to use PHP add the AddHandler for.php3 files
only to the VirtualHost you want to be able to use it. They should be able
to get around this with .htaccess files, however, if I'm not mistaken.
-k