Re: [PHP-INSTALL] php(5)-cgi + Apache2 + fastcgiexternalserver = lost hair

2007-07-24 Thread Tony Shadwick
ecified, and in the logs, it says that the remote php is returning a 404. Also included is the strings output of what I capture from tcpdump. (Just realizing I'm becoming a broken record here...) :) Keith Roberts wrote: That's interesting Tony. Didn't know you could do that. A

Re: [PHP-INSTALL] php(5)-cgi + Apache2 + fastcgiexternalserver = lost hair

2007-07-24 Thread Tony Shadwick
rver = lost hair wait...are you saying that you are hosting your PHP on one machine, and your Apache on another? Does Apache+PHP support remoting like that? Paul Blondé -Original Message- From: Tony Shadwick [mailto:[EMAIL PROTECTED] Sent: Tuesd

[PHP-INSTALL] php(5)-cgi + Apache2 + fastcgiexternalserver = lost hair

2007-07-24 Thread Tony Shadwick
exist. It'd currently chmod 777 to make sure it's not a permissions thing (it's just phpinfo at this point anyway). The traffic *is* being sent to port 9000 on the php-cgi host. What else can I do? Tony Shadwick OSS Solutions

[PHP-INSTALL] php(5)-cgi + Apache2 + fastcgiexternalserver = lost hair

2007-07-24 Thread Tony Shadwick
exist. It'd currently chmod 777 to make sure it's not a permissions thing (it's just phpinfo at this point anyway). The traffic *is* being sent to port 9000 on the php-cgi host. What else can I do? Tony Shadwick OSS Solutions

[PHP-INSTALL] PHP environment under Apache

2007-04-30 Thread Tony van der Hoff
d the problem, but is hardly a neat fix. Running php from the command line results in the correct environment for the current user. Apache is running as user apache(79), group webmaster(505), and _SERVER[...] contains the expected values; _SERVER["TMPDIR"] contains /home/tony/tmp. OK, so PH

Re: [PHP-INSTALL] Re: How do I shutdown and restart PHP?

2005-01-02 Thread Tony Dietrich
rote: > > Good day! > > How do I shutdown and restart PHP? I don't want to reboot the machine > > each > > time > I desire the changes/additions I completed in the PHP.ini file to take > affect. > > > Thanks! Or if you are on a Redhat/Fedora system, then (as roo

[PHP-INSTALL] Installing PHP 4.3.3

2003-11-07 Thread Tony Prodger
.   PHP TESTERThis is an HTML Line echo "This is a PHP Line"; phpinfo();?>   Shows up as   This is an HTML Line   So the PHP Instructions are not being converted through Apache.   Any help appreciated   regards   Tony Prodger     www.tonyprodger.comwww.ujoinus.co.ukwww.thegartercompany.com

Re: [PHP-INST] Sessions help needed!

2003-07-05 Thread Tony Dietrich
rse apostrophes changes nothing, so I figure > that either I am blatantly screwing up the session code (possible for I have never > written any sessions before) or my system is not supporting sessions. I have a php4 > something, windows, apache 1.3.27 for my home network server, and mysql. Any help > on this problem would be greatly appreciated. > Thanks a lot for your time, John > > > > > - > Do you Yahoo!? > SBC Yahoo! DSL - Now only $29.95 per month! -- Tony Dietrich <[EMAIL PROTECTED]> Transoft Computer Consultants -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] PHP help

2003-06-30 Thread Tony Dietrich
; > Login is the name of the table on the database named test. > > I stopped using a password because it wouldn't let anything work even table creation > when I tried to use a password. Any help that anyone could give would be greatly > appreciated; there is probably some

Re: [PHP-INST] Path failure when testing an weblog installation

2003-01-04 Thread Tony Dietrich
Additional information: I just thought to switch into the script directory and run #php index.php from the command line .. the output is exactly what it should be.. it therefore seems to be something wrong with my Apache/PHP setup, not the script. TD On Sat, 2003-01-04 at 19:35, Tony

[PHP-INST] Path failure when testing an weblog installation

2003-01-04 Thread Tony Dietrich
Background Information: I've just been asked to evaluate Drupal (a weblog content management system written in PHP) for something. I've installed Drupal in a subdirectory of my serverroot /drp I'm running Apache 2.0.40 and PHP 4.2.2 on a standard RH8 system. phpinfo() and standard PHp test routine

[PHP-INST] New user with an Apache installation that doesn't want toacknowledge PHP exists

2002-12-26 Thread Tony Dietrich
I'm in the process of setting up a server on a system that runs Apache 2.0.40 and PHP 4.2.2 on RH8.0 The server serves up pure HTML pages perfectly, but any .php files or htm/html pages with php embedded in them ... well, the php code just gets ignore ... if its a pure PHP file, I just get a blank

[PHP-INST] Re: mail()

2002-10-31 Thread Tony Simopoulos
news:3DC0A56C.5050908@;ohgaki.net... > I guess you are using older PHP. > You have to rebuild PHP with sendmail compatible command > installed or get newer PHP (which is better) > > -- > Yasuo Ohgaki > > Tony Simopoulos wrote: > > folks, > > > > ./configure did not

[PHP-INST] mail()

2002-10-30 Thread Tony Simopoulos
folks, ./configure did not specify any fancy directives for installing mail() support. in fact configure went out and my sendmail program all on its own. however, when invoking the function i get the following error: Warning: mail() is not supported in this PHP build in problems.inc on line 80

[PHP-INST] Globals

2002-07-30 Thread Nuala &amp; Tony
vars I am trying to pass to the next page are called $sessCFSuser and $sessCFSuid. I would be most gratefull for any sort of help. Regards Tony -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] how to

2002-06-18 Thread tony perez
how to unsuscribe my self from this mailing list? visita BORRACHOS http://www.borrachoz.com antonio pérez guerrero TEL=927-14-62 veracruz, ver. ICQ # 37385673 __ Get Your Free E-mail at http://www.prontomail.com -- PHP Install Mailin

[PHP-INST] Re: Zend compile problem on Solaris 8

2002-03-18 Thread Tony
ied re-compiling php 4.0.6 without mysql and it broke at the same place. -tony "Yasuo Ohgaki" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > make distclean; ./configure ; make > does not fix the problem? > > -- > Yasuo Ohgak

[PHP-INST] Zend compile problem on Solaris 8

2002-03-15 Thread Tony
PHP seems to configure just fine with: # ./configure --with-mysql=/usr/local/mysql --with-apache=../apache_1.3.23 --e nable-track-vars --disable-short-tags However, when I do a make I get the following error: zend_llist.c: In function `zend_llist_apply_with_arguments': zend_llist.c:239: `__buil

[PHP-INST] Re: Cannot remove module mod_php4.c

2002-02-13 Thread Tony Kowalick
I figured it out forget to add AddModule mod_php4.c in httpd.conf file Tony Tony Kowalick wrote: > i keep getting this error on testing apache and php4 on WinNT4 server > > "Cannot remove module mod_php4.c: not found in module list" &

[PHP-INST] Cannot remove module mod_php4.c

2002-02-13 Thread Tony Kowalick
i keep getting this error on testing apache and php4 on WinNT4 server "Cannot remove module mod_php4.c: not found in module list" what is going on? -- -- Tony Kowalick -- -- PHP Install Mailing List (http://www.ph

Re: [PHP-INST] PHP and LDAP

2002-01-30 Thread Tony Bibbs
I stand corrected. In my scenario the LDAP server and the Web Server were on the same box... --Tony On Wed, 2002-01-30 at 09:07, [EMAIL PROTECTED] wrote: > > You will need OpenLdap installed on the server so PHP can use the LDAP > libraries that come with it. You can still connect t

Re: [PHP-INST] PHP and LDAP

2002-01-30 Thread Tony Bibbs
I don't think that can be right. I have a standard RH7.2 box that I installed OpenLDAP on after PHP was configured and I was able to query my LDAP database. I think as long as PHP has --with-ldap you should be good. --Tony On Wed, 2002-01-30 at 08:09, Paul Watson wrote: > I want to us

[PHP-INST] Re: PHP/Courier-IMAP and c-client library

2002-01-29 Thread Tony Bibbs
entire howto on this configuration here: http://www.tonybibbs.com/courier-howto.html --Tony On Tue, 2002-01-29 at 16:26, Tony Bibbs wrote: > Ok, I have PHP 4.1.1 on RH7.2 and I'm running courier-mta and > courier-imap. I downloaded the UW c-client library and did the "make > l

[PHP-INST] PHP/Courier-IMAP and c-client library

2002-01-29 Thread Tony Bibbs
Syntax error on line 261 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/libphp4.so into server: /etc/httpd/modules/libphp4.so: undefined symbol: gss_nt_service_name Please help... -- Tony Bibbs | Life is a moderately good play [EMAIL PROTECTED] | with a bad 3rd ac

Re: [PHP-INST] Re: PHP path shown on browser

2002-01-20 Thread Tony
der case 4 at the bottom it has a referce to a compile time option > --enable-discard-path which sounds like what you're looking for. Or else > put the binary in your cgi-bin directory? > > -Steve > > On 2002.01.20 06:14:16 -0600 Tony wrote: > > FYI > > > >

[PHP-INST] Re: PHP path shown on browser

2002-01-20 Thread Tony
FYI The version of my PHP is 4.1.1 "Tony" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó·s»D :[EMAIL PROTECTED] > I have fixed the problem. The problem came out because PHP cannot access > php.ini. "#!/usr/local/bin/php" will disappear once PHP can read the > doc_root in

[PHP-INST] Re: PHP path shown on browser

2002-01-20 Thread Tony
step, just tell me what file I should modify or give me some hints. Thanks "Tony" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó·s»D :[EMAIL PROTECTED] > Hi all, > > I got a problem when i run php as a CGI binary. > I wrote a php script as follow > > #!/usr/local/bin/php >

[PHP-INST] Re: PHP path shown on browser

2002-01-20 Thread Tony
cript alias setting in > apache takes care of this. Furthermore, everything outside of the is > rendered as pure html and that is why it is showing up in the browser. > > Fred > > Tony <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTEC

[PHP-INST] PHP path shown on browser

2002-01-19 Thread Tony
solution? Thanks Tony. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-INST] APXS failure on ./configure

2002-01-18 Thread Tony Castaneda
I am running Solaris 7, up-to-date patches, Perl5, Apache 1.3.9 with DSO support, and PHP-4.1.0. On my ./configure attempt, I get the following from apxs. Sorry, I was not able to successfully run APXS. Possible reasons: 1. Perl is not installed; 2. Apache was not compiled with DSO support (

[PHP-INST] PHP Cookie Problem

2001-12-04 Thread Tony White
$cookiedomain); header("Location: index.php"); } (Code is part of XMBForum) Thanks in Advance. Tony -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-INST] Re: when i try to run a php script it doesnt do anything

