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
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
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
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,
* 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
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
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
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
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
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
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
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
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
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
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
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
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
17 matches
Mail list logo