Re: [EMAIL PROTECTED] turn off error_log formatting under standard cgi handler?

2006-08-11 Thread Mark Hedges
Apparently there's not a damn thing I can do about it: http://httpd.apache.org/docs/2.0/logs.html "The first item in the log entry is the date and time of the message. The second entry lists the severity of the error being reported. The LogLevel directive is used to control the types of errors t

[EMAIL PROTECTED] turn off error_log formatting under standard cgi handler?

2006-08-11 Thread Mark Hedges
Server: Apache/2.0.55 (Debian) mod_apreq2-20051231/2.5.7 mod_perl/2.0.2 Perl/v5.8.8 Using the regular cgi handler (no mod_perl fancy stuff), my warning messages have this format: [Fri Aug 11 13:25:03 2006] [error] [client 127.0.0.1] ---, referer: http://localhost/the_http_referer_page.html T

Re: [EMAIL PROTECTED] Browser seems to do a loop when the redirect runs

2006-08-11 Thread Joshua Slive
On 8/11/06, José Euclides Silva Junior <[EMAIL PROTECTED]> wrote: Hi guys, i am back with those questions about redirect directive... As Steve taught me to do, my http.conf is the following: ServerName www-pddataprev DocumentRoot /u01/app/oracle/product/oracle10g/Apache/Apache/htdocs/deqs_web

[EMAIL PROTECTED] Browser seems to do a loop when the redirect runs

2006-08-11 Thread José Euclides Silva Junior
Hi guys, i am back with those questions about redirect directive... As Steve taught me to do, my http.conf is the following: ServerName www-pddataprev   DocumentRoot /u01/app/oracle/product/oracle10g/Apache/Apache/htdocs/deqs_web/   # DocumentRoot /u01/app/oracle/product/oracle10g/j2ee      Rewrite

Re: [EMAIL PROTECTED] Getting in Contact with Mailling Admin?

2006-08-11 Thread Cairen Lajia
 I thought I started a new thread, apparently, I didn't. Sorry for the incident. Thanks for your info. It seems the search at marc is not working. The other one works fine. Thanks. Cairen "Joshua Slive" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 08/11/2006 01:43 PM Please respond to

[EMAIL PROTECTED] Apache module and Oracle connectivity - PRO*C failing - Help Help

2006-08-11 Thread jayaram . g
Hi, I am trying to load my test module from Apache. The test module is a DLL which is loaded by Apache using LoadLibraryExw call. When I add PRO*C/C++ code and link with orasql9.lib then the LoadLibrary call is failing. The PRO*C code is below. Please Help me.   #ifdef WIN32 __declspec( dl

Re: [EMAIL PROTECTED] Getting in Contact with Mailling Admin?

