[users@httpd] building and installing on different servers, different directories

2012-01-31 Thread Rob De Langhe
hi Apache gurus, we have -what I assume a rather typical situation of modern IT environment- no compiler on our production servers. So, the building of Apache will need to be done on (duh) development servers, that do not necessarily have the same directory structures as the target production

Re: [users@httpd] building and installing on different servers, different directories

2012-01-31 Thread Igor Cicimov
Asuming both servers are pretty much same, ie same linux kernel and packages, why dont you install apache on the dev server under lets say /usr/local/apache2 and then transfer the complete apache2 directory onto prod server? On Jan 31, 2012 8:41 PM, Rob De Langhe rob.de.lan...@twistfare.be wrote:

Re: [users@httpd] building and installing on different servers, different directories

2012-01-31 Thread Igor Cicimov
You can also create symbolic links for the missing directories. On Jan 31, 2012 11:39 PM, Igor Cicimov icici...@gmail.com wrote: Asuming both servers are pretty much same, ie same linux kernel and packages, why dont you install apache on the dev server under lets say /usr/local/apache2 and

Re: [users@httpd] How to make Apache mod_deflate and Transfer-encoding : Chunked work together?

2012-01-31 Thread Matus UHLAR - fantomas
On 1/27/2012 2:50 PM, sameer shah wrote: As you can see in above 2 headers chunking is working only if the compression is turned off. On 27.01.12 15:37, William A. Rowe Jr. wrote: Chunking is not a feature that the client gets to choose. Your client code is badly written if it is that

Re: [users@httpd] rewrite engine shows text instead of executes script

2012-01-31 Thread Tim Johnson
* Igor Cicimov icici...@gmail.com [120130 18:11]: If I eliminate it, then I just a get an index page.. Correct, and in that index.html page you call or redirect to your pyton script. That's the proper way to do it so you keep your web pages structure separate from your cgi scripts that

Re: [users@httpd] How to make Apache mod_deflate and Transfer-encoding : Chunked work together?

2012-01-31 Thread William A. Rowe Jr.
On 1/31/2012 9:37 AM, Matus UHLAR - fantomas wrote: On 1/27/2012 2:50 PM, sameer shah wrote: As you can see in above 2 headers chunking is working only if the compression is turned off. On 27.01.12 15:37, William A. Rowe Jr. wrote: Chunking is not a feature that the client gets to choose.

[users@httpd] ExtFilter and Reverse Proxy Woes.

2012-01-31 Thread V B
Gents, This appears to be an issue for Linux, Apache 2.2.15, compiled from source... extfiler=shared Whilst you are able to execute ExtFilters on local files, a Reverse Proxy configuration does not work the same way. This has been reported here:

[users@httpd] Disabling virtual hosts in Apache

2012-01-31 Thread Antonio Fernández Pérez
Hi everybody, I would like to know how can I do to disable a virtual host and print an error page in virtual host not enabled. Having www.mydomain.com and www.mydomain2.com, when I execute a2dissite www.mydomain.com I get www.domain2.com (its contents) and if I execute a2dissite

Re: [users@httpd] Disabling virtual hosts in Apache

2012-01-31 Thread Yehuda Katz
2012/1/31 Antonio Fernández Pérez antoniofernan...@fabergames.com Hi everybody, I would like to know how can I do to disable a virtual host and print an error page in virtual host not enabled. Having www.mydomain.com and www.mydomain2.com, when I execute a2dissite www.mydomain.com I get

[users@httpd] Directive SSLSessionCache

2012-01-31 Thread douxc2
Hi, can i put the SSLSessionCache directive in a virtualHost bracket ? The shmdb name must be different for each virtualhost ? Thanks. Stephane. - The official User-To-User support forum of the Apache HTTP Server Project.

[users@httpd] SSL and subdomain redirects

2012-01-31 Thread Dan Schaefer
My server hosts all requests to example.com, i.e. example.com, www.example.com http://www.google.com/url?sa=Dq=www.example.comusg=AFQjCNFaEl-ukxNKgv1eOPdRag7GbVqELA, customer1.example.com, customer2.example.com, etc. By all, I mean all that do not have a pre-defined DNS record to tell the

[users@httpd] Apache HTTP Server 2.2.22 Released

2012-01-31 Thread William A. Rowe Jr.
Apache HTTP Server 2.2.22 Released The Apache Software Foundation and the Apache HTTP Server Project are pleased to announce the release of version 2.2.22 of the Apache HTTP Server (Apache). This version of Apache is principally a security and bug fix release,

Re: [users@httpd] rewrite engine shows text instead of executes script

2012-01-31 Thread Igor Cicimov
You can use meta tag in your head section to call your script for example meta http-equiv=refresh content=0;url= http://yourdomain.com/path/to/your/cgi-script.py; which will call your script immediately on index.html load. Or you can also use java script redirect in the body tag of index.html

[users@httpd] Re: ExtFilter and Reverse Proxy Woes.

2012-01-31 Thread V B
Guys, Testing with : RewriteRule ^/(.*) balancer://blah/$1 [P] Same problem... Thanks! On Tue, Jan 31, 2012 at 12:05 PM, V B for...@clustermagnet.com wrote: Gents, This appears to be an issue for Linux, Apache 2.2.15, compiled from source... extfiler=shared Whilst you are

Re: [users@httpd] Directive SSLSessionCache

2012-01-31 Thread Igor Cicimov
http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslsessioncache where it says the Context is server config, so no mention of virtual host right? If you click on Context link in the box , you will find explanation what Context means:

Re: [users@httpd] rewrite engine shows text instead of executes script

2012-01-31 Thread Tim Johnson
* Igor Cicimov icici...@gmail.com [120131 13:58]: You can use meta tag in your head section to call your script for example meta http-equiv=refresh content=0;url= http://yourdomain.com/path/to/your/cgi-script.py; which will call your script immediately on index.html load. Or you can

[users@httpd] Re: Apache HTTP Server 2.2.22 Released

2012-01-31 Thread DW
Any ideas if there is any official distribution point for Win 64-bit? William A. Rowe Jr. wrote: Apache HTTP Server 2.2.22 Released Apache HTTP Server 2.2.22 is available for download from: http://httpd.apache.org/download.cgi