Re: [PHP] apache/php with sybase12.5

2007-08-26 Thread Richard Lynch
Are you sure it's not --with-apxs2 instead of --with-apx2 ??? On Fri, August 17, 2007 8:00 am, ROUKOS Michel wrote: > Hi, > > I am integrating httpd-2.0.59 with php-5.2.1 and Sybase 12.5 on a > solaris 8 machine. I followed these steps: > Install apache: > > ./configure --prefix=/usr/local/apache2

Re: [PHP] apache/php with sybase12.5

2007-08-18 Thread Thijs Lensselink
ules/ directory. > > Thanks and regards, > Michel > > -Original Message- > From: Lens Development [mailto:[EMAIL PROTECTED] > Sent: Friday, August 17, 2007 7:57 PM > To: ROUKOS Michel > Cc: php-general@lists.php.net > Subject: Re: [PHP] apache/php with syb

RE: [PHP] apache/php with sybase12.5

2007-08-17 Thread ROUKOS Michel
- From: Lens Development [mailto:[EMAIL PROTECTED] Sent: Friday, August 17, 2007 7:57 PM To: ROUKOS Michel Cc: php-general@lists.php.net Subject: Re: [PHP] apache/php with sybase12.5 ROUKOS Michel wrote: > Hi, > > I am integrating httpd-2.0.59 with php-5.2.1 and Sybase 12.5 on a &g

Re: [PHP] apache/php with sybase12.5

2007-08-17 Thread Lens Development
ROUKOS Michel wrote: > Hi, > > I am integrating httpd-2.0.59 with php-5.2.1 and Sybase 12.5 on a > solaris 8 machine. I followed these steps: > Install apache: > > ./configure --prefix=/usr/local/apache2 --enable-so > make > make install > > > PHP configuration: > > > I edited this file php-5.2.1/

RE: [PHP] apache/php with sybase12.5

2007-08-17 Thread ROUKOS Michel
Hi, If I place the following line in httpd.conf LoadModule php5_module "modules/libphp5.so" I receive this error: Syntax error on line 232 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libphp5.so into server: ld.so.1: /usr/local/apache2/bin/httpd: fatal: /usr/loca

Re: [PHP] apache/php with sybase12.5

2007-08-17 Thread Thijs Lensselink
On Fri, 17 Aug 2007 16:00:35 +0300, "ROUKOS Michel" <[EMAIL PROTECTED]> wrote: > Hi, > > I am integrating httpd-2.0.59 with php-5.2.1 and Sybase 12.5 on a > solaris 8 machine. I followed these steps: > Install apache: > > ./configure --prefix=/usr/local/apache2 --enable-so > make > make install >

Re: [PHP] (Apache|php) Bug using modproxy

2006-04-26 Thread Jochem Maas
Lmwangi wrote: Ok thanx. Let me try squid I have posted the mail on the apache list.. Oh and btw i downgrade my rank. Its no longer voodoo.. So don't go looking for new name ;-) ah good - have fun with Squid - but beware it has more arms than you to fight with ;-) -- PHP General Mailing L

Re: [PHP] (Apache|php) Bug using modproxy

2006-04-26 Thread Oscar Gosdinski
I have the configuration you described: browser --> https-> mod_proxy -> http -> php and i don't have any problem with it. Maybe it's an Apache misconfiguration. Can you send a snap of your httpd.conf? On 4/26/06, Lmwangi <[EMAIL PROTECTED]> wrote: > Hi all, > First time on the list... sorry fo

Re: [PHP] (Apache|php) Bug using modproxy

2006-04-26 Thread Jochem Maas
Lmwangi wrote: Hi all, First time on the list... sorry for any errs. I am using mod_proxy to pass requests to an internal server in our lan. The setup looks like Enduser---INet_link-Mod_proxy_serverLan---PHP_script Now, this does not work: Enduser---https--->Apache_mod_proxy-

Re: [PHP] Apache/PHP/MySQL/OpenSSL upgrade question

2006-03-24 Thread Julius Hacker
Jason Gerfen wrote: > I know this might be slightly off topic but I just upgraded > PHP/MySQL/OpenSSL and Apache to the latest stable release for each > project and so far so good. The one problem I am encountering is > dealing with SSL and apachectl not accepting the command 'apachectl > startssl

Re: [PHP] Apache/PHP/MySQL/OpenSSL upgrade question

2006-03-24 Thread Petar Nedyalkov
On Friday 24 March 2006 17:24, Jason Gerfen wrote: > I know this might be slightly off topic but I just upgraded > PHP/MySQL/OpenSSL and Apache to the latest stable release for each > project and so far so good. The one problem I am encountering is > dealing with SSL and apachectl not accepting th

Re: [PHP] Apache+PHP on Windows

2004-10-26 Thread Janet Valade
[EMAIL PROTECTED] wrote: I have installed Apache 2.0.52 and PHP 5.0.2 on windows XP. I have configured directories and everything works until I unmark any of extensions. After this, during Apache server starting, I am reciving the warning : PHP Startup: Unable to load dynamic library "D:/MyWWWsr

Re: [PHP] apache/php: chunk is already free, page is already free

2004-08-05 Thread Curt Zirzow
* Thus wrote Ergin Aytac: > We made a test for only 20 min. and got our website online. The result > was 200.000.000 (!!) lines in apache error log with the following: > > httpd in free(): warning: chunk is already free. > httpd in free(): warning: page is already free. > httpd in free(): warning

RE: [PHP] apache/php: chunk is already free, page is already free

2004-08-05 Thread Jay Blanchard
[snip] had no success on the apache list. apache logs also errors with sister-projects like php. I think this is not an apache issue but php. if you have errors like this it is always very difficult to locate the real source of the problem. Any other hints? [/snip] Why do you think that this i

Re: [PHP] apache/php: chunk is already free, page is already free

2004-08-05 Thread Ergin Aytac
had no success on the apache list. apache logs also errors with sister-projects like php. I think this is not an apache issue but php. if you have errors like this it is always very difficult to locate the real source of the problem. Any other hints? Jay Blanchard schrieb: [snip] We made a test

RE: [PHP] apache/php: chunk is already free, page is already free

2004-08-05 Thread Jay Blanchard
[snip] We made a test for only 20 min. and got our website online. The result was 200.000.000 (!!) lines in apache error log with the following: Any hints or links? [/snip] Here's a hint...send this to the Apache list. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: ht

Re: [PHP] APACHE/PHP - buttons don't work

2003-08-14 Thread Justin French
Buttons? Not sure I understand, but try turning the register globals directive in your php.ini file from OFF to ON. Although OFF is safer and promotes better coding practices. Search the archives or PHP tutorial sights for hints about programming with rg off. It's been discussed in 1000's of

Re: [PHP] Apache + PHP - when using as module, can one have PHPsrun as

2003-03-21 Thread ADFH
> I suggest if a file then put it outside Apache's document root or use an > environment variable. I'm working in a VWS environment - whilst I am in contact with the system administrator, I don't have access to any config outside of my own account. > My older version of php is quite happy with 7

Re: [PHP] Apache + PHP - when using as module, can one have PHPs run as

2003-03-20 Thread Chris Hewitt
ADFH wrote: Would it be true to say that the current Apache PHP module doesn't support running PHP scripts as their owners, and that one has to use PHP in CGI mode for this? PHP as an Apache module runs as the user that Apache runs as. Typically "nobody" or "apache". I use a well known PHP based

Re: [PHP] Apache->Php->MySql(GD,ZLib,LIBJPEG,LIBPNG)

2002-04-24 Thread Erik Price
On Thursday, April 25, 2002, at 06:03 AM, r wrote: > I know for some of you PHP gurus that you must be holding your stomach > and > laughing, I am laughing, but not at your request -- we're re-enacting quotes from Abe's Oddworld, the PlayStation game: "Follow me!" "eeEERE BOY!" "lookout!" "

Re: [PHP] apache, php user names

2002-03-19 Thread heinisch
At 18.03.2002 17:28, you wrote: Even if I think you´ll not be able (should not be able) to put files elswehere than /home/~myname: > >On a shared hosting provider, I have an account like: > >/home/~myname/www/ >and >/home/~myname/resources/ > >As far as I know, apache can only access what's in th

Re: [PHP] Apache+PHP+DSO: maybe trivial (?): apxs doesn't create libphp4.so under AIX 4.3.3

2002-02-19 Thread Tom Rogers
Hi Make sure you include at least one internal apache module as shared (i used mod_rewrite) otherwise apache doesn't include enough linker information in apxs. you will probably have to do make distclean and start again with configure Tom At 09:18 PM 2/19/02, Erwin S R U B A R wrote: >Hi

Re: [PHP] Apache+PHP+DSO: maybe trivial (?): apxs doesn't create libphp4.so under AIX 4.3.3

2002-02-19 Thread Erik Price
On Tuesday, February 19, 2002, at 06:18 AM, Erwin S R U B A R wrote: > > So, no libphp4.so on the system. > Considering we have the products (in most cases the up-to-date > versions) > it must be some obvious problem - but I have no idea. > Thanks for help in advance, I had the same exact

RE: [PHP] Apache PHP File Disclosure Vuln

2002-01-28 Thread James Cox
Actually, as a note about this, we (i) did extensive testing to invoke the php.exe binary and apache in any way but using an action and virtual url, and found it didn't work. We have suitably amended the documentation for both the win32 installer, plus the manual, making it clearer that choosing

Re: [PHP] Apache Php SSL

2001-12-03 Thread Chris Allen
Ya thanks...I needed to make sure what I was reading was *what* I was reading... Thanks Again, ccma > As long as the cert is still valid, it should work just fine. You'll > need to point your httpd.conf to the right (previous) certificates > though. That is explained pretty nicely in the mod_ss

Re: [PHP] Apache Php SSL

2001-12-03 Thread Brian Clark
* Chris Allen <[EMAIL PROTECTED]> [Dec 03. 2001 23:09]: > When rebuilding Apache/Php/Modssl etc can I re-use my existing server key > and server certificate ? Do I need to get a new certificate from > Thawte/Verisign even if its for the same host? As long as the cert is still valid, it should w

Re: [PHP] Apache/PHP URL problem

2001-09-09 Thread Rasmus Lerdorf
This is standard PATH_INFO behaviour. I don't really see a DoS issue here. Use piped logs or something and teach your logging system not to log these if you have an issue with it. DoS from filling log files isn't something we can do much about. -Rasmus > Just noticed a strange problem with on

Re: [PHP] apache,php,mysql,flash

2001-08-15 Thread Tim
You have to buy Generator from Macromedia. It's not free. (in fact, it's pretty expensive :) There are some open/free alternatives out there, but there weren't direct replacements last time I evaluated them. There's also the ming extension for PHP which lets you generate a whole SWF movie at r

RE: [PHP] apache,php,mysql,flash

2001-08-15 Thread Annand, Nigel
ECTED] Subject: Re: [PHP] apache,php,mysql,flash Hi, NO this is what i am trying to find out. where can i download it from (for RD6.2 and Aache 1.3.12). I have tried RH site but no joy. regards Ajdin On 15 Aug 2001, Tim wrote: > Do you have Macromedia Generator installed on your serve

