On 2/3/06, Khai Doan <[EMAIL PROTECTED]> wrote:
> My company has a wild card SSL server certificate *.domain.com . However we
> need to use double wild card certificate *.*.domain.com.
>
> Can I use *.domain.com (which is a server certificate, signed by a trusted
> root CA) to sign the *.*.domain.
Kew
> describes how to compile it for Apache 2.0 on his site.
>
> -ascs
>
> -Original Message-
> From: Olaf van der Spek [mailto:[EMAIL PROTECTED]
> Sent: Friday, January 20, 2006 3:09 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] AddOutputFilterByTy
Hi,
The documentation contains the sample AddOutputFilterByType DEFLATE
text/html text/plain
But is it also possible to use text/*?
On 12/1/05, Sage Weaver <[EMAIL PROTECTED]> wrote:
> Apache is a member of the staff group, yes, and that seems to have no
> effect. Moreover, the directory in which the file is being created is owned
> by the www-data user.
>
> Specifically, I have a "files" directory that is owned by www-data an
On 11/30/05, Rob Benton <[EMAIL PROTECTED]> wrote:
> I've got a site on my intranet running with mod_ssl. This site used to
> run over plain http://. I'd like to redirect everyone trying to access
> the old address to the new address via https://.
>
> I tried just:
> Redirect permanent http://sit
On 11/29/05, Sage Weaver <[EMAIL PROTECTED]> wrote:
> I have a Debian 3.1 server on which I am currently running Apache 2.0.54
> (packaged by Debian) and PHP 5.0.3 (compiled from source).
>
> I have used a couple of web applications (CMS software packages) that allow
> me to upload files to a speci
On 11/23/05, Joshua Slive <[EMAIL PROTECTED]> wrote:
> On 11/23/05, Olaf van der Spek <[EMAIL PROTECTED]> wrote:
> > On 11/23/05, Joshua Slive <[EMAIL PROTECTED]> wrote:
> > > > Why is server startup blocked by that?
> > > > Can't server
On 11/23/05, Joshua Slive <[EMAIL PROTECTED]> wrote:
> > Why is server startup blocked by that?
> > Can't server startup continue and all auth requests fail until there
> > are random bytes?
>
> I'd guess it would be much harder to impliment (would require
> dispatching a thread/process to wait on
On 11/22/05, Joshua Slive <[EMAIL PROTECTED]> wrote:
> mod_auth_digest is asking your system for some random bytes to use for
> digest auth. Your system is not providing them.
Why is server startup blocked by that?
Can't server startup continue and all auth requests fail until there
are random by
On 11/17/05, Achim Stumpf <[EMAIL PROTECTED]> wrote:
>
> Hi NG,
>
> I have my own apache server 2.0.54 running with php 4.3.10.
>
> I got a little logical problem here about http requests.
>
> I have written a small php script which waits for x seconds. Every
> second it appends the seconds to a fi
On 11/8/05, Boyle Owen <[EMAIL PROTECTED]> wrote:
> The point about Apache 2.1 is that it includes a new module (as mentioned by
> Nick) which supports a new extension to TLS. This allows for "Server Name
> Indication" where the client tells the server what hostname it wants to
> connect to. Bas
On 11/7/05, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote:
> The biggest problem is that you can't identify connection upgrade in the
> scheme name - so there's no good user interface to help the user request SSL
> upgrade where available and when desireable, and there's not a really good
> way to
On 11/7/05, Boyle Owen <[EMAIL PROTECTED]> wrote:
> NB - Remember that you can't do name-based VHs with SSL.
I think Apache 2.1 can.
On 11/3/05, Boyle Owen <[EMAIL PROTECTED]> wrote:
> > See his first example. The subdomain is foo, not bar.
>
> So what? foo.myhost.mydomain is a separate VirtualHost so it has a different
> DocumentRoot (/var/www/foo/). So http://foo.myhost.mydomain/wibble/ -->
> /var/www/foo/wibble...
>
> Am
On 11/3/05, Boyle Owen <[EMAIL PROTECTED]> wrote:
> > foo.myhost.mydomain --> /var/www/foo/
> > bar.myhost.mydomain --> /var/www/bar/
> > bar.myhost.mydomain/path/ --> /var/www/bar/path/
>
> I don't see the problem. This is exactly what apache does by default. The
> DocumentRoot directive maps the
On 10/31/05, Nick Kew <[EMAIL PROTECTED]> wrote:
> > No, because I'd like it to be (more) independent of the web server.
> > Apache could be either multi-threaded or multi-processed, but my app
> > would be single-threaded (epoll).
>
> That's a lot of constraints to be putting on yourself if they'r
On 10/31/05, Nick Kew <[EMAIL PROTECTED]> wrote:
> On Monday 31 October 2005 15:02, Olaf van der Spek wrote:
>
> > > Use whatever protocol your
> > > backend supports.
> >
> > I don't have an existing backend.
> > In fact, I've got nothin
On 10/31/05, Nick Kew <[EMAIL PROTECTED]> wrote:
> On Monday 31 October 2005 13:58, Olaf van der Spek wrote:
> > Hi,
> >
> > What is the (best) way to connect a C++ server with Apache?
>
> What's the language got to do with it?
Not much, but if it was PHP, m
Hi,
What is the (best) way to connect a C++ server with Apache?
AJP looks usable, but I'm not sure if it's the right way.
CGI is no option for performance reasons.
There is no open source FastCGI implementation available (it seems).
19 matches
Mail list logo