php-install Digest 18 Aug 2003 18:49:03 -0000 Issue 1505
Topics (messages 11440 through 11442):
Re: PHP5 beta 1 + Apache 2.0.46 on WinXP SP1
11440 by: silver_82
Re: install of php4.3.2 - http 1.1 500
11441 by: Yves Hanotiau
php 4.3.2 + mysql 4.0.14 + apache 1.3.14 + openssl 0.9.6 + RedHat 6.1
11442 by: David B. Held
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 ---
AZN,
I just want to thank you for your post to the newsgroup. I've been up for
hours searching the web( before i looked here, my fault ) on a fix on PHP5b
to work with Apache2.Thank you, thank you thank you thank you so much for
your post. I can finally go to sleep.
silver_82
"Azn" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Actually, I finally got it to work with module. I had to put the iconv.dll
> into the sapi folder, that's all. Also, I had to use:
> LoadModule php5_module "c:/php/sapi/php4apache2.dll"
>
> Not php4_module. Thanks Elizabeth Smith.
>
> However, I seem to have misconfigured something. PHPinfo works but when I
> run my phpBB, I just get blank page. Also, when I try my upload script, I
> press the links and nothing happens:
> <a href=$PHP_SELF?action=upload>Upload Files</a> <b>::</b>
>
> Any ideas?
>
>
> "Seung Hwan Kang" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > Hello Azn,
> >
> > I tried PHP as an Apache module on W2K with Apache 2.0.46 & PHP 5.0.0
> > Beta 1, but didn't work. You may need to install it as a CGI. It
works!
> >
> > Azn wrote:
> > > Hi,
> > > Can anyone get PHP5 beta to work on Apache 2.0.46? Heres what I'm
doing:
> > >
> > > Extract PHP5 to C:\php
> > > Put php4ts.dll into C:\WINDOWS\system32
> > > Put php.ini-recommended into C:\WINDOWS, rename to php.ini
> > >
> > > Add to httpd.conf:
> > > LoadModule php4_module "c:/php/sapi/php4apache2.dll"
> > > AddType application/x-httpd-php .php
> > >
> > > Those are the same steps I followed for PHP4. However, when I run
> Apache, I
> > > get:
> > > Cannot load c:/php/sapi/php4apache2.dll into server: The specified
> > > module could not be found.
> > >
> > > The file php4apache2.dll does exist in c:\php\sapi\.. Are there new
> > > instructions for installing PHP5?
> > >
> > >
> >
>
>
--- End Message ---
--- Begin Message ---
Yes, the php.ini file is in c:\php\ and in c:\windows\
yves
Shadow (at 11:02 17/08/03 -0700) wrote :
Did you configure php.ini?
--
Shadow
www.shadowsnetwork.com
__________________________________________________________
Yves Hanotiau (Brussels, Belgium) - http://www.skiouros.net
"La vertu d'un voyage, c'est de purger la vie avant de la garnir."
Nicolas Bouvier / L'usage du monde
citations et voyage - http://www.skiouros.net/citations_voyage.php
--- End Message ---
--- Begin Message ---
I believe everything is installed correctly, but I only recently
upgraded php and mysql. I added the LoadModule and
AddModule lines and followed all the other install instructions
(but really, I was just upgrading from 4.0.x to 4.3.x, so most
of it was already in my httpsd.conf). When I fire up apache,
there's no complaints; but when I try to access a php page,
it tries to download it instead of viewing it. And when apache
shuts down, it says that it can't remove mod_php4.c, so it
looks like it's not getting loaded. I looked in my libexec for
libphp4.so, and it's right there (and has a recent timestamp,
telling me it's probably the new version, and not the old one).
What should I look for? I know mysql is running, because I
can log into it from the command line client. My apache
error log is bare. There's no messages about php at all
until I shut down.
Dave
--- End Message ---