William A. Rowe, Jr. wrote:
William A. Rowe, Jr. wrote:
Lester Caine wrote:
PHP have decided that PHP5.3 will be the last version available for
windows on VC6, and that PHP6 will be VC9 only, so is any work being
done on a VC9 version of Apache? This seems to be in line with making
IIS the defa
On Fri, 5 Jun 2009, MK wrote:
However, all my CGI files are now unable to write a log or db
*anywhere*. I modified the http.conf to match my previous one ("Allow
all"), but this did not make any difference. SELinux is disabled on my
system.
There is a myriad of build options, you'll need to
William A. Rowe, Jr. wrote:
> Lester Caine wrote:
>> PHP have decided that PHP5.3 will be the last version available for
>> windows on VC6, and that PHP6 will be VC9 only, so is any work being
>> done on a VC9 version of Apache? This seems to be in line with making
>> IIS the default on Windows as
Lester Caine wrote:
> PHP have decided that PHP5.3 will be the last version available for
> windows on VC6, and that PHP6 will be VC9 only, so is any work being
> done on a VC9 version of Apache? This seems to be in line with making
> IIS the default on Windows as there are no Apache modules in the
PHP have decided that PHP5.3 will be the last version available for
windows on VC6, and that PHP6 will be VC9 only, so is any work being
done on a VC9 version of Apache? This seems to be in line with making
IIS the default on Windows as there are no Apache modules in the VC9
builds :(
Where i
Thanks, Tom. It was helpful. However, I also use the part of code which
contains fprintfs in another context, so I really need those fprintfs. And
moreover I don't want to consider those messages as apache log messages.
So the question remains, is it possible to log messages sent to stdout and
s
I use apache at home doing light weight "web development" stuff and to
serve little CGI utility apps I've written. Recently I started working
with ruby on rails and wanted to install passenger.
The apache development headers are required for this, but I could not
locate an "httpd-devel" rpm f
You've probably included mod_worker
(http://httpd.apache.org/docs/2.0/mod/worker.html)
In this case, requests are assigned to a thread within a unix process.
I think that each thread can operate concurrently (that is the
definition of a thread right?), and apache child processes are likely
given C
On Fri, Jun 5, 2009 at 8:08 AM, ricardo figueiredo
wrote:
> Hi,
>
>> I would like about How work Apache ??
>> I read a scientific about that Apache works like FIFO.
>> Is it true ??
> Anyone ???
You need to elaborate. What scenario/processing in Apache are you
talking about?
--
Eric Covener
c
Hi,
Anyone ???
Ricardo
On Wed, Jun 3, 2009 at 3:49 PM, ricardo13 wrote:
>
> hi,
>
> I would like about How work Apache ??
> I read a scientific about that Apache works like FIFO.
> Is it true ??
>
> Thank you
> Ricardo
> --
> View this message in context:
> http://www.nabble.com/Apache-uses-FI
On Thu, 2009-06-04 at 11:36 -0700, Vyacheslav Zholudev wrote:
> I have an Apache Module which contains such methods like
> fprintf(stderr, "%s\n", message); and fprintf(stdout, "%s\n", message);
>
> They are executed under certain circumstances, but I can't see the output in
> the Apache's log fi
Hello
I'm defining an scalability policy for a Moodle application. I read the
information abotu worker MPM module and the configuration of Apache http
server (2.2) for this (ThreadPerChild and MaxClients parameters). Is any max
value for this parameters? If our server is having performance problem
Hello
Mod_Security is a web application firewall for apache. It can prevent the
web based intrusion and will log the details
For reference. For more details...
http://www.modsecurity.org/documentation/modsecurity-apache/2.5.9/html-multi
page/introduction.html
Greetings
BipinDa
13 matches
Mail list logo