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
not
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
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
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 requ
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
On Wed, Mar 11, 2009 at 10:30 AM, Martin Zvarík 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 fro
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 ano
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.
""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
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 pers
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=1&var=2
...to:
http://www.domain.com/script/var1/var2
--
Radith
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 Ge
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
> 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 i
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
--
[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
2 5:13 PM
> 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:
>
> >
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
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 creat
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 2
> 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
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
> 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
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...
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
"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.
>
>
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 segmentati
27 matches
Mail list logo