Re: [PHP] apache,php,mysql,flash

2001-08-15 Thread AJDIN BRANDIC
Hi, NO this is what i am trying to find out. where can i download it from (for RD6.2 and Aache 1.3.12). I have tried RH site but no joy. regards Ajdin On 15 Aug 2001, Tim wrote: > Do you have Macromedia Generator installed on your server? It's > responsible for taking the .swt and generatin

Re: [PHP] apache,php,mysql,flash

2001-08-15 Thread Tim
Do you have Macromedia Generator installed on your server? It's responsible for taking the .swt and generating the .swf output. - Tim On 15 Aug 2001 14:28:24 +0100, AJDIN BRANDIC wrote: > Hi, > > I have RH6.2, php4, MySQL and want to generate graphs with flash. I have > done a graph with Fla

RE: [PHP] apache+php chroot

2001-07-02 Thread scott [gts]
using the full pathname of the uptime binary should work. although, there are issues on some servers that user 'nobody' (a common owner for apache) cannot get 'uptime' information... so even if you get uptime to work correctly, beware that it may return bogus data. > -Original Message-

Re: [PHP] apache+php chroot

2001-07-01 Thread billt
On Sun, Jul 01, 2001 at 07:44:19PM -0500, Ryan wrote: > I have chrooted apache+php but am having simple problems > like not being able to exec uptime. > uptime has been moved to /usr/serv/apache/usr/bin/uptime.. > Well anyways heres my lil php line im tring to get running > > > I get no errors f

