Re: [us...@httpd] Request concurrency issue

2009-11-22 Thread Toomas Aas
On Sunday November 22 2009 02:23:09 André Warnier wrote: > Are you absolutely sure that it is not just a behaviour from the browser ? > For example, if you open two separate command windows, and start in each > a "wget" for the same file (or curl, or lwp-request), do you observe the > same behavio

[us...@httpd] Re: Request concurrency issue

2009-11-22 Thread Nicholas Sherlock
Toomas Aas wrote: Say, I open a browser and enter request for http://mysite.com/LargeTextFile.txt The file begins to load in the browser window. While the file is loading, I open another browser tab and enter the same request there. The file in second tab doesn't begin to load until it has co

[us...@httpd] Re: Request concurrency issue

2009-11-22 Thread Nicholas Sherlock
Nicholas Sherlock wrote: Toomas Aas wrote: Say, I open a browser and enter request for http://mysite.com/LargeTextFile.txt The file begins to load in the browser window. While the file is loading, I open another browser tab and enter the same request there. The file in second tab doesn't beg

Re: [us...@httpd] Name virtual hosts and HTTPS

2009-11-22 Thread Iñigo Medina
Only the latest Apache (2.2.14) and OpenSSL built with the tlsextensions options support this. What about apache with mod_gnutls? Look at this tooltip from 2007: http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/ Also, not every client support SNI,

Re: [us...@httpd] Name virtual hosts and HTTPS

2009-11-22 Thread Peter Schober
* Brian Mearns [2009-11-21 18:02]: > Only the latest Apache (2.2.14) and OpenSSL built with the > tlsextensions options support this. It's case SNI (Server Name > Identification), where the client can send the fully qualified domain > name as part of the handshake process. Without this, the server

[us...@httpd] apache restart problem on windows 7

2009-11-22 Thread Matthew Coleman
Hey everyone; I recently installed Apache2.2 on my fresh install of Windows 7 Home Premium, 32bit, as a Windows service. Installation seemed to proceed normally and the server was active afterwards such that I could check visit localhost and get the confirmation page. I don't remember how I clos

Re: [us...@httpd] Name virtual hosts and HTTPS

2009-11-22 Thread Florent Georges
Peter Schober wrote: Thanks all for your responses! > Or put all vhosts in the certificate (as X.509v3 SubjectAltName > extensions) and serve up the same cert on every vhost. Yes, that's what I started to think after have seen the other responses. > How you put these in the CSR is not part

Re: [us...@httpd] Name virtual hosts and HTTPS

2009-11-22 Thread Brian Mearns
On Sun, Nov 22, 2009 at 1:22 PM, Florent Georges wrote: > Peter Schober wrote: > >  Thanks all for your responses! > >> Or put all vhosts in the certificate (as X.509v3 SubjectAltName >> extensions) and serve up the same cert on every vhost. > >  Yes, that's what I started to think after have seen

[us...@httpd] Information missing with piped Log setting for ErrorLog

2009-11-22 Thread Shibi NS
Hello All, Error log setting without piped logging feature LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" common TransferLog '| rotatelogs \logs\access_log.%y%m%d 1M common'; ErrorLog '| rotatelogs \logs\error_log.%y%m%d 1M '; Error log setting with piped logging

[us...@httpd] Lightweight apache for fast proxying

2009-11-22 Thread Brian Mearns
I'm thinking of setting up apache as a fairly rich reverse proxy for a variety of different servers, and would like some suggestions on a) whether or not this is a good idea and if there are better alternatives, and b) how should I build and configure it to maximize performance. There's the execut

Re: [us...@httpd] installing apache on amazon ec2 instance

2009-11-22 Thread Francois Gingras
You can't load 1.3 modules with 2.2. Frank. On Fri, Nov 20, 2009 at 7:04 PM, Daniel Shapiro wrote: > Running on Debian linux: > > I have been having trouble installing/running apache on an instance of an > amazon cloud ec2 machine. > Wondering if installation is badly done, or configs not set u

Re: [us...@httpd] Information missing with piped Log setting for ErrorLog

2009-11-22 Thread André Warnier
Shibi NS wrote: Hello All, Error log setting without piped logging feature LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" common TransferLog '| rotatelogs \logs\access_log.%y%m%d 1M common'; ErrorLog '| rotatelogs \logs\error_log.%y%m%d 1M '; Error log setting

[us...@httpd] htpasswd ui question

2009-11-22 Thread Evuraan
hello, i use htpasswd to control user authentication but the user list has grown to an extent where i am seeking alternatives. Is there some sort of ui for htpasswd|htaccesss which wud let users sign up, the admin approves the correct and denies the other, also providing simpler user management

Re: [us...@httpd] Apache/2.2.8 authenticate LDAP AD SSL or TLS - ubuntu(debian)

2009-11-22 Thread Simon Walter
Hi André and thanks for your reply. My reply is below yours. Cheers! André Warnier wrote: Simon Walter wrote: ... My questions is: Does anyone know of a document that describes what I need to make Apache authenticate via LDAP over SSL or TLS connecting to a MS AD server? Greetings. Ther

Re: [us...@httpd] authentication against active directory.

2009-11-22 Thread Simon Walter
Ramesh wrote: Hi, I have a web site which I would want to allow only users after authenticating them against our Active Directory. I wanted to place .htaccess file in the main web folder 1. Do I need to install "mod_authz_ldap" module ? And is there any other module which I would need to in

Re: [us...@httpd] Information missing with piped Log setting for ErrorLog

2009-11-22 Thread Shibi NS
Sorry ,I made the mistake while writing this mail only Here is the corrected info Error log setting without piped logging feature LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" common CustomLog '/logs/access_log'; ErrorLog ' /logs/error_log'; Error log setting wi

Re: [us...@httpd] htpasswd ui question

2009-11-22 Thread Simon Walter
Evuraan wrote: Is there some sort of ui for htpasswd|htaccesss which wud let users sign up, the admin approves the correct and denies the other, also providing simpler user management capabilities? You can configure Apache to authenticate against a DB. You can use the user table from some oth