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
forms. cli, mod, and cgi. All have different functions and ways of using. -Original Message- From: digish reshamwala [mailto:[EMAIL PROTECTED] Sent: Thursday, September 23, 2004 8:59 PM To: [EMAIL PROTECTED] Subject: PHP Problem Hi I have installed Apache Mod_ssl 1.3.29 first then, I inst

PHP Problem

2004-09-23 Thread digish reshamwala
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, as my simple Hello World program- doesn't give any output. It just displays the blank page. C

Re: apache / php problem

2003-09-22 Thread H. Bartel
On 09/22/2003 11:26 AM [EMAIL PROTECTED] (Kevin D. Kinsey, DaleCo, S.P.) wrote: >If you have just updated to PHP4 from 3, be advised >that the "register_globals" handle in php.ini is now OFF >by default, and therefore any code of the type > >include "$sub"; > >should now read > >include "$_GET['su

Re: apache / php problem

2003-09-22 Thread Kevin D. Kinsey, DaleCo, S.P.
H. Bartel wrote: Hi all, Since I do have php4 running and phpinfo() tells me that it does, Sites that I put into my root dir of Apache are not parsing their variables. The index pages are displayed properly, since they don't require any vars to be passed, but every other sub-pages (e.g. index.php

apache / php problem

2003-09-22 Thread H. Bartel
Hi all, Since I do have php4 running and phpinfo() tells me that it does, Sites that I put into my root dir of Apache are not parsing their variables. The index pages are displayed properly, since they don't require any vars to be passed, but every other sub-pages (e.g. index.php?sub=2) don't d

Re: apache - php problem

2003-02-27 Thread Toomas Aas
Hi! > My apache and php has been working fine for some time. > All of a sudden it gives me this error in the log; > > [Wed Feb 26 16:56:07 2003] [notice] Accept mutex: flock (Default: flock) > > and php scripts will not execute. Whatever the problem is, this is not it. Starting with I-dont-reme

apache - php problem

2003-02-26 Thread David Banning
My apache and php has been working fine for some time. All of a sudden it gives me this error in the log; [Wed Feb 26 16:56:07 2003] [notice] Accept mutex: flock (Default: flock) and php scripts will not execute. I have deleted and reinstalled apache13-ssl with no change. To Unsubscribe: send m