2001-11-26 Thread tony
try..r u sure ur php script is right??u can use to test that!! -- __ | ?| | ?| -- "Francis Medina" <[EMAIL PROTECTED]> ??:001001c17546$2fe54680$[EMAIL PROTECTED] i am running Apache 1.3.22, Win98 , i install php406-installer.. but when i

[PHP-INST] how can i use/install pear??

2001-11-26 Thread tony
thanks! -- __ | ³Ô·¹²»³Ô²Ë| | ʡǮ̸Áµ°®| --

[PHP-INST] df

2001-11-26 Thread tony
df -- __ | ³Ô·¹²»³Ô²Ë| | ʡǮ̸Áµ°®| --

[PHP-INST] Re: php 4.0.6 configure script fails

2001-11-21 Thread Tony White
*** [all-recursive] Error 1 any ideas? I know others have also had similar problems but no I havent seen any replys on how to fix it. Cheers Tony "Tony White" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Hi there, > > I

[PHP-INST] php 4.0.6 configure script fails

2001-11-20 Thread Tony White
solved it??? knows of another way to get php4 working with apache2. Thanks in advance. Tony -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-INST] HELP! php 4.0.6 apache 1.3.20 mandrake linux 8.1 install

2001-11-03 Thread Tony Leach
== HELP! What can be wrong with my configuration ? Is it because I am not starting with the .gz file in the right place? I just put it in a download directory and uncompressed it there. Any help would be appreciated. Tony : wordwrap web development :

[PHP-INST] AIX problem - *.lo contains an incorrect file suffix

2001-08-01 Thread Tony R. Freeman
I've read through all the AIX problem posts on this site, but none help. I was hoping things would work for me as they did for Mr. Champagne, but alas I'm still having problems during the "make" command. AIX: 4.3.3 Apache 1.3.20 Perl 5.6.0 Tying to install PHP 4.0.6 make goes into "." with

[PHP-INST] Help with tsrm error.

2001-02-01 Thread Tony Brown
he had to 'add a patch for ZTS and use the --enable-experimental-zts flag'. I tried the --enable-experimental-zts flag with no success. I searched the net for ZTS and could not find a download. Can anyone help? What is tsrm? Thanks in advance, Tony -- PHP Install Mailing