RE: PHP Problem

2004-09-26 Thread JohnsoBS
-Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED] Sent: Sunday, September 26, 2004 5:45 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: PHP Problem [EMAIL PROTECTED] wrote: > You installed the CGI port.. You need to install the apache module. CGI > d

RE: PHP Problem

2004-09-25 Thread Richard Lynch
[EMAIL PROTECTED] wrote: > You installed the CGI port.. You need to install the apache module. CGI > doesn't allow embedded php in the page. Just for the record: Unless the FreeBSD port does something really really really bogus, the above statement is 100% wrong. :-) Perhaps you are thinking of

Re: PHP Problem

2004-09-24 Thread Benjamin Walkenhorst
On Fri, 24 Sep 2004 03:41:45 +0200 Alex de Kruijff <[EMAIL PROTECTED]> wrote: > On Thu, Sep 23, 2004 at 09:23:57PM +0200, Benjamin Walkenhorst wrote: > > If you habe further questions, I'd be glad to help, but I suggest > > you contact me privately, since your problem is not that strictly > > Free

Re: PHP Problem

2004-09-23 Thread Alex de Kruijff
On Thu, Sep 23, 2004 at 09:23:57PM +0200, Benjamin Walkenhorst wrote: > On Thu, 23 Sep 2004 11:59:14 -0700 > digish reshamwala <[EMAIL PROTECTED]> wrote: > Well, strictly speaking, this does not belong here. > If you habe further questions, I'd be glad to help, but I suggest you > contact me priva

Re: PHP Problem

2004-09-23 Thread Benjamin Walkenhorst
On Thu, 23 Sep 2004 11:59:14 -0700 digish reshamwala <[EMAIL PROTECTED]> wrote: > Hi > > I have installed Apache Mod_ssl 1.3.29 first then, > I installed PHP using ports in FreeBSD 5.2.1 as: > > cd /usr/ports/www/php4-cgi > make > make install clean > > But my PHP doesn't seems to be working, a

RE: PHP Problem

2004-09-23 Thread JohnsoBS
You installed the CGI port.. You need to install the apache module. CGI doesn't allow embedded php in the page. The port you are looking for specifically is /usr/ports/www/mod_php4 Might be worth your while to look at /usr/ports/lang/php4 though. It allows compilation of php in various forms. c