[EMAIL PROTECTED] BerkeleyDB RewriteMap on NFS - problems?

2006-12-18 Thread Julian Dunn
Hi all, Recently we implemented the use of a BerkeleyDB-based RewriteMap under Apache 1.3.x for our production environment of 6 webservers. The .db and .pag files resided on an NFS share served by a commercial NAS device and were only read by the webservers, not written; updates to the BDB were do

Re: [EMAIL PROTECTED] Apache 1.3 on Windows stats

2006-12-18 Thread William A. Rowe, Jr.
William A. Rowe, Jr. wrote: > Christian Toledo wrote: >> Would anyone know where I can get some numbers on market coverage for >> Apache? > > You can buy this specific level of detail from either securityspace or from > netcraft, but the general adoption rate of 2.0/2.2 v.s. 1.3 should be enough >

Re: [EMAIL PROTECTED] Apache 1.3 on Windows stats

2006-12-18 Thread William A. Rowe, Jr.
Christian Toledo wrote: > Would anyone know where I can get some numbers on market coverage for > Apache? We run an Apache 1.3 on Win32 environment (a nightmare to > support) and would like to know how popular is the Apache 2.x on Win32 > platform. Besides the warm & fuzzy feeling of recommending t

Re: [EMAIL PROTECTED] Permissions with Apache 2.2

2006-12-18 Thread Joshua Slive
On 12/18/06, Larry <[EMAIL PROTECTED]> wrote: Yes, I did, but the concept of separate included config files appears to be new in 2.2. In 1.3 and 2.0, virtual hosts were declared in one config file, while in 2.2 it appears to be in several. Knowing that position in the file is important with so

Re: [EMAIL PROTECTED] Block Tomcat's directory listing vulnerability with Directory and regex

2006-12-18 Thread Leo Gil
This is better Redirect / http://foo.com On 12/18/06, Leo Gil <[EMAIL PROTECTED]> wrote: This did the work with Apache. I was trying to get rid of the semicolon but this seems better. AllowOverride None Order deny,allow Deny from all Allow from none Now I have to decide b

Re: [EMAIL PROTECTED] Block Tomcat's directory listing vulnerability with Directory and regex

2006-12-18 Thread Leo Gil
This did the work with Apache. I was trying to get rid of the semicolon but this seems better. AllowOverride None Order deny,allow Deny from all Allow from none Now I have to decide between a tomcat 404 or an apache access denied Thanks again Leo On 12/18/06, Leo Gil <[EMAIL PROTECT

Re: [EMAIL PROTECTED] Block Tomcat's directory listing vulnerability with Directory and regex

2006-12-18 Thread Leo Gil
After hunting this problem down I found an easy fix on tomcat. So easy that upsets me... Just setting listings to false did the trick on web.xml System Incident Report listings false I'm going to try LocationMatch it's better than displaying a tomcat 404 Thanks for your help Leo On 12/1

Re: [EMAIL PROTECTED] Block Tomcat's directory listing vulnerability with Directory and regex

2006-12-18 Thread Nick Kew
On Mon, 18 Dec 2006 18:26:06 -0500 "Leo Gil" <[EMAIL PROTECTED]> wrote: > Hi all, > > I have been trying to block the Tomcat directory listing vulnerability > using Apache's Directory with no success. No chance. applies to local files, not anything served by tomcat. You want . -- Nick Kew

[EMAIL PROTECTED] Block Tomcat's directory listing vulnerability with Directory and regex

2006-12-18 Thread Leo Gil
Hi all, I have been trying to block the Tomcat directory listing vulnerability using Apache's Directory with no success. Has anyone been able to fix that? We can't upgrade Tomcat as recommended by the CVE, and that flaw is also present on versions above 5.5.17 Here is the vulnerability: http://

[EMAIL PROTECTED] Apache 1.3 on Windows stats

2006-12-18 Thread Christian Toledo
Would anyone know where I can get some numbers on market coverage for Apache? We run an Apache 1.3 on Win32 environment (a nightmare to support) and would like to know how popular is the Apache 2.x on Win32 platform. Besides the warm & fuzzy feeling of recommending the superior Apache version, I wo

Re: [EMAIL PROTECTED] Permissions with Apache 2.2

2006-12-18 Thread Larry
On Mon, 18 Dec 2006 14:11:39 -0500, you wrote (with possible editing): >On 12/18/06, Larry <[EMAIL PROTECTED]> wrote: >> On Mon, 18 Dec 2006 10:12:01 -0500, you wrote (with possible editing): >> >> ...snip >> >> >> There is no favicon in GNWCA. Everything points to the options >> >> directive, bu

Re: [EMAIL PROTECTED] Permissions with Apache 2.2

2006-12-18 Thread Joshua Slive
On 12/18/06, Larry <[EMAIL PROTECTED]> wrote: On Mon, 18 Dec 2006 10:12:01 -0500, you wrote (with possible editing): ...snip >> There is no favicon in GNWCA. Everything points to the options >> directive, but that is copied from the tutorial. > >As you say, things are quite clear here. If you

Re: [EMAIL PROTECTED] Permissions with Apache 2.2

2006-12-18 Thread Larry
On Mon, 18 Dec 2006 10:12:01 -0500, you wrote (with possible editing): ...snip >> There is no favicon in GNWCA. Everything points to the options >> directive, but that is copied from the tutorial. > >As you say, things are quite clear here. If you make a request for a >directory, apache first c

[EMAIL PROTECTED] Problem with HEAD requests via mod_cache and mod_proxy

2006-12-18 Thread Sridhar Basam
Hey, I am using apache 2.2.3 with mod_proxy and mod_cache in reverse proxy mode. I am seeing a problem with the response to HEAD requests in this setup. If you send a HEAD request for content that is cached but expired, mod_cache correctly sends a conditional request to the origin but

[EMAIL PROTECTED] Apache 2.2 doesn't load my Vhosts

2006-12-18 Thread Gregor Schneider
Dear list, I've just migrated an I386-Linux-Debian Sarge to Edge. Since Edge includes Apache 2.2, this means I also had to move from Apache 2.0.x to Apache 2.2 Although I know that Joshua is going to scold me ;), I've set up 3 SSL-VHosts on one Debian-Server, all having the same IP. This is a de

[EMAIL PROTECTED] Problems with Norweigan Characters

2006-12-18 Thread Marc Perkel
What would cause this? http://www.kirkevik.com/willadsen.htm Is it a server issue or something the user is doing? Thanks in advance. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd

RE: [EMAIL PROTECTED] Growing Error.log

2006-12-18 Thread Richard de Vries
I am running the logrotate program that comes with Apache to manager my logfiles on Windows. It will only roll them over, but at least this will stop the logfile from being in use, allowing you to run a daily batch file to either compress, delete and/or move the old logs. Additionally, you can dow

[EMAIL PROTECTED] Patrick Presto is out of the office.

2006-12-18 Thread Patrick Presto
I will be out of the office starting 12/18/2006 and will not return until 12/19/2006. I am out of the office today but will be returning tomorrow. If there is an emergency please page the ESP oncall Net Tool Pin #19005

Re: [EMAIL PROTECTED] Growing Error.log

2006-12-18 Thread Marcos R. Cardoso
I have a scheduled task (a .bat file) on Win2003 where every week I stop the Apache service, rename the error.log to error_old.log (or any other name) and restart the Apache service. It works very well for me. Schlup, Herbert escreveu: Mhhh…. I had a 2 GB File which filled my c-drive…. So a

Re: [EMAIL PROTECTED] Permissions with Apache 2.2

2006-12-18 Thread Joshua Slive
On 12/18/06, Larry <[EMAIL PROTECTED]> wrote: On Sun, 17 Dec 2006 22:10:52 -0500, you wrote (with possible editing): >On 12/17/06, Larry <[EMAIL PROTECTED]> wrote: > >> I know it is looking in the correct directory, because the favicon is >> displayed along with the 403 message. Anyone see what

Re: [EMAIL PROTECTED] Permissions with Apache 2.2

2006-12-18 Thread Larry
On Sun, 17 Dec 2006 22:10:52 -0500, you wrote (with possible editing): >On 12/17/06, Larry <[EMAIL PROTECTED]> wrote: > >> I know it is looking in the correct directory, because the favicon is >> displayed along with the 403 message. Anyone see what I am doing >> wrong? > >Not telling us what's in

Re: [EMAIL PROTECTED] java with httpd

2006-12-18 Thread Davide Bianchi
isha b wrote: Anybody have idea that whether java will work with httpd? You need a JSP Application server, like TomCat. D. -- If you want to see a comic strip, you should see me in the shower. -- Julius Henry "Groucho" Marx (http://en.wikiquote.org/wiki/Groucho_Marx) -

[EMAIL PROTECTED] java with httpd

2006-12-18 Thread isha b
Hi Anybody have idea that whether java will work with httpd? I have uploaded jsp pages under /var/www/html/. but its not working satisfactorily. I am using mysql as datavase. Anybody have an idea ? Regards, ISha

Re: [EMAIL PROTECTED] Setting Http Request Header depending on origin´s IP

2006-12-18 Thread Alberto Alvarez
On 12/18/06, Ding Deng <[EMAIL PROTECTED]> wrote: "Alberto Alvarez" <[EMAIL PROTECTED]> writes: > Hi all, > please I need some help configuring my httpd.conf rewriterule > section. I´m actually receiving requests from a specific IP address, I > would like to add an HTTP Header to the reque

Re: [EMAIL PROTECTED] Setting Http Request Header depending on origin´s IP

2006-12-18 Thread Ding Deng
"Alberto Alvarez" <[EMAIL PROTECTED]> writes: > Hi all, > please I need some help configuring my httpd.conf rewriterule > section. I´m actually receiving requests from a specific IP address, I > would like to add an HTTP Header to the request when receiving > requests from this IP. > > Can I

[EMAIL PROTECTED] Setting Http Request Header depending on origin´s IP

2006-12-18 Thread Alberto Alvarez
Hi all, please I need some help configuring my httpd.conf rewriterule section. I´m actually receiving requests from a specific IP address, I would like to add an HTTP Header to the request when receiving requests from this IP. Can I do that? And if yes, how can I do it? I´ve been looking a

Re: [EMAIL PROTECTED] Growing Error.log

2006-12-18 Thread cax
it's not difficult to write one.. write a batch command script is soundly enough, you can do what you want as in linux. also, you can comment out the error_log related directive in httpd.conf. alex On 12/18/06, POLONKAI Gergely <[EMAIL PROTECTED]> wrote: Under linux I use logrotate, which co

Re: [EMAIL PROTECTED] Growing Error.log

2006-12-18 Thread Steve Swift
Well, there is something you can do about it... I downloaded a virus (OK, the EICAR pseudo "virus") and added alias statements to it so that the hackers would end up downloading an apparent "virus" and if *their* antivirus was doing its job they'd get virus alerts. It probably achieves nothing,

[EMAIL PROTECTED] httpd 2.2.3 as an SSL proxy with a client certificate fails on connect

2006-12-18 Thread Shai Yallin
Hi all, I'm running httpd 2.2.3 on win32 with openssl 0.9.8d as a reverse proxy server. One of the things this sever needs to do is to act as a reverse proxy for applications that do not speak SSL, to SSL-only servers. I have configured the following: SSLMutex default SSLRandomSeed startup buil

RE: [EMAIL PROTECTED] Growing Error.log

2006-12-18 Thread Boyle Owen
> -Original Message- > From: Schlup, Herbert [mailto:[EMAIL PROTECTED] > Sent: Monday, December 18, 2006 8:44 AM > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Growing Error.log > > Mhhh I had a 2 GB File which filled my c-drive So any > other idea? Possible to hav