[PHP] Re: PHP+Apache suddenly not working

2009-10-27 Thread Shawn McKenzie
Jason Lixfeld wrote: I have no doubt that this is due to an update that was done on my system at some point, but unfortunately I can't pinpoint where. The upshot is that PHP is completely unresponsive for me when run from Apache and I'm not sure where to look. I recognize that this isn't an

[PHP] Re: PHP+Apache suddenly not working

2009-10-27 Thread Jason Lixfeld
On 2009-10-27, at 9:33 AM, Shawn McKenzie wrote: Jason Lixfeld wrote: I have no doubt that this is due to an update that was done on my system at some point, but unfortunately I can't pinpoint where. The upshot is that PHP is completely unresponsive for me when run from Apache and I'm

[PHP] Re: PHP/Apache: script unexpectedly invoked multiple times in parallel every 30 secs.

2009-03-11 Thread Martin Zvarík
Marc Venturini napsal(a): Hi all, I wrote a PHP script running in Apache which takes more than 30 seconds to complete. It uses set_time_limit() to extend the time it is allowed to run. The script generates thumbnails from a list of images. Upon completion, the script redirects the browser to

Re: [PHP] Re: PHP/Apache: script unexpectedly invoked multiple times in parallel every 30 secs.

2009-03-11 Thread haliphax
On Wed, Mar 11, 2009 at 10:30 AM, Martin Zvarík mzva...@gmail.com wrote: Marc Venturini napsal(a): Hi all, I wrote a PHP script running in Apache which takes more than 30 seconds to complete. It uses set_time_limit() to extend the time it is allowed to run. The script generates thumbnails

Re: [PHP] Re: PHP/Apache: script unexpectedly invoked multiple times in parallel every 30 secs.

2009-03-11 Thread Marc Venturini
Hi all, Thank you all very much for your contributions. I tried to monitor the network with Wireshark: there is only one request from my browser to the server, and not any answer (redirect or otherwise). This means the problem is definitely not with unexpected browser requests. Calling die() at

Re: [PHP] Re: PHP/Apache: script unexpectedly invoked multiple times in parallel every 30 secs.

2009-03-11 Thread Nathan Rixham
Marc Venturini wrote: Hi all, Thank you all very much for your contributions. I tried to monitor the network with Wireshark: there is only one request from my browser to the server, and not any answer (redirect or otherwise). This means the problem is definitely not with unexpected browser

Re: [PHP] Re: PHP/Apache: script unexpectedly invoked multiple times in parallel every 30 secs.

2009-03-11 Thread Michael A. Peters
Nathan Rixham wrote: Marc Venturini wrote: Hi all, Thank you all very much for your contributions. I tried to monitor the network with Wireshark: there is only one request from my browser to the server, and not any answer (redirect or otherwise). This means the problem is definitely not with

[PHP] Re: PHP/Apache configuration failure

2007-01-11 Thread Mark
Bruce A. Julseth [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... I can't get Apache to restart after I've configured for PHP. I've upgraded my installation to 5.2. Now, Apache 2.2.3 runs fine without any PHP additions. 1) I added my PHP directory, C:/PHP5, to my PATH 2) I copied

Re: [PHP] Re: PHP/Apache configuration failure

2007-01-11 Thread Miguel J. Jiménez
El Thu, 11 Jan 2007 08:15:49 -0500 Mark [EMAIL PROTECTED] escribió: LoadModule php5_module c:/Program Files/PHP/php5apache2_2.dll I do not have the AddModule line. I use AddType application/x-httpd-php .php .html. (I want to parse .html files as well.) I do not use the Action line. The

[PHP] Re: PHP/Apache configuration failure

2007-01-10 Thread zerof
Bruce A. Julseth escreveu: I can't get Apache to restart after I've configured for PHP. I've upgraded my installation to 5.2. ... ... My mailbox is spam-free with ChoiceMail, the leader in

[PHP] Re: [PHP-APACHE] Looking for article

2004-08-12 Thread raditha dissanayake
Ashley M. Kirchner wrote: Anyone have an article written, or can point me to one that talks about converting URLS from: 1) Archives for this week. 2) or the apache url rewriting guide. http://www.domain.com/script.php?var=1var=2 ...to: http://www.domain.com/script/var1/var2 --

[PHP] Apache 2 was: Re: [PHP] Re: PHP Apache Version

2004-05-05 Thread Steve Wardell
Is there a version of Apache 2+ that now works with PHP? Last I checked, the were incompatible, but recently someone I ran into claimed that the bugs have been for such a setup. There is the warning not to use apache 2.0 and php in production. I am sure that there are many that are using

[PHP] Re: Apache 2 was: Re: [PHP] Re: PHP Apache Version

2004-05-05 Thread Lester Caine
Steve Wardell wrote: This single ambigous line of Do not use... is not productive. Seconded. My PHP5rc2 rig is running Apache2 and a number of demo applications. Nothing wrong in the logs since rc2 came out ;) -- Lester Caine - L.S.Caine Electronic Services -- PHP

[PHP] Re: PHP Apache Version

2004-05-04 Thread Jason Barnett
Mike R wrote: Is there a version of Apache 2+ that now works with PHP? Last I checked, the were incompatible, but recently someone I ran into claimed that the bugs have been for such a setup. :) Thanks, -MIke I've been using PHP + Apache 2 for a long time now. http://www.php.net/install.apache2

Re: [PHP] Re: PHP Apache Version

2004-05-04 Thread Ray Hunter
Is there a version of Apache 2+ that now works with PHP? Last I checked, the were incompatible, but recently someone I ran into claimed that the bugs have been for such a setup. There is the warning not to use apache 2.0 and php in production. I am sure that there are many that are using it

[PHP] Re: PHP Apache

2003-01-30 Thread Christoph Grottolo
[EMAIL PROTECTED] (Aaron Stephan William Boeren) wrote: Hi, Maby you could help me on why I get this message when using variables: Undefined variable: UN1 in c:\inetpub\wwwroot\sdd\pages\redirection.php on line 15 I have PWS being used, PHP 4.3.0 Apache 2.0.34. OS is Windows 2k If you could

[PHP] Re: PHP Apache Module AND command Line

2002-06-05 Thread John Taylor-Johnston
I can. I did it once in windows on a dos command line. I believe I used print ; instead of echo aaa; Steve Buehler wrote: Is there doc somewhere to would tell how to install PHP as a command line interpreter (like perl) without messing up the installation of PHP that is installed as a

RE: [PHP] Re: PHP Apache Module AND command Line

2002-06-05 Thread Scott Hurring
To: [EMAIL PROTECTED] Subject: [PHP] Re: PHP Apache Module AND command Line I can. I did it once in windows on a dos command line. I believe I used print ; instead of echo aaa; Steve Buehler wrote: Is there doc somewhere to would tell how to install PHP as a command line

[PHP] Re: PHP Apache

2002-04-29 Thread DrTebi
Hi, first of all it's not a good idea to use your /etc directory for the user files, or to chmod anything to 777 that doesn't really need it. I suggest you try the following: Let's assume the directory you want to password-protect is at /home/apache/htdocs/mydomain.com/secure First you would

[PHP] Re: PHP + apache .htaccess

2001-11-14 Thread Johan Holst Nielsen
After I research security issue from the web, I had found apache .htaccess which can solve my problem. What my problem is that, can .htaccess perform like a database system which can store users loginID and password, and also set those users have a expired time each ?? If you want to

[PHP] Re: PHP + apache .htaccess

2001-11-14 Thread EnriGA
then, can .htaccess store the user expried date ? like Peter is not allowed to login after 2Feb 2001, Sam is expired after 11Nov 2002.. and also, is it possible to maintain the .htaccess automatically ? like I write a shell script and run it schedully to delete those expired entry ? Johan

[PHP] Re: PHP + apache .htaccess

2001-11-14 Thread Johan Holst Nielsen
then, can .htaccess store the user expried date ? like Peter is not allowed to login after 2Feb 2001, Sam is expired after 11Nov 2002.. Yes and no. You just have to make a change in the .htaccess file. and also, is it possible to maintain the .htaccess automatically ? like I write a

[PHP] Re: PHP + apache .htaccess

2001-11-14 Thread EnriGA
Thanks very much ! I think I've got the way ! ^_^ Johan Holst Nielsen [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... then, can .htaccess store the user expried date ? like Peter is not allowed to login after 2Feb 2001, Sam is expired after 11Nov 2002..

[PHP] Re: php apache server problem

2001-09-11 Thread Richard Lynch
What do you mean by an overloading of the server?... It's possible that your configuration of MySQL number of clients that can connect is lower than the number of httpd children that can live. At some point, you'll have requests asking for MySQL connections, but MySQL won't hand out any more...

[PHP] Re: php/apache question(probably stupid)

2001-07-13 Thread Peter Clarke
Conor McTernan [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... hey all, I've been using apache, php and mysql on win32 for a while now, and I have recently decided to move over to linux *yay*, so i got myself a copy of Suse 7.1 personal edition. i now have

Re: [PHP] Re: php/apache question(probably stupid)

2001-07-13 Thread Conor McTernan
Peter I think I have tohse lines i nmy httpd.conf. although they might read: AddType application/x-httpd-php4 .php AddType application/x-httpd-php-source .phps or something like that, i'll make sure to check it when I get back from work. I was going to install it as a DSO, but

[PHP] Re: PHP Apache 2.0 - NOT WORKING ?

2001-03-07 Thread Benoit
Apache 2.0 seem to be now supported by PHP4.04pl1. I tried PHP4.0.4pl1 Apache 2.0a8 (configure don't seem to work for me with 2.0a9) But. I did not succeded to make it working ! Do someone have a tips on some compiling flags working, or other versions ? Mine made apache to show a