[us...@httpd] Re: How to enable mod_rewrite on an Apache 2.2 installation? mod_rewrite.so doesn't exist.

2010-05-30 Thread Joe Hansen
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

Re: [us...@httpd] http request executed and forwarded to another server

2010-05-30 Thread Nilesh Govindarajan
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

Re: [us...@httpd] Re: HTTP doesn't work after upgrading from 2.0.55 to 2.2.15

2010-05-30 Thread Chen Chien-Yu
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

[us...@httpd] http request executed and forwarded to another server

2010-05-30 Thread jcroux
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

Re: [us...@httpd] Running a fastCGI app as a specific user:group

2010-05-30 Thread Donovan Brooke
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

Re: [us...@httpd] Buffering Output to Disk

2010-05-30 Thread Nilesh Govindarajan
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

[us...@httpd] Buffering Output to Disk

2010-05-30 Thread Leonardo
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

Re: [us...@httpd] graceful restart occasionally gives "could not bind" error

2010-05-30 Thread [triplepack] info (i...@pack3.ch)
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