[users@httpd] php.net is directing windows users to Apache Lounge

2011-12-13 Thread Paul Simon
Hi All, PHP.net [http://windows.php.net/download/] is directing folks to download apache for windows from Apache Lounge [http://apachelounge.com/]. It says the apache from apache.org is compiled with the legacy Visual Studio 6 compiler instead of the Visual Studio 2008 compiler needed for the curr

[us...@httpd] Could not get next bucket brigade [500, #0]

2010-11-17 Thread Paul Simon
Hi All. Could anybody explain what this error might mean, "Could not get next bucket brigade [500, #0]?" I'm getting the error with certain files when trying to PUT them file to webdav enabled server. Thanks, Paul - The official

[us...@httpd] WebDav PUT fails with 500 response

2010-11-04 Thread Paul Simon
Hi All, I'm hoping somebody might guide me in the right direction. A php script is using the CURL extension to put files to a webdav server. It has been working successfully, putting a couple hundred files in the last few months. However, recently there's a file that fails to be PUT and is causing

[us...@httpd] SSL client authentication failed: unable to verify the first certificate

2009-07-20 Thread Paul Simon
Hi All, I'd greatly appreciate any comments or insights about what might be happening here. I set up apache to accept SSL requests using a self signed certifcate. That appears to be working fine. However, I'm trying to have Apache accept and read a self-signed SSL client certificate according

Re: [EMAIL PROTECTED] help with mod_authn_dbd and oracle

2008-12-03 Thread Paul Simon
Just for the record... With guidance from the list, I got mod_dbd and mod_authn_dbd working. I installed Oracle Client 11g (win32_11gR1_client.zip) and Apache 2.2.10. I had to take a few guesses at what DBDParams was supposed to be. I ended up with "user=test pass=test server=db9i". I then follo

Re: [EMAIL PROTECTED] help with mod_authn_dbd and oracle

2008-11-19 Thread Paul Simon
> Possibly foolish question, but did you read the README? There are > additional steps to obtain/install the actual InstantClient 11.1 drivers > and ensure that driver DLL can be found in the PATH. > > Bill I have a possibly more foolish question - what README are you refering to? There is a wo

Re: [EMAIL PROTECTED] help with mod_authn_dbd and oracle

2008-11-18 Thread Paul Simon
> > > > To answer your question directly, if your apr-util is built > > to load drivers dynamically, then yes, it should be > > apr_dbd_oracle.so (or .dll). But I don't know what the > > situation is on windows. Have you tried building it > > yourself (either the driver, or the whole of apr-uti

Re: [EMAIL PROTECTED] help with mod_authn_dbd and oracle

2008-11-18 Thread Paul Simon
> Paul Simon wrote: > > Hi, I have Apache 2.2.6 running on windows. Is it possible to get > mod_authn_dbd working with oracle right out of the box? I've added the > following > configuration (along with the appropriate auth modules): > > > >

[EMAIL PROTECTED] help with mod_authn_dbd and oracle

2008-11-18 Thread Paul Simon
Hi, I have Apache 2.2.6 running on windows. Is it possible to get mod_authn_dbd working with oracle right out of the box? I've added the following configuration (along with the appropriate auth modules): LoadModule authn_dbd_module modules/mod_authn_dbd.so LoadModule dbd_module modules/mod_dbd.s

Re: [EMAIL PROTECTED] Caching.

2007-06-15 Thread Paul Simon
> Hello, > > mod_cache for apache 2.0 is marked "experimental". How reliable is it? > Would it be a bad idea to use it in production? > We have a problem that I think I might be able to solve with > mod_cache. If this a bad idea I might need another solution. > > Krist I had enabled mod_cache(di

Re: [EMAIL PROTECTED] Header set Content-type

2007-06-11 Thread Paul Simon
> > > > Is it impossible to set the Content-Type? Any suggestions? > > > > > > It is impossible to set Content-Type using mod_headers. All the > > > standard HTTP protocol headers are controlled by the apache core and > > > can't be overriden with mod_headers. > > > > > > But you can set Content-Ty

Re: [EMAIL PROTECTED] Header set Content-type

2007-06-11 Thread Paul Simon
> > Is it impossible to set the Content-Type? Any suggestions? > > It is impossible to set Content-Type using mod_headers. All the > standard HTTP protocol headers are controlled by the apache core and > can't be overriden with mod_headers. > > But you can set Content-Type using any of the standa

[EMAIL PROTECTED] Header set Content-type

2007-06-08 Thread Paul Simon
Hi. I'm trying to set Content-type and content-disposition using mod_headers but it's only partly working: RewriteRule sesp-apprv.csv$ - [E=SESP_CONT_DISP:Yes] Header always set Content-Type "application/ms-excel" env=SESP_CONT_DISP Header always set content-disposition "attachment;

[EMAIL PROTECTED] Disk-based Caching tmp files

2007-05-07 Thread Paul Simon
Could someone explain why the CacheRoot on a front end proxy server (httpd-2.2.4, windows 2003) is filling up with so many files like aptmpZzwkBP at the root level? My understanding of the docs is that this shouldn't happen: "The overall aim of this technique [CacheDirLevels & CacheDirLength] is

Re: [EMAIL PROTECTED] Apache on Windows

2007-03-07 Thread Paul Simon
I've been running apache on windows (2003, 2000, XP) for the last 4 years. One server is for proxying (mod_proxy and OpenSSL) and the other is for running php apps. The servers get about 5000 visitors daily. There haven't been any serious issues. My experience is that it's more challenging runn

Re: [EMAIL PROTECTED] Apache 2.2.4 has recently begun to crash when reading a PhP file

2007-02-21 Thread Paul Simon
What version of PHP are you using? Are you running PHP as CGI or are you loading the php*apache.dll? What is the php page supposed to do? Are you using any php extensions? Have you checked bugs.php.net? I've had experiences with php*apache*.dll and the extension php_oci8.dll crashing apache 2.0

[EMAIL PROTECTED] Apache 2.2.3 Win32 Memory Issue

2006-12-29 Thread Paul Simon
Hi, Is anybody running Apache 2.2.3 on Win32 and using mod_rewrite proxy feature? When I add the line RewriteRule ^/(.*)$ http://someappserver:8111/$1 [P,L], then hit the server using ab, the server proxies correctly until the memory usage builds up causing the server to crash. Killing the apac