[PHP-DB] PHP, MySQL and Apache 2 ?

2003-09-02 Thread David Haines
This is maybe a bit Off-topic, and yet I could think of no better place to
ask:

How many of you are using PHP with MySQL and Apache 2 ?

I know there _were_ some problems, but do the current (stable) PHP and MySQL
work fine with Apache 2 ?

Have a client machine with Redhat 9, and Apache 2 gets installed... There is
a lot on there I'd really rather not have to do again from scratch (as in:
wipe and start over and manually install Apache 1.3)

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DB] PHP, MySQL and Apache 2 ?

2003-09-02 Thread David Haines
This is maybe a bit Off-topic, and yet I could think of no better place to
ask:

How many of you are using PHP with MySQL and Apache 2 ?

I know there _were_ some problems, but do the current (stable) PHP and MySQL
work fine with Apache 2 ?

Have a client machine with Redhat 9, and Apache 2 gets installed... There is
a lot on there I'd really rather not have to do again from scratch (as in:
wipe and start over and manually install Apache 1.3)

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DB] Re: I need these 2 files

2003-08-24 Thread David Haines
Thanks for  your reply, everyone !

It turns out that when Apache 2 was installed with Redhat 9, the mod
auth_mysql library was not installed.

I followed everyone's advice and still did not get an error log - oddly
enough.

Well, in trying to cleanly remove Apache 2, in order to work with 1.3.x,
for the sake of working with something  a little better documented... Things
got messy.

Time to wipe and re-install, only because I donĀ¹t want to spend more time on
this than I already have - troubleshooting instead of working with PHP and
MySQL.

Sorry for the Off-Topic material, but you deserved a reply.

Should be up and running sometime tomorrow


 Hello Roberto,
 Ref: My first little project, and search.html and results.php is not
 working in Redhat 9.
 == Pls, send me these two files so I like to run it to test myself.
 Thanks.
 LamSa
 
 
 From: Roberto Dragva Filho [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Saturday, August 23, 2003 5:20 AM
 Subject: [PHP-DB] Re: Failure to interact with MySQL in Redhat 9 ?
 
 
 Hello david,
 
 do you set register_globals  to ON  in /usr/local/lib/php.ini ?
 try it.
 
 Roberto
 
 David Haines [EMAIL PROTECTED] escreveu na mensagem
 news:[EMAIL PROTECTED]
 Hello all. I hope this is the best place to ask this (!)
 
 Problem: verified that PHP, MySQL and Apache are all working fine.
 My first little project, and search.html and results.php is not working
 in
 Redhat 9.
 If I fail to enter a search term, I get the expected error message, but
 that
 is just Apache, it's not even executing any PHP. When I enter a search
 term,
 the results.php page loads with the proper page title, but the rest of
 the
 page is blank.
 
 **However**, the exact same project files work just as expected on my
 Mac
 running OS X though... hmm: which is running Apache 1.3, PHP 4.1.2 and
 MySQL
 4.1.2
 
 So I have to wonder, what am I missing in Redhat ?
 
 What I've done, what I'm doing:
 
 I am learning MySQL and PHP, working through a lovely O'Reilly text.
 
 I have MySQL and PHP and Apache all working fine on an istall of Redhat
 Linux 9. I can work with MySQL in the terminal (command-line), and have
 even
 installed MySQL Control Center (a fairly nice GUI).
 
 My hello.php loads fine and returns Hellow world in my web-browser
 when
 I load http://localhost/hello.php
 
 The default Apache page loads, as do a simple index.html file when I put
 one
 in place.
 
 Apache 2 is running, PHP is version 4.2.2, MySQL is 4.0
 
 I checked permissions and ownership of the search.html and
 results.php
 files. My results.php file is setup the same (ownership  executable
 flags) as my hello.php file (which does work).
 
 My Apache error log offers nothing helpful. I cannot find any MySQL
 error
 log in Redhat (checked and triple-checked), and
 I can't seem to find any php error log. The php.ini file really doesn't
 help, in terms of knowing where to look for an error log
 
 ===
 I know this is long, but I've been as thorough as I know how to be -
 please
 help ! (TIA)
 

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DB] Failure to interact with MySQL in Redhat 9 ?

2003-08-22 Thread David Haines
Hello all. I hope this is the best place to ask this (!)

Problem: verified that PHP, MySQL and Apache are all working fine.
My first little project, and search.html and results.php is not working in
Redhat 9. 
If I fail to enter a search term, I get the expected error message, but that
is just Apache, it's not even executing any PHP. When I enter a search term,
the results.php page loads with the proper page title, but the rest of the
page is blank.

**However**, the exact same project files work just as expected on my Mac
running OS X though... hmm: which is running Apache 1.3, PHP 4.1.2 and MySQL
4.1.2

So I have to wonder, what am I missing in Redhat ?

What I've done, what I'm doing:

I am learning MySQL and PHP, working through a lovely O'Reilly text.

I have MySQL and PHP and Apache all working fine on an istall of Redhat
Linux 9. I can work with MySQL in the terminal (command-line), and have even
installed MySQL Control Center (a fairly nice GUI).

My hello.php loads fine and returns Hellow world in my web-browser when
I load http://localhost/hello.php

The default Apache page loads, as do a simple index.html file when I put one
in place.

Apache 2 is running, PHP is version 4.2.2, MySQL is 4.0

I checked permissions and ownership of the search.html and results.php
files. My results.php file is setup the same (ownership  executable
flags) as my hello.php file (which does work).

My Apache error log offers nothing helpful. I cannot find any MySQL error
log in Redhat (checked and triple-checked), and
I can't seem to find any php error log. The php.ini file really doesn't
help, in terms of knowing where to look for an error log

===
I know this is long, but I've been as thorough as I know how to be - please
help ! (TIA)



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php