2006-08-11 Thread Joshua Slive
On 8/11/06, Cairen Lajia <[EMAIL PROTECTED]> wrote: Hi Joshua, Is there any search function for those archives (http://mail-archives.apache.org/mod_mbox/httpd-users/)? thanks. You're kind of hijacking an unrelated thread here. Anyway, no, the apache mail archives don't have a search facil

Re: [EMAIL PROTECTED] Getting in Contact with Mailling Admin?

2006-08-11 Thread Cairen Lajia
Hi Joshua, Is there any search function for those archives (http://mail-archives.apache.org/mod_mbox/httpd-users/)?  thanks. Cairen "Joshua Slive" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 08/11/2006 12:08 PM Please respond to users@httpd.apache.org To users@httpd.apache.org c

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

2006-08-11 Thread Michelle Konzack
Hello Jacqui, sorry for the löate answer, but I was not in France... Am 2006-08-02 18:46:34, schrieb Jacqui Caren: > Block all email that includes 'out of the office' :-) > > Of course, any vacation software should NEVER respond to > mailing lists - and you can tell real lists from the headers.

Re: [EMAIL PROTECTED] Getting in Contact with Mailling Admin?

2006-08-11 Thread Joshua Slive
On 8/11/06, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: Joshua Slive wrote: > > You can contact users-owner at httpd.apache.org, but that will go to > me, so you can contact me off-list if you'd like. Raises a good question; what about a new footer to keep down the noise? The official User-

[EMAIL PROTECTED] Re: Just relax everyone

2006-08-11 Thread Michelle Konzack
Hi Jacqui and *, Am 2006-06-26 09:12:49, schrieb Jacqui Caren: > There is a *small* possibility that he and the german sounding person > with the same complaint were having a problem with non latin-1 chars > in their email address. I have found some mailinglist managesrs, which reject E-Mails IF

[EMAIL PROTECTED] Re: xxxxxxxxxxxxxxxxxxxxxx

2006-08-11 Thread Michelle Konzack
Hi all, Am 2006-06-24 19:49:55, schrieb Walter Nicholls: > If by 'the directions on the webpage' you mean > http://httpd.apache.org/userslist.html then that isn't going to be much > help, since it suggests emailing the unsubscribe address, which as Chris > Price points out isn't working. I do

Re: [EMAIL PROTECTED] Getting in Contact with Mailling Admin?

2006-08-11 Thread William A. Rowe, Jr.
Joshua Slive wrote: > > You can contact users-owner at httpd.apache.org, but that will go to > me, so you can contact me off-list if you'd like. Raises a good question; what about a new footer to keep down the noise? The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [EMAIL PROTECTED] Getting in Contact with Mailling Admin?

2006-08-11 Thread Joshua Slive
On 8/11/06, Errol Neal <[EMAIL PROTECTED]> wrote: How do I do this? Or the manager of the archives... You can contact users-owner at httpd.apache.org, but that will go to me, so you can contact me off-list if you'd like. If you're planning to ask for a message to be deleted from the archives,

[EMAIL PROTECTED] Getting in Contact with Mailling Admin?

2006-08-11 Thread Errol Neal
How do I do this? Or the manager of the archives... Thanks! Errol Neal __ Errol Uriel Neal Jr. Sr. Network Administrator DFI International, Inc. 1717 Pennsylvania Ave NW, Suite 1300 Washington, DC 20006 Tel (202)452-6955 Fax (202)452-6910 [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] Lucene/Tomcat Memory Issue

2006-08-11 Thread Joshua Slive
On 8/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hello, Does anyone have any suggestions on how to solve the following issue: Hmmm... Your problem involves Lucene and Tomcat, but you are posting in an HTTP Server forum. Perhaps you'd have better luck at http://tomcat.apache.org/lists

[EMAIL PROTECTED] Lucene/Tomcat Memory Issue

2006-08-11 Thread adrena . keating
Hello, Does anyone have any suggestions on how to solve the following issue: Following a Tomcat restart, our web based application has Lucene creating a single new index in a RAMDirectory, followed by continuous creation of additional index entries as new content is published. During the initi

Re: [EMAIL PROTECTED] mod_auth_mysql

2006-08-11 Thread paredes
Hi Michael! How interesting [and bizarre]. Since your last post I've been researching this to find why it's working on my site but not on yours and have gotten nowhere. My testing realms are static pages and use the container. Everything else on my site is dynamically generated and I use the

Re: [EMAIL PROTECTED] Beginner's question : enablesendfile on Windows only for some disk drives

2006-08-11 Thread Jose Adriano Baltieri
Steve Swift wrote: This should work for you: Thanks Mr Swift. I think you meant : EnableSendfile on Thanks again ! It's done. -- Steve Swift http://www.swiftys.org.uk -- Obrigado, -- Jose Adri

Re: [EMAIL PROTECTED] Beginner's question : enablesendfile on Windows only for some disk drives

2006-08-11 Thread Steve Swift
This should work for you:EnableSendfile on-- Steve Swifthttp://www.swiftys.org.uk

Re: [EMAIL PROTECTED] DBD Authentication using MySQL

2006-08-11 Thread Nick Kew
On Friday 11 August 2006 09:56, Rob Sterenborg wrote: > On Thu, August 10, 2006 17:48, Nick Kew wrote: > >> The AuthDBDUserPWQuery directive contains "User". Should it also work > >> for "Require group"? > > > > Nope. If you want to check groups from your database, you'll need > > mod_authz_dbd an

[EMAIL PROTECTED] Apache 2.2.3 for Windows compile

2006-08-11 Thread hunter
I have finally managed to get a clean compile after fixing mod_usertrack.mak, htpassword.mak and makefile.win. I will provide details or the fixed files if anyone is interested. Chris Lewis - The official User-To-User support f

[EMAIL PROTECTED] Beginner's question : enablesendfile on Windows only for some disk drives

2006-08-11 Thread Jose Adriano Baltieri
I'm running 2.0.58 on Windows XP PRO and I'd like to turn on enablesendfile only for some local drives. So, I need something like : | EnableSendfile on How do I do that ? I guess I need some sort of RegEx. Thanks in advance for your support ! | -- Obrigado,

Re: [EMAIL PROTECTED] DBD Authentication using MySQL

2006-08-11 Thread Rob Sterenborg
On Thu, August 10, 2006 17:48, Nick Kew wrote: >> The AuthDBDUserPWQuery directive contains "User". Should it also work for >> "Require group"? > > Nope. If you want to check groups from your database, you'll need > mod_authz_dbd and "Require dbd-group admins" Ah. And I need the files modules/aaa

RE: [EMAIL PROTECTED] mod_auth_mysql

2006-08-11 Thread Michael Luff
Hi William, I've now managed to get this to work by using instead of , my listing now reads: Order Allow,Deny Satisfy Any Allow from 10.0.0 AuthName "authentication required" AuthType Basic AuthMySQLHost localhost AuthMyS

RE: [EMAIL PROTECTED] Httpd.conf configuration problem

2006-08-11 Thread Boyle Owen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, August 11, 2006 6:03 AM > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Httpd.conf configuration problem > > > > Hi, > > I tried in all ways, but facing the same error > > > >