Re: [us...@httpd] Optimizing mod_fcgid

2010-03-24 Thread Xyntrix
i too, would like to sing the praises of mod_fcgid to the community. my background is web hosting with massive multi-user multi-site servers. mod_fastcgi suffers from gross inadequacies in the model to which it was coded for. such as: trying at all costs to keep starting a fastcgi target, even i

Re: [us...@httpd] Authentication method by htaccess/htpasswd

2010-03-24 Thread Wagner Pereira
** Thanks, Libo. Eric (and Tom Evans), I changed my httpd.conf. Now it is as follows: Allow from [ip_01]/32 Allow from [ip_02]/32 Then I tried to access the Rancid, via browser, from my computer [ip_01]. User/Pass were required. Nice! But, when I tried to access it from the other computer [

RE: [us...@httpd] Win32 Binary for Apache 1.3.42

2010-03-24 Thread Du, Michelle
Thanks, Tom, for your reply! We do plan to update to Apache 2.2 later this year, but couldn't at this moment. Michelle -Original Message- From: Tom Evans [mailto:tevans...@googlemail.com] Sent: Wednesday, March 24, 2010 10:00 AM To: users@httpd.apache.org Subject: Re: [us...@httpd] Win3

Re: [us...@httpd] Win32 Binary for Apache 1.3.42

2010-03-24 Thread Tom Evans
On Wed, Mar 24, 2010 at 2:53 PM, Du, Michelle wrote: > Hello All, > > Please help! Does anybody know where I can get the Win32 binary for Apache > 1.3.42? > > Thanks in advance! > Michelle > > It should be here - http://archive.apache.org/dist/httpd/binaries/win32/ - but it isn't, dunno why. Yo

[us...@httpd] Win32 Binary for Apache 1.3.42

2010-03-24 Thread Du, Michelle
Hello All, Please help! Does anybody know where I can get the Win32 binary for Apache 1.3.42? Thanks in advance! Michelle This e-mail transmission may contain information that is proprietary, privileged and/or confidential and is intended exclusively for the person(s) to whom it is addressed

Re: [us...@httpd] Authentication method by htaccess/htpasswd

2010-03-24 Thread Eric Covener
> When I access the Rancid via cvsweb, from my computer, it is required the > user/password which I generated by htpasswd. That's right. > > But, when I try to access it through other two different computers, that > authentication method is not required. > "Satisfy all"? > Allow from 10.0.0.1/255

Re: [us...@httpd] Authentication method by htaccess/htpasswd

2010-03-24 Thread Tom Evans
On Wed, Mar 24, 2010 at 2:20 PM, Wagner Pereira wrote: > Good point, Libo. > > What are these log files? If someone can tell me that, I'll provide those, > no doubt. > > Hugs, > > -- > > Wagner Pereira > In one of your other 10 or so threads, you posted these logs: [Tue Mar 23 18:25:46 2010] [er

Re: [us...@httpd] Authentication method by htaccess/htpasswd

2010-03-24 Thread Libo Song
Usually it is at here: /usr/local/apache2/logs/error_log You may have a different location. Check you installation. Cheers, On Wed, Mar 24, 2010 at 10:20 AM, Wagner Pereira wrote: > Good point, Libo. > > What are these log files? If someone can tell me that, I'll provide those, > no doubt. > > H

Re: [us...@httpd] Authentication method by htaccess/htpasswd

2010-03-24 Thread Wagner Pereira
Good point, Libo. What are these log files? If someone can tell me that, I'll provide those, no doubt. Hugs, -- Wagner Pereira PoP-SP/RNP - Ponto de Presença da RNP em São Paulo CCE/USP - Centro de Computação Eletrônica da Universidade de São Paulo http://www.pop-sp.rnp.br Tel. (11) 3091-89

Re: [us...@httpd] Authentication method by htaccess/htpasswd

2010-03-24 Thread Libo Song
I don't know how to answer your question. But I saw your previous emails. People who may know the problem were asking you for the log messages. You'd better provide those log. Best, Libo On Wed, Mar 24, 2010 at 9:57 AM, Wagner Pereira wrote: > Hi again. > > I am gonna make the same question in a

[us...@httpd] Authentication method by htaccess/htpasswd

2010-03-24 Thread Wagner Pereira
Hi again. I am gonna make the same question in an other way. When I access the Rancid via cvsweb, from my computer, it is required the user/password which I generated by htpasswd. That's right. But, when I try to access it through other two different computers, that authentication method is

Re: [us...@httpd] htpasswd is working in only one machine

2010-03-24 Thread Eric Covener
On Wed, Mar 24, 2010 at 8:42 AM, Wagner Pereira wrote: > Hi, folks. > > I made all the configs described in the manual, but the htpasswd/htaccess > authentication method is working only in my machine. elaborate > It means that just for me it is necessary provide the user/password for > access th

[us...@httpd] What is better? Apache OR Tomcat client cert validation?

2010-03-24 Thread acastanheira2001
Hi, I need to validate client cert against some rules, but I don´t know what is the best approach. To validade client cert on Apache or on Tomcat? Thanks, Andre -- View this message in context: http://old.nabble.com/What-is-better--Apache-OR-Tomcat-client-cert-validation--tp28014761p28014761.

[us...@httpd] htpasswd is working in only one machine

2010-03-24 Thread Wagner Pereira
Hi, folks. I made all the configs described in the manual, but the htpasswd/htaccess authentication method is working only in my machine. It means that just for me it is necessary provide the user/password for access the Rancid via cvsweb. Thanks for any help. -- Wagner Pereira PoP-SP/RN

Re: [us...@httpd] htaccess/htpasswd working in only one computer

2010-03-24 Thread Wagner Pereira
Eric, So, what information exactly should I provide to? Those log contents that I posted yesterday have the lines written at the same moment I entered in the cvsweb URL. (I use to see the log with the "tail -f"). -- Wagner Pereira PoP-SP/RNP - Ponto de Presença da RNP em São Paulo CCE/USP -

Re: [us...@httpd] Rewrite rule

2010-03-24 Thread 夏蒸鑫
it matchs url that NOT begin with dot ".", redirect to (part matched).html Best regards, Sharl.Jimh.Tsin - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for

[us...@httpd] Rewrite rule

2010-03-24 Thread Kaushal Shriyan
Hi, Basically wants to understand about the below Rewrite Rule RewriteRule ^([^.]+)$ $1.html Please help me understand. Thanks and Regards, Kaushal - The official User-To-User support forum of the Apache HTTP Server Project.