Re: [PHP] apache+php chroot

2001-07-01 Thread teo
Hi Ryan! On Sun, 01 Jul 2001, Ryan wrote: > I have chrooted apache+php but am having simple problems like not being > able to exec uptime. > uptime has been moved to /usr/serv/apache/usr/bin/uptime.. > Well anyways heres my lil php line im tring to get running > > > I get no errors from php, ju

Re: [PHP] Apache+PHP(as apache module)+SSL under Windows

2001-04-29 Thread ~~~i LeoNid ~~
On 29 Apr 2001 05:54:17 -0700 impersonator of [EMAIL PROTECTED] ("Daniel BI") planted &I saw in php.general: >Hi there! > >Anybody knows if possible to have >PHP as an Apache module under Windows, with >SSL enabled, too? > >Is there an 'openSSL' lib for Windows? > >thanx, >Daniel BI > see, if you

Re: [PHP] Apache, PHP, Windows XP, MSIE 6, Cheese, and Cookies.

2001-04-23 Thread B. van Ouwerkerk
>Choose a flavor of linux, format your HD, install, and run the that server >like it was meant to run. If you don't want to kill your Windooz, you could do a dualinstall. I'm not sure it will run with XP.. never seen XP.. hope it stays that way :-) But with W95 it runs like a dream. Or.. use

Re: [PHP] Apache, PHP, Windows XP, MSIE 6, Cheese, and Cookies.

2001-04-22 Thread Steve Lawson
Yea, I got a solution. Choose a flavor of linux, format your HD, install, and run the that server like it was meant to run. Apache is not even 100% on NT much less the XP beta, it's like your running a beta on a beta...That's why it's not working. Here is a good quote from apache.org: "Please

Re: [PHP] Apache +Php -----help

2001-03-21 Thread Yasuo Ohgaki
Your Apache is not handling PHP scripts as PHP script. That's why you get script on your browser. Read these sections in PHP Manual. http://jp.php.net/manual/en/install-windows.php http://jp.php.net/manual/en/install.apache.php Regards, -- Yasuo Ohgaki ""OBB"" <[EMAIL PROTECTED]> wrote in messa

Re: [PHP] Apache & php as a DSO module woes!

2001-02-23 Thread Richard Lynch
> apxs:Break: Command failed with rc=65536 Search the mailing list archives for "rc=65536" -- Visit the Zend Store at http://www.zend.com/store/ Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm Volunteer a little time: http://chatmusic.com/volunteer.htm -- PHP General

RE: [PHP] apache+php on MacOSX

2001-02-23 Thread Andrew Hill
http://www.openlinksw.com > -Original Message- > From: Michael Stearne [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 23, 2001 11:25 AM > To: Thierry Coopman > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [PHP] apache+php on MacOSX > > > > > Thierry Coopman

Re: [PHP] apache+php on MacOSX

2001-02-23 Thread Michael Stearne
Thierry Coopman wrote: > At 8:46 AM -0500 2/23/01, Andrew Hill wrote: > >Thierry, > > > >Not sure if you need that 'echo' in there. > > with or without echo it doesn't work, the PHP works on Solaris. > > > > >Also, if you have problems, compiling PHP / apache under MacOS X isn't THAT > >complic

RE: [PHP] apache+php on MacOSX

2001-02-23 Thread Thierry Coopman
At 8:46 AM -0500 2/23/01, Andrew Hill wrote: >Thierry, > >Not sure if you need that 'echo' in there. with or without echo it doesn't work, the PHP works on Solaris. > >Also, if you have problems, compiling PHP / apache under MacOS X isn't THAT >complicated :) > well, yes, if you can find a C co

RE: [PHP] apache+php on MacOSX

2001-02-23 Thread Andrew Hill
Thierry, Not sure if you need that 'echo' in there. Also, if you have problems, compiling PHP / apache under MacOS X isn't THAT complicated :) Best regards, Andrew -- Andrew Hill - OpenLink Software Director Technology Evangelism eBusiness Infrastructure Tech

RE: [PHP] apache & php

2001-02-15 Thread Maxim Maletsky
Then just follow it. Read INSTALL file in PHP distribution Cheers, Maxim Maletsky -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 9:01 PM To: [EMAIL PROTECTED] Subject: [PHP] apache & php help! i want to get started! how do c

Re: [PHP] apache & php

2001-02-14 Thread Ankur Verma
take a look at some good tutorials on www.phpbuilder.com, www.devshed.com and www.webmonkey.com also, download the php manual from www.php.net and go through the installation section therein that deals in detail with the stuff on installing php with apache , both on Windows and Unix hope that he

RE: [PHP] Apache/PHP Configuration Problem on NT5

2001-01-29 Thread Maxim Maletsky
Have you touched any .htaccess file? Then maybe that's the problem ... I've no idea what you misconfigured at all, but I know that a misconfiguration of .htaccess gives you the exactly same error (500) and the error log line is often looking very similar, Cheers, Maxim Maletsky -Original

RE: [PHP] Apache/PHP Configuration Problem on NT5

2001-01-29 Thread Jonathan Sharp
Hey, have you tried just a static .html file, no php anywhere? -Jonathan -Original Message- From: [ rswfire ] [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 28, 2001 12:24 PM To: [EMAIL PROTECTED] Subject: [PHP] Apache/PHP Configuration Problem on NT5 I have set up an ErrorDocument 4

RE: [PHP] Apache -> PHP 4 (CGI)

2001-01-27 Thread Jonathan Sharp
Da...this one has stumped me...in *nix I'd just say compile it into Apache, but we can't do that now can we...bummer, looks like a design flaw of NT... 8-) -Jonathan P.S. Now I must say, I am running 2K on this box here, and am using outlook (go ahead and bash me) but that's all I use it for (ex