Re: [EMAIL PROTECTED] double wild card ssl certificates

2006-02-03 Thread Olaf van der Spek
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.

Re: [EMAIL PROTECTED] AddOutputFilterByType MIME wildcards?

2006-01-20 Thread Olaf van der Spek
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

[EMAIL PROTECTED] AddOutputFilterByType MIME wildcards?

2006-01-20 Thread Olaf van der Spek
Hi, The documentation contains the sample AddOutputFilterByType DEFLATE text/html text/plain But is it also possible to use text/*?

Re: [EMAIL PROTECTED] Apache 2 ignores setgid directory perms

2005-12-01 Thread Olaf van der Spek
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

Re: [EMAIL PROTECTED] redirecting everything to ssl

2005-11-30 Thread Olaf van der Spek
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

Re: [EMAIL PROTECTED] Apache 2 ignores setgid directory perms

2005-11-29 Thread Olaf van der Spek
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

Re: [EMAIL PROTECTED] Apache stops/freezes before "Digest: done"

2005-11-23 Thread Olaf van der Spek
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

Re: [EMAIL PROTECTED] Apache stops/freezes before "Digest: done"

2005-11-23 Thread Olaf van der Spek
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

Re: [EMAIL PROTECTED] Apache stops/freezes before "Digest: done"

2005-11-23 Thread Olaf van der Spek
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

Re: [EMAIL PROTECTED] apache php timeout ?

2005-11-17 Thread Olaf van der Spek
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

Re: [EMAIL PROTECTED] Limiting SSL to a specific virtual host

2005-11-08 Thread Olaf van der Spek
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

Re: [EMAIL PROTECTED] Limiting SSL to a specific virtual host

2005-11-07 Thread Olaf van der Spek
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

Re: [EMAIL PROTECTED] Limiting SSL to a specific virtual host

2005-11-07 Thread Olaf van der Spek
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.

Re: [EMAIL PROTECTED] Subdomains just by creating a directory?

2005-11-03 Thread Olaf van der Spek
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

Re: [EMAIL PROTECTED] Subdomains just by creating a directory?

2005-11-03 Thread Olaf van der Spek
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

Re: [EMAIL PROTECTED] Connecting C++ server with Apache: AJP?

2005-10-31 Thread Olaf van der Spek
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

Re: [EMAIL PROTECTED] Connecting C++ server with Apache: AJP?

2005-10-31 Thread Olaf van der Spek
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

Re: [EMAIL PROTECTED] Connecting C++ server with Apache: AJP?

2005-10-31 Thread Olaf van der Spek
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

[EMAIL PROTECTED] Connecting C++ server with Apache: AJP?

2005-10-31 Thread Olaf van der Spek
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).