You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Peter Poeml <po...@suse.de> on 2002/07/15 18:57:05 UTC

[PATCH] make pathnames in ssl-std.conf configurable

Hi, 

I'd like to propose to create ssl-std.conf from ssl-std.conf.in, just as
it is done with httpd-std.conf.in. Then, the log file paths could be
substituted in the same flexible way. 

Currently, of patching / hand editing is necessary for adjustments in
that file.

I've attached a diff between docs/conf/ssl-std.conf and a suggestion for
a docs/conf/ssl-std.conf.in (for readability reasons).

Then, I have attached a real diff to apply against the current head
branch (for your convenience). 

The latter patch, finally, also adds docs/conf/ssl-std.conf to AC_OUTPUT
in configure.in. 

Thanks,
Peter

-- 
VFS: Busy inodes after unmount. Self-destruct in 5 seconds.  Have a nice day...

Re: [PATCH] make pathnames in ssl-std.conf configurable

Posted by Peter Poeml <po...@suse.de>.
On Tue, Jul 16, 2002 at 03:54:36PM -0700, Justin Erenkrantz wrote:
> On Mon, Jul 15, 2002 at 06:57:05PM +0200, Peter Poeml wrote:
> > Hi, 
> > 
> > I'd like to propose to create ssl-std.conf from ssl-std.conf.in, just as
> > it is done with httpd-std.conf.in. Then, the log file paths could be
> > substituted in the same flexible way. 
> > 
> > Currently, of patching / hand editing is necessary for adjustments in
> > that file.
> 
> In the past, we have been relucant to have SSL work for people
> out-of-the-box.

I understand.

> I don't have a problem with adding this, but I would like some
> buy-in from others before committing this.  I think we've
> discussed this before and the consensus was not to subsitute
> values for ssl-std.conf.  -- justin

Hhm, but mod_ssl conveniently patched conf/httpd.conf-dist to
contain the pathnames enclosed in @@...@@, so they would be substituted
together with all other pathnames in httpd.conf-dist.

So now it is harder than before...

Peter

-- 
VFS: Busy inodes after unmount. Self-destruct in 5 seconds.  Have a nice day...

Re: [PATCH] make pathnames in ssl-std.conf configurable

Posted by Justin Erenkrantz <je...@apache.org>.
On Mon, Jul 15, 2002 at 06:57:05PM +0200, Peter Poeml wrote:
> Hi, 
> 
> I'd like to propose to create ssl-std.conf from ssl-std.conf.in, just as
> it is done with httpd-std.conf.in. Then, the log file paths could be
> substituted in the same flexible way. 
> 
> Currently, of patching / hand editing is necessary for adjustments in
> that file.

In the past, we have been relucant to have SSL work for people
out-of-the-box.

I don't have a problem with adding this, but I would like some
buy-in from others before committing this.  I think we've
discussed this before and the consensus was not to subsitute
values for ssl-std.conf.  -- justin