The following article helped me with this:
http://forum.ivorde.ro/apache-2-2-installation-of-mod-rewrite-module-without-recompiling-whole-apache-t67.html
Essentially, I located mod_rewrite.c and ran the following command:
apxs -c -i mod_rewrite.c
mod_rewrite.so is created.
Then, I added the foll
On Mon, May 31, 2010 at 3:03 AM, wrote:
> Hello,
>
> I would like to have an http request received by an Apache 2.2 server
> executed (with the data served to the client), and resent to another
> server. The second server would then execute the request but would not
> serve any data back, or the
Hi William,
I'm sorry to confuse you.
Please let me reorganize the problem and my observations.
Client HTTP Apache Mod-CGI xxx.cgi login.html
A client(browser) access the URI, http://xxx.xxx.xxx/xxx.cgi which is
located on the Apache 2.2.15, but finally what it got was
Hello,
I would like to have an http request received by an Apache 2.2 server
executed (with the data served to the client), and resent to another
server. The second server would then execute the request but would not
serve any data back, or the first server would just ignore the answer.
Any idea
Nilesh Govindarajan wrote:
On Sat, May 29, 2010 at 1:50 AM, Donovan Brooke wrote:
[snip]
So, finally I come to the question:
How do I get my WebDNA.fcgi app to run as user:group
fastcgitest:fastcgitest?
Thanks!
Donovan
[snip]
http://www.itech7.com/Linux/Apache2-PHP-FastCGI-SuExec
Th
On Sun, May 30, 2010 at 8:40 PM, Leonardo wrote:
> Hi, everyone. I have a PHP script that is a huge content generator,
> and it's making my server run out of memory very often, because the
> content is generated faster than the user can download it, I guess. So
> I assume that it's buffering the o
Hi, everyone. I have a PHP script that is a huge content generator,
and it's making my server run out of memory very often, because the
content is generated faster than the user can download it, I guess. So
I assume that it's buffering the output on memory. My question is if
there's any way Apache
Hi,
from my point of view such a thing is very common either if you have a
heavily loaded web server in combination with certain modules e.g.
fastcgi or so.
i was looking once already for kind of a "start delay" of apache restart
and apache graceful but could not find anything to say that su