Hi,
Can you please help me out with this?
To note also that the logs does not show anything now.
thanks
--- On Wed, 19/8/09, Melanie Pfefer wrote:
> From: Melanie Pfefer
> Subject: Re: [us...@httpd] 'require' keyword
> To: users@httpd.apache.org
> Date: Wednesday, 19 August, 2009, 6:47 PM
>
Questions and *very important* information for *everyone* in relation to
httpd.conf - the HTTP Server conference at ApacheCon, which happens this
November 2nd through 6th in Oakland CA US...
Q. Users, is there interest in organizing an evening meetup with some short
sessions, BoFs and user-to-user
(one useful link, lots of useless blabla.)
André Warnier wrote:
Matt K wrote:
Can someone tell me how about hosting more then one Domain with Apache?
See http://httpd.apache.org/docs/2.2/, middle column, bottom line.
You may also want to check the time of the workstation you are using
to po
Matt K wrote:
Can someone tell me how about hosting more then one Domain with Apache?
See http://httpd.apache.org/docs/2.2/, middle column, bottom line.
You may also want to check the time of the workstation you are using to
post your messages.
It seems that answers to your questions come bef
On Wed, Aug 19, 2009 at 5:55 PM, Qingshan Xie wrote:
> Thanks guys for your help.
>
> Think I may not describe my question clearly. My question is, in the case of
> Timeout=5 min but ProxyTimeout=10 min in a Reverse Proxy Server, if the
> backend response is over 10 min, when the connection will
Thanks guys for your help.
Think I may not describe my question clearly. My question is, in the case of
Timeout=5 min but ProxyTimeout=10 min in a Reverse Proxy Server, if the backend
response is over 10 min, when the connection will be closed, 5 min or 10 min?
Thanks again.
Q.Xie
- Ori
Qingshan Xie wrote:
Thanks for your quick reply.
I am wondering what will happen in the case below,
Timeout ProxyTimout
browser <===> proxy <===> backend
Timeout = 300 sec and ProxyTimeout = 600 sec,
If backend process longer than 5 min, what wil
At 01:01 AM 8/20/2009, you wrote:
Can someone tell me how about hosting more then one Domain with Apache?
Name based virtual hosts? Or something else?
http://httpd.apache.org/docs/1.3/vhosts/name-based.html
I used to do it on my server at home running Apache.
-
On Wed, Aug 19, 2009 at 4:14 PM, Qingshan Xie wrote:
> Thanks for your quick reply.
>
> I am wondering what will happen in the case below,
>
> Timeout ProxyTimout
> browser <===> proxy <===> backend
>
> Timeout = 300 sec and ProxyTimeout = 600 sec,
>
> If
On Thu, 20 Aug 2009 04:01 -0400, "Matt K" wrote:
> Can someone tell me how about hosting more then one Domain with Apache?
You'll find lots of useful information at
http://www.catb.org/~esr/faqs/smart-questions.html
-
The offici
Thanks for your quick reply.
I am wondering what will happen in the case below,
Timeout ProxyTimout
browser <===> proxy <===> backend
Timeout = 300 sec and ProxyTimeout = 600 sec,
If backend process longer than 5 min, what will happen?
>From the
Can someone tell me how about hosting more then one Domain with Apache?
Thanks
Matt
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsub
On Wed 19 Aug 2009, Qingshan Xie wrote:
> In a Reverse Proxy server, what is the relation of Apache "TimeOut"
> and "ProxyTimeout"? Can someone shed some lights on it?
TimeOut aborts a request if the client/browser takes too long to send or
receive data. ProxyTimeout aborts a connection to the b
Hello,
In a Reverse Proxy server, what is the relation of Apache "TimeOut" and
"ProxyTimeout"? Can someone shed some lights on it?
Thx, Q.Xie
-
The official User-To-User support forum of the Apache HTTP Server Proj
Hi,
is distcache the way to go if I have a farm of 2.2.13 httpds or are
there better options to cache SSL sessions in an environment with many
servers?
I am asking because the distcache project seems quite dead.
Thanks,
Torsten
-
Hi
To note also that httpd.conf has these 2 directives:
DAV svn
SVNParentPath /jupiter/export/ABC/XYZ/
AuthBasicProvider ldap
AuthLDAPUrl ldap://
Require valid-user
AuthType Basic
AuthName "Please enter your credentials"
.
DAV svn
SVNParentPath /jupiter/export/ABC/XYZ/123
AuthBasicP
I have a few servers, one is new running Apache/2.2.13 and the others are
currently running Apache/2.2.11 both have a statically built mod_deflate
which shows up in `apachectl -l`, but I'm am unable to enable the deflate
fliter on the servers running Apache/2.2.11.
On two of the servers (one 2.2.1
any idea why I am getting this error (although xxx is in Require list):
access to /svn/ABC/XYZ/ failed, reason: user 'xxx' does not meet 'require'ments
for user/valid-user to be allowed access
thanks
--- On Wed, 19/8/09, André Warnier wrote:
> From: André Warnier
> Subject: Re: [us...@httpd]
Melanie Pfefer wrote:
Require valid-user <--- change here to Require followed by the ldap username.
Repeat this for all users
The syntax is "Require user " where the first two words are "as
is", and the part stands for the authenticated user's id.
Example :
Require user melhabanero
---
Not quite sure what you want to achieve even though the question is semi-clear.
If your real intention is to disallow SSLv2 (which you should in this
day and age) and only support SSLv3 and above, you could do this
SSLProtocol -ALL +SSLv3 +TLSv1
then follow by ciphers suite
e.g. SSLCipherSuit
Hi,
I want to check 2 things here regarding 'require' keyword.
I have this directive:
DAV svn
SVNParentPath /jupiter/export/ABC/XYZ/
AuthBasicProvider ldap
AuthLDAPUrl ldap://
Require valid-user
AuthType Basic
AuthName "Please enter your credentials"
Now if I want to restrict a di
21 matches
Mail list logo