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
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
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
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
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
> 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
> >
> > 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
> 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):
> >
> >
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
> 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
> > > > 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
> > 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
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;
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
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
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
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
17 matches
Mail list logo