SV: [PHP-INST] Something wrong with PHP on my Apache webserver

2002-05-18 Thread Carsten Gehling
> Fra: Philip Weiss [mailto:[EMAIL PROTECTED]] > Sendt: 18. maj 2002 03:19 > Emne: [PHP-INST] Something wrong with PHP on my Apache webserver > > It seems like data from an html form doesn't get passed to the php script. > For example, if I had a form tag like this: This is really getting a FAQ

[PHP-INST] can't open .php file from command line

2002-05-18 Thread Bill Brookmeyer
I just installed Xitami server on my XP system. Also installed php-4.2.1-installer.exe Tried to execute my phpinfo() script named phpinfo.php from both the command line and the browser. ~~ phpinfo ~~~ error message: Which displa

php-install Digest 18 May 2002 14:44:24 -0000 Issue 841

2002-05-18 Thread php-install-digest-help
php-install Digest 18 May 2002 14:44:24 - Issue 841 Topics (messages 7021 through 7023): Re: Something wrong with PHP on my Apache webserver 7021 by: Jim Thome 7022 by: Carsten Gehling can't open .php file from command line 7023 by: Bill Brookmeyer Administrivia:

Re: [PHP-INST] can't open .php file from command line

2002-05-18 Thread MAX SALVIEJO
C:xitami/webpages/phpinfo.php can not be opened. Try "\" instead of "/" [ Max Salviejo Jr. ] [ [EMAIL PROTECTED] ] [ The Plain Dealer Publishing Co. ] [ 216.999.6165 ] [ www.plaindealer.com ] >>> Bill Brookmeyer <[EMAIL PROTECTED]> 05/18/02 11:38AM >>> I just installed Xitam

[PHP-INST] php 4.2.1 on apache 2.0.36 (winXPprof)

2002-05-18 Thread rico
I installed php 4.2.1 on my apache (v2.0.3.6) webserver by following the instructions included in the zip package for the sapi module installation.. i added the lines LoadModule php4_module d:/programme/php/sapi/php4apache.dll AddModule mod_php4.c AddType application/x-httpd-php .php li

[PHP-INST] installing php under linux

2002-05-18 Thread Erik
hi, when i run /usr/local/apache/bin/httpd -l mod_php4.c isn't listed i already added AddType appalication/x-httpd-php .php to httpd.conf but php doesn't work correctly ./configure --with-mysql i would like php as apache module (it works beter) is there a linux "guru" around who can explain thi

Re: [PHP-INST] installing php under linux

2002-05-18 Thread Austin Gonyou
./configure --with-mysql --with-apxs=/path/to/apxs(unless it's installed globally. ie /usr/bin/apxs) On Sat, 2002-05-18 at 13:51, Erik wrote: > hi, > > when i run /usr/local/apache/bin/httpd -l mod_php4.c isn't listed i > already > added > > AddType appalication/x-httpd-php .php to httpd.conf

SV: [PHP-INST] php 4.2.1 on apache 2.0.36 (winXPprof)

2002-05-18 Thread Carsten Gehling
> Fra: rico [mailto:[EMAIL PROTECTED]] > Sendt: 18. maj 2002 17:08 > Emne: [PHP-INST] php 4.2.1 on apache 2.0.36 (winXPprof) > I installed php 4.2.1 on my apache (v2.0.3.6) webserver by following the > instructions included in the zip package for the sapi module > installation.. > I am brand n

[PHP-INST] Problem with Web server...

2002-05-18 Thread Robert Bisom
hi, I have a problem with PHP. The Web server Apache is don't run with PHP support. I have : Apache Web server 2.0.36, PHP 4.2.1, Win 2k. I install that: - extract win32 binary archive to c: - rename c:\php-4.2.1-Win32 to c:\php - move c:\php\php4ts.dll to c:\winnt\system32 - copy c:\php\php.ini-

Re: [PHP-INST] Problem with Web server...

2002-05-18 Thread rico
hi, try to change that line in your apache config file: LoadModule php4_module c:/php/sapi/php4apache.dll to LoadModule php4_module c:/php/sapi/php4apache2.dll and leave the line with AddModule out it also worked for me : ) rico - Original Message - From: "Robert Bisom" <[EMAIL PROT

[PHP-INST] PHP 4.2.1 install problem

2002-05-18 Thread Defryn NZ
Hi There, I am new to PHP and Unix and I am getting install problems. I am using PHP 4.2.1 , Apache 2.0.36 and Freebsd 4.4 I have installed apache from source first and that works fine After installation the httpd can be started I install php from source ./configure -prefix=/usr/local/apache/p

php-install Digest 19 May 2002 03:37:58 -0000 Issue 842

2002-05-18 Thread php-install-digest-help
php-install Digest 19 May 2002 03:37:58 - Issue 842 Topics (messages 7024 through 7031): Re: can't open .php file from command line 7024 by: MAX SALVIEJO php 4.2.1 on apache 2.0.36 (winXPprof) 7025 by: rico 7028 by: Carsten Gehling installing php under linux