RE: [PHP-INSTALL] Install apxs without reinstall apache

2003-11-11 Thread Darryl Wagoner
Title: Message Greetings,   I have just upgraded to Apache 2, Mysql 4.x and PHP 4.3.2 on Linux Redhat 9.0 and some of the PHP pages I get a 304 error in the log.  Most if not all of these pages use MySQL.   I have this installed running on port 81 and Apache 1.3 running on port 80 which is

[PHP-INSTALL] Install apxs without reinstall apache

2003-11-11 Thread Richard Rusczyk
I am trying to install php4.3 on my server.  I already have apache installed, but do not have apxs.  Is it possible to install apxs without reinstalling apache?  If so, how?   Thanks much.

Re: [PHP-INSTALL] Help: Windows type PHP install

2003-11-11 Thread Lester Caine
I've managed to install by hand PHP 4.3.3 under Windows 98. As a web server I'm using Apache 1.3.x and tried to install PHP as a module. It works quite dandy and all except for the fact that I can't pass variables to a PHP script. Probably a setting in php.ini. register_globals = Off

Re: [PHP-INSTALL] PHP looking for /tmp/mysql.sock when I compile it to use /usr/local/Servers/MySQL/var/socket

2003-11-11 Thread mjpelletier
Figured it out...nevermind ;-) Quoting "Michael J. Pelletier" <[EMAIL PROTECTED]>: > Sunflower > Hello, > > Does anyone know how to change PHP from insissting that the mysql socket be > in /tmp. > > In other words I set --with-mysql-sock=/usr/local/Servers/MySQL/var/socket > > but, I get an

[PHP-INSTALL] Help: Windows type PHP install

2003-11-11 Thread Andrei Dascalu
I've managed to install by hand PHP 4.3.3 under Windows 98. As a web server I'm using Apache 1.3.x and tried to install PHP as a module. It works quite dandy and all except for the fact that I can't pass variables to a PHP script. Even the form processing examples that come with the manual don't w