Re: [us...@httpd] 404's to robots.txt?

2009-07-21 Thread Eric Covener
On Tue, Jul 21, 2009 at 7:56 PM, Evan Platt wrote: > So I've noticed quite a lot of connections from web spider programs. I've > had a robots.txt > (User-agent: * > Disallow: /)  For a long time. But looking closer in my apache logs, am I > reading right that it's giving a 404? > > 65.55.106.173 -

Re: [us...@httpd] 404's to robots.txt?

2009-07-21 Thread André Warnier
Evan Platt wrote: ... 65.55.106.173 - - [21/Jul/2009:09:44:43 -0700] "GET /robots.txt HTTP/1.1" 404 208 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)" 65.55.106.112 - - [21/Jul/2009:10:11:43 -0700] "GET /robots.txt HTTP/1.1" 404 208 "-" "msnbot/2.0b (+http://search.msn.com/msnbot.htm)"

Re: [us...@httpd] 404's to robots.txt?

2009-07-21 Thread André Warnier
Evan Platt wrote: So I've noticed quite a lot of connections from web spider programs. I've had a robots.txt (User-agent: * Disallow: /) For a long time. But looking closer in my apache logs, am I reading right that it's giving a 404? 65.55.106.173 - - [21/Jul/2009:09:44:43 -0700] "GET /robo

[us...@httpd] 404's to robots.txt?

2009-07-21 Thread Evan Platt
So I've noticed quite a lot of connections from web spider programs. I've had a robots.txt (User-agent: * Disallow: /) For a long time. But looking closer in my apache logs, am I reading right that it's giving a 404? 65.55.106.173 - - [21/Jul/2009:09:44:43 -0700] "GET /robots.txt HTTP/1.1" 4

Re: [us...@httpd] Transparent Proxy Server Installation

2009-07-21 Thread rank1seeker
Just to step in with extra question. Why would anyone use apache AS proxy, by using mod_porxy..., etc. Why not let that to proxy application like squid, privoxy, polipo or something fifth?? Hell, someone might go and build mod_firewall, so apache could act like firewall too! Why if there is ap

[us...@httpd] Low priced certificate?

2009-07-21 Thread Mike -- EMAIL IGNORED
I am thinking of securing part of my low volume web site with SSL. I wend to some certificate authorities, and I was blown away by the prices. Are there that are both cheap and widely recognized? Thanks for your help. Mike. - T

[us...@httpd] Remote .htaccess

2009-07-21 Thread Jos Chrispijn
Is it possible to use a .htaccess in a folder in which I define a htpasswd path that physically is located on a complete different server? Jos Chrispijn - The official User-To-User support forum of the Apache HTTP Server Projec

Re: [us...@httpd] Transparent Proxy Server Installation

2009-07-21 Thread André Warnier
Brian Kim wrote: ... I don't know about "transparent proxy", but I think what you are talking about is a "forward proxy". Have you read this on-line Apache documentation ? http://httpd.apache.org/docs/2.2/mod/mod_proxy.html and in particular the section : Forward Proxies and Reverse Proxies/Gat

[us...@httpd] Transparent Proxy Server Installation

2009-07-21 Thread Brian Kim
Hi. All. I am a beginner. So I really need somebody's help. I have asked a question about the transparent http apache server. Nobody answers it yet, so I ask it again and add what I have done until now. I have set up a server to have two ethernet interface. One is connected to a swtich to get al

[us...@httpd] Problems adding SSL support on AIX

2009-07-21 Thread Enrique Strada
My name is Enrique, I've tried to install Apache with SSL support on AIX, but I have had some Issues with that. This is my AIX envrironment: AIX 5.3.0.0 xlC.adt.include9.0.0.0 COMMITTED C Set ++ Application xlC.aix50.rte 9.0.0.1 COMMITTED XL C/C++ Runtime for AIX

Re: [us...@httpd] Auth and server-side auto-login

2009-07-21 Thread André Warnier
Pascal S. Clermont wrote: Server version: Apache/2.0.52 Server built: Oct 29 2008 09:20:05 Red Hat Enterprise Linux AS release 4 (Nahant Update 7) ... I would like to know if there is a possible way for apache to auto-login anyone coming from the 192.168.1 network to a specific user? This

[us...@httpd] RE: Stress testing apache 2.2 with ab

2009-07-21 Thread Jeffrey D. Fulmer
siege can help you accomplish that goal. It allows you to specify a time to run and it gives you some flexibility with scheduling requests. Let's say you wanted to run approximately 12,000 hits in an hour. You could do something like this: siege -c 250 -t1h -d 15 http://www.haha.com/whoohoo ht

[us...@httpd] Auth and server-side auto-login

2009-07-21 Thread Pascal S. Clermont
Server version: Apache/2.0.52 Server built: Oct 29 2008 09:20:05 Red Hat Enterprise Linux AS release 4 (Nahant Update 7) hi, I want to secure some content from unauthorized access by using : " AuthType Basic AuthName "Authentication Required" AuthUserFile /etc/secret/auth.users Require valid-us

[us...@httpd] Stress testing apache 2.2 with ab

2009-07-21 Thread Krish, Sailesh
Hi, I would like to stress test an apache web server using ab. How do I get it to send a certain number of requests per hour? Do we need to use the -t option. The man page is not very clear. Basically Im trying to simulate ccurrent usage and see the behaviour when I add some more load.The curre

RE: [us...@httpd] proxy : AJP Errors

2009-07-21 Thread Pradeep Phalgunan Kalliat
Hi Andre, Thanks for the response. Here are the details you wanted. As I mentioned before there are two tomcat nodes serving this app. Details for Tomcat Node 72: -- -

[us...@httpd] Help in obtaining windows login name in Apache.

2009-07-21 Thread gmanohar
Hi , I use apache 2.2 on redhat linux 5 as aproxy server. And my environment contains windows systems ,which connect to the apache proxy for internet browsing . Is there a possibility that I can use NTLM authentication for all requests sent to the internet through my proxy so as to obtain the user

Re: [us...@httpd] Response time without client network delay

2009-07-21 Thread Jonas Eckerman
Anantha Padmanabha wrote: Is there a way to get just the apache processing time [without client's network] in milli/micro seconds? Maybe mod_log_firstbyte would suite. Quotes: ---8<--- mod_log_firstbyte is a module for Apache 2.0 which allows you to log the time between each request being rea

Re: [us...@httpd] proxy : AJP Errors

2009-07-21 Thread André Warnier
Pradeep Phalgunan Kalliat wrote: Hi All, I've two webapps CoW and CoWTraining, each of which are load balanced by Apache 2.2.4 over two tomcat nodes running as services. i.e. two nodes for CoW and two for the other. This is set up in one server machine. Both the webapps are identical in func

[us...@httpd] proxy : AJP Errors

2009-07-21 Thread Pradeep Phalgunan Kalliat
Hi All, I've two webapps CoW and CoWTraining, each of which are load balanced by Apache 2.2.4 over two tomcat nodes running as services. i.e. two nodes for CoW and two for the other. This is set up in one server machine. Both the webapps are identical in functionality and operation but just th

Re: [us...@httpd] whatever.cgi.html

2009-07-21 Thread Dave Howorth
André Warnier wrote: > .. a Very Bad Idea > .. compounded No disagreement from me :) > You could try this : > >> >> Options -ExecCGI >> > > but add > > > SetHandler cgi-script > > > (That's assuming that all the legitimate cgi scripts do end in ".cgi", > and it may also have security

[us...@httpd] Apache half-open socket behaviour

2009-07-21 Thread daniel . goulder
Hi apache-users Platform: Solaris 10, Apache 2.2.11 compiled with Sun Studio 12, mod_jk 1.2.28 I have been having issues while using Apache with mod_jk (although I am not certain that mod_jk has anything to do with this) I have noticed that I am getting a significant number of connections in

Re: [us...@httpd] whatever.cgi.html

2009-07-21 Thread André Warnier
Dave Howorth wrote: I have a problem with a legacy server - Apache 1.3. The content of the site has CGI scripts scattered around so it has a directive (showing just relevant bits): Options ExecCGI .. a Very Bad Idea and it has: AddHandler cgi-script .cgi Unfortunately, it also has s

[us...@httpd] whatever.cgi.html

2009-07-21 Thread Dave Howorth
I have a problem with a legacy server - Apache 1.3. The content of the site has CGI scripts scattered around so it has a directive (showing just relevant bits): Options ExecCGI and it has: AddHandler cgi-script .cgi Unfortunately, it also has some static content files with names like: /t

Re: [us...@httpd] Connection reset by peer messages.

2009-07-21 Thread André Warnier
Brent Clark wrote: Hiya I keep seeing this message. Connection reset by peer: ap_content_length_filter: apr_bucket_read() failed, I tried googling, but nothing concrete is returning. If anyone could help me understand this, and / or help me in what I need to do to fix this, it would be app

[us...@httpd] Connection reset by peer messages.

2009-07-21 Thread Brent Clark
Hiya I keep seeing this message. Connection reset by peer: ap_content_length_filter: apr_bucket_read() failed, I tried googling, but nothing concrete is returning. If anyone could help me understand this, and / or help me in what I need to do to fix this, it would be appreciated. Kind Reg