Re: [us...@httpd] File does not exist error in my error log

2009-08-25 Thread André Warnier
Kamaraj, Jayakumar wrote: Hi, Basically this many errors comes for just favicon.ico . Well if that is the case, just create that file and your errors will disappear. But this does not match your logfile message below. That one says the file is 2.jpg. ... Error line in error_log : [Mon A

[us...@httpd] mod_disk_cache works for vhost (a), but not (b)

2009-08-25 Thread Henry
Hi, I'm pulling my hair out with this one, so hopefully someone could provide some pointers or suggestions on how to diagnose. Using httpd: 2.2.8 Problem: mod_disk_cache is working flawlessly for vhost (a), but not at all for vhost (b). The config for vhost (b) is exactly the same as (

Re: [us...@httpd] mod_disk_cache works for vhost (a), but not (b)

2009-08-25 Thread Krist van Besien
On Tue, Aug 25, 2009 at 4:09 PM, Henry wrote: > Hi, > > I'm pulling my hair out with this one, so hopefully someone could provide > some pointers or suggestions on how to diagnose. > > Using httpd: 2.2.8 > > Problem:  mod_disk_cache is working flawlessly for vhost (a), but not at all > for vhost (b

Re: [us...@httpd] mod_disk_cache works for vhost (a), but not (b)

2009-08-25 Thread Henry
Quoting "Krist van Besien" : Do both hosts serve the same content? If both are identical, why not just define vhost b as a serveralias in vhost a? Thanks for the quick feedback - abctest.com is a test environment for live abc.com, so they're actually separate sites. pgpkyljeGKajz.pgp Des

[us...@httpd] mod_proxy : ProxyPassReverse and regex ?

2009-08-25 Thread Guillaume Fraysse
Hello to the list, I'm trying to put up some vodoo Reverse Proxy Configuration on 2.2.11 (64bits, linux) apache build. What I'm trying to achieve is that all URL such as https://my.domain.com/alice/bob/xxx are redirected to intranet URLs such as http://alice.intranet/alice/bob/xxx I'm using regex

Re: [us...@httpd] mod_disk_cache works for vhost (a), but not (b)

2009-08-25 Thread Krist van Besien
On Tue, Aug 25, 2009 at 4:56 PM, Henry wrote: > Quoting "Krist van Besien" : >> >> Do both hosts serve the same content? If both are identical, why not >> just define vhost b as a serveralias in vhost a? > > Thanks for the quick feedback - > > abctest.com is a test environment for live abc.com, so

[us...@httpd] Re: Proposal to Optionally Block DNS

2009-08-25 Thread Mike -- EMAIL IGNORED
On Mon, 24 Aug 2009 17:27:06 -0700, J. Greenlees wrote: > I propose this upgrade to Apache: > Mike -- EMAIL IGNORED wrote: [...] > and using: > # > # HostnameLookups: Log the names of clients or just their IP addresses # > e.g., www.apache.org (on) or 204.62.129.132 (off). # The default is off >

[us...@httpd] Please suggest a module which can check for X-Forwarded ip address , functionality similar to mod_qos or mod_bw

2009-08-25 Thread Soumendu Bhattacharya
Hi , Does anyone know of a module similar to mod_qos or mod_bw which can limit bandwidth/no. of connections based on X-Forwarded for IP address. We have an external site which is behind Akamai load balancer, so our webserves only see Akamai IP address. As far as the

[us...@httpd] authtype and rewriterule process order question

2009-08-25 Thread Jeff Sherk Forerunner Ministries
I have authtype basic setup on a folder (https://mydomain.com/myfolder) and would like to redirect the addresses below to it first and then have it ask for username and password: http://mydomain.com/myfolder http://www.mydomain.com/myfolder https://www.mydomain.com/myfolder (the above 3 should a

Re: [us...@httpd] Please suggest a module which can check for X-Forwarded ip address , functionality similar to mod_qos or mod_bw

2009-08-25 Thread Tom Evans
On Tue, 2009-08-25 at 22:05 +0530, Soumendu Bhattacharya wrote: > Hi , > > Does anyone know of a module similar > to mod_qos or mod_bw which can limit bandwidth/no. of connections > based on X-Forwarded for IP address. We have an external site which is > behind Akam

[us...@httpd] SSL client authentication with multiple CA

2009-08-25 Thread Lampa
Hello, on http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslcacertificatefile is Context: server config, virtual host, but in examples are used in Directory Context, so i assumed that is documentation typo. Using web server with HTTPS (crt signed by thawte), but my problem is that i tried to u

Re: [us...@httpd] authtype and rewriterule process order question

2009-08-25 Thread Nick Kew
Jeff Sherk Forerunner Ministries wrote: I have authtype basic setup on a folder (https://mydomain.com/myfolder) and would like to redirect the addresses below to it first and then have it ask for username and password: http://mydomain.com/myfolder http://www.mydomain.com/myfolder https://www.my

[us...@httpd] TLSv1 and apache 2.2.3?

2009-08-25 Thread pe uni
We are using apache version 2.2.3. 1. How do I check if it suuports TLS v1? 2. We have created certificates using OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008. Are these certificates SSL3.x? or TLS v1? Thanks, Pe - The officia

Re: [us...@httpd] TLSv1 and apache 2.2.3?

2009-08-25 Thread Eric Covener
On Tue, Aug 25, 2009 at 2:52 PM, pe uni wrote: > We are using apache version 2.2.3. > 1. How do I check if it suuports TLS v1? Anything should support tls1.0. Try connecting with a tls1-only client: openssl s_client -connect host:port -tls1 > 2. We have created certificates using OpenSSL 0.9.8e-

Re: [us...@httpd] authtype and rewriterule process order question

2009-08-25 Thread Jeff Sherk Forerunner Ministries
Thanks for the reply Nick... I am pretty new to Apache (and all this related stuff). Can you give a little more explanation on what 'define it there" means when you said "Since you want password protection in your secure vhost, define it there."? Even some links on something to read would be g

[us...@httpd] Debugging SSL termination on Apache 2.2

2009-08-25 Thread /U
Env: HTTPD 2.2.x RHEL5 I am terminating SSL on httpd server using self-signed certificates with the following configuration. The problem is that I get no response when I type https://myserver.xxx.com/app. I have tured on debugs to level 9 and yet neither ssl_access.log nor ssl_request.log h

[us...@httpd] How to distinguish the first web page?

2009-08-25 Thread Brian Kim
Hi. Currently I am using mod_proxy_http module for http apache. I would like to know how to get the very first page(text/html type) among a series of returned pages. For example, the following is a html of a site, www.foo.com. It has two iframe in itself. We get a html of www.

[us...@httpd] Help with http proxy and not escaping characters

2009-08-25 Thread Todd Nine
Hi all, I'm using Apache 2.2.3 on CentOS 5.3 to proxy a connection to a splunk installation. I use Apache for http redirection and handling the SSL communication. Here is my /etc/rc.d/splunk.conf file. ProxyRequests Off ProxyPreserveHost On Order deny,allow Allow from all RewriteMap unesc

[us...@httpd] How to add a user-defined thread to apache module?

2009-08-25 Thread Brian Kim
Hi. all. I am currently working on mod_proxy & mod_proxy_http. I would like to add my own thread to the apache. As I did in other general program, I tried to use POSIX threads programming(e.g.pthread_create), but it does not seem to work. The reason why I need that thread is to clean unusefuly

Re: [us...@httpd] mod_disk_cache works for vhost (a), but not (b)

2009-08-25 Thread Henry
Quoting "Krist van Besien" : No access control on your test site? Yes, the test site has a .htaccess file limiting access. This works as expected. I can browse to the test site just fine - it's just not being cached. h pgpfO8jWEAQ8z.pgp Description: PGP Digital Signature