[users@httpd] ssl need explicit https

2012-01-27 Thread congo thomas
hello world, i have this webserver (apache 2.2.15 redhat) on which i want a vhost with ssl. i only want one nic, so i configured a new public ip to nat its port 443 into my local ssl port (not 443) for the vhost. The nat tunnels are open and works as expected. However when i setup apache to listen

[users@httpd] Re: IE8 thinks SHTML is "text.html"

2012-01-27 Thread Christos Jonathan Hayward
P.S. The headers are: GET http://simplyclassicremodeling.com/ HTTP/1.0 HTTP/1.1 200 OK Date: Fri, 27 Jan 2012 21:57:54 GMT Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.9-dev DAV/2 PHP/5.2.6 Accept-Ranges: bytes Cache-Control: max-age=2592000, public Expires: Sun, 26 Feb 2012 21:57:54 G

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

2012-01-27 Thread William A. Rowe Jr.
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. Chunking is not a feature that the client gets to choose. Your client code is badly written if it is that fragile. It has to be able to tolerate either of

Re: [users@httpd] Web Hosting

2012-01-27 Thread Dave Stevens
Quoting Damien Hull : The two suggestions are okay, but I would like to do this from the CLI. Is there any way to allow users on the system to have their own website? I know you can have websites in users home directories. The problem is permissions. The Apache users needs access to the website

[users@httpd] SSLSessionCache

2012-01-27 Thread douxc2
Hi, i'd like to know if i must choose a different name for the SSLSessionCache file for each of my secure virtualhosts ? Thanks a lot. Best regards. - The official User-To-User support forum of the Apache HTTP Server Project

Re: [users@httpd] Apache forking a forked child process -- is that possible?

2012-01-27 Thread Mark Montague
On January 27, 2012 3:47 , =?UTF-8?Q?K=C4=81rlis_Repsons?= wrote: CGI? If I'm having a PHP extension forked along with an apache child process, that extension has initially not had a database connection, but it's established when processing requests,,, that connection can get forked along with

Re: [users@httpd] Apache forking a forked child process -- is that possible?

2012-01-27 Thread Kārlis Repsons
On 26 January 2012 16:29, Mark Montague wrote: > On January 26, 2012 9:07 , =?UTF-8?Q?K=C4=81rlis_Repsons?= > wrote: >> >> as this seemed the only place to ask my question, here it goes: >> is it ever possible that Apache (as we currently know it) makes a fork >> of a child >> process, which has