php-install Digest 5 Oct 2002 01:55:41 -0000 Issue 1054
Topics (messages 8663 through 8671):
Problems with variables
8663 by: Daniela Elena Popescu
8667 by: Jim Thome
PHP Install on NT4 with Apache: Please Help!
8664 by: Tarabusi,Attilio,MILANO,HQ
8665 by: CROM Jean-Michel FTRD/DMI/REN
R: [PHP-INST] PHP Install on NT4 with Apache: Please Help!
8666 by: Tarabusi,Attilio,MILANO,HQ
Re: Problems by running test.php
8668 by: Miguel Carvalho
Load module dll
8669 by: Aleksandar Petreski
8670 by: John Coder
Re: Stuck at PHP4 installation( with Apache2 )
8671 by: kramer
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
I can not to transmit variables from a form to a script. I made
register_globals=on in php.ini, but in phpinfo() it appears to be off.
I don't know what to do.
Please help me,
D.Popescu
--- End Message ---
--- Begin Message ---
Make sure you are making changes to the correct php.ini file (shown in your phpinfo)
and remember to restart your server.
Jim
>>> Daniela Elena Popescu <[EMAIL PROTECTED]> 10/04/02 07:21 AM >>>
I can not to transmit variables from a form to a script. I made
register_globals=on in php.ini, but in phpinfo() it appears to be off.
I don't know what to do.
Please help me,
D.Popescu
--- End Message ---
--- Begin Message ---
Hi there guys,
i'm struggling with Php 4.2.3 installation. I'm stuck in the Php
configuration.
Well, first of all:
Apache 2.0 is running fine (the installation went smoothly and if i connect
to localhost the welcome page comes up).
Php installation was succesfull too. I copied all the requested DLL in the
system32 Dir.
Now, i stopped the server and added these lines in the httpd.conf:
AddModule mod_php4 C:/Php/sapi/php4apache2.dll
LoadModule mod_php4
AddType application/x-httpd-php .php .phtml
Once i restart the server it ends up with error.
I tried different combinations of those lines with quotes, etc. to no avail.
Can someone help please?
I cant figure out how to solve this problem.
Thanks in advance
Attilio
--- End Message ---
--- Begin Message ---
Try in httpd.conf
LoadModule php4_module C:/Php/sapi/php4apache2.dll
AddType application/x-httpd-php .php .phtml
JMC
-----Message d'origine-----
De : Tarabusi,Attilio,MILANO,HQ [mailto:[EMAIL PROTECTED]]
Envoye : vendredi 4 octobre 2002 15:41
A : [EMAIL PROTECTED]
Objet : [PHP-INST] PHP Install on NT4 with Apache: Please Help!
Hi there guys,
i'm struggling with Php 4.2.3 installation. I'm stuck in the Php
configuration.
Well, first of all:
Apache 2.0 is running fine (the installation went smoothly and if i
connect
to localhost the welcome page comes up).
Php installation was succesfull too. I copied all the requested DLL in
the
system32 Dir.
Now, i stopped the server and added these lines in the httpd.conf:
AddModule mod_php4 C:/Php/sapi/php4apache2.dll
LoadModule mod_php4
AddType application/x-httpd-php .php .phtml
Once i restart the server it ends up with error.
I tried different combinations of those lines with quotes, etc. to no
avail.
Can someone help please?
I cant figure out how to solve this problem.
Thanks in advance
Attilio
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
I tried but the answer was
"The requested operation has failed!"
Do i miss something?
Attilio
> -----Messaggio originale-----
> Da: CROM Jean-Michel FTRD/DMI/REN
> [SMTP:[EMAIL PROTECTED]]
> Inviato: venerd́ 4 ottobre 2002 14.45
> A: Tarabusi,Attilio,MILANO,HQ
> Cc: [EMAIL PROTECTED]
> Oggetto: RE: [PHP-INST] PHP Install on NT4 with Apache: Please Help!
>
> Try in httpd.conf
>
> LoadModule php4_module C:/Php/sapi/php4apache2.dll
> AddType application/x-httpd-php .php .phtml
>
> JMC
>
> -----Message d'origine-----
> De : Tarabusi,Attilio,MILANO,HQ [mailto:[EMAIL PROTECTED]]
> Envoye : vendredi 4 octobre 2002 15:41
> A : [EMAIL PROTECTED]
> Objet : [PHP-INST] PHP Install on NT4 with Apache: Please Help!
>
>
>
> Hi there guys,
> i'm struggling with Php 4.2.3 installation. I'm stuck in the Php
> configuration.
> Well, first of all:
> Apache 2.0 is running fine (the installation went smoothly and if i
> connect
> to localhost the welcome page comes up).
> Php installation was succesfull too. I copied all the requested DLL in
> the
> system32 Dir.
>
> Now, i stopped the server and added these lines in the httpd.conf:
>
> AddModule mod_php4 C:/Php/sapi/php4apache2.dll
> LoadModule mod_php4
> AddType application/x-httpd-php .php .phtml
>
> Once i restart the server it ends up with error.
>
> I tried different combinations of those lines with quotes, etc. to no
> avail.
>
> Can someone help please?
> I cant figure out how to solve this problem.
>
> Thanks in advance
> Attilio
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
> Hi,
>
> I've some problems in running the php-Testfile. When I try
> to open a phpscript-file the browser wants to download it to
> my local disk.
>
> The application/x-httpd-... I inserted in the mime.types
> and the other in the httpd.conf. When I want to view a phpsite
> in my browser the browser wants to download the file.
>
To view the content generated by the script, the web server must know how
to handle the php script, so he needs to know the module information that
will do that( i.e the PHP engine ).
Check if in your httpd.conf there is some line like this:
LoadModule php4_module modules/libphp4.so
Miguel
--- End Message ---
--- Begin Message ---
HI i'm having problems with loading the php module on my Apache 2 server ,
does anyone can help me or tell me where is mod_php4.c.
Thanx
--- End Message ---
--- Begin Message ---
On Wed, 2002-10-02 at 20:26, Aleksandar Petreski wrote:
> HI i'm having problems with loading the php module on my Apache 2 server ,
> does anyone can help me or tell me where is mod_php4.c.
> Thanx
Sounds like you are installing from an rpm Suse uses the terminology
mod_php4 . if yu are looking for the source file i.e. mod_php4.c then
you have to install the sources also
John
--- End Message ---
--- Begin Message ---
Thanks Erwin. Unfortunately it doesn't work, even after I copied php4ts.dll.
How would I specify the drive:\Program Files, which has a space in-between.
Should I include single or double quote ?
I tried all these combinations...
LoadModule php4_module F:/Progra~1/php-4.2.3-Win32/php4ts.dll
LoadModule php4_module 'F:/Program Files/php-4.2.3-Win32/php4ts.dll'
LoadModule php4_module "F:/Program Files/php-4.2.3-Win32/php4ts.dll"
LoadModule php4_module "F:/Progra~1/php-4.2.3-Win32/sapi/php4apache2.dll"
LoadModule php4_module D:/WINNT/system32/php4ts.dll
LoadModule php4_module 'D:/WINNT/system32/php4ts.dll'
LoadModule php4_module 'D:/WINNT/system32/php4ts.dll'
"Erwin" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Kramer wrote:
> > hi,
> >
> > I've Apache 2 running fine in my Windows 2000 machine. I installed PHP
> > 4.2.3( from the zip-file method ).
> > I copied php4apache.dll and php4apache2.dll to /WINNT/system32 and
> > /WINNT as well( to be safe ).
> >
> > In my httpd.conf, either of the following startments are causing the
> > Apache to not start...
> > LoadModule php4_module F:/Progra~1/php-4.2.3-
> > Win32/sapi/php4apache2.dll LoadModule php4_module
> > "D:/WINNT/system32/php4apache2.dll"
>
> Don't copy php4apache2.dll to the \winnt\system32 or \winnt directory,
> because it's not required, but copy php4ts.dll to the system32 directory
> instead. If you're using any extensions that require external libraries
> (take a look in your php installation directory, subdirectory dlls), then
> they should be copied to.
>
> HTH
> Erwin
>
--- End Message ---