You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Thom May <th...@planetarytramp.net> on 2002/03/07 15:43:12 UTC

Re: cvs commit: httpd-2.0 config.layout

* aaron@apache.org (aaron@apache.org) wrote :
> aaron       02/03/07 06:26:07
> 
>   Modified:    .        config.layout
>   Log:
>   Add a missing errordir entry in the Debian config.layout.
>   
>   PR: 10067
>   Obtained from:  Dirk-Jan Faber <di...@selwerd.nl>
Unfortunately that fix isn't quite correct, as it would put the errordir as
/error .

Correction attached.
Cheers, 
-Thom

Index: config.layout
===================================================================
RCS file: /home/cvspublic/httpd-2.0/config.layout,v
retrieving revision 1.10
diff -u -u -r1.10 config.layout
--- config.layout       7 Mar 2002 14:26:07 -0000       1.10
+++ config.layout       7 Mar 2002 14:42:22 -0000
@@ -306,5 +306,5 @@
     proxycachedir: ${prefix}/var/cache/apache2/proxy
     infodir:       ${exec_prefix}/share/info
     installbuilddir: ${prefix}/etc/apache2/build
-    errordir:      ${prefix}/error
+    errordir:     ${data_dir}/error
 </Layout>

Re: cvs commit: httpd-2.0 config.layout

Posted by Thom May <th...@planetarytramp.net>.
* Thom May (thom@planetarytramp.net) wrote :
> * aaron@apache.org (aaron@apache.org) wrote :
> > aaron       02/03/07 06:26:07
> > 
> >   Modified:    .        config.layout
> >   Log:
> >   Add a missing errordir entry in the Debian config.layout.
> >   
> >   PR: 10067
> >   Obtained from:  Dirk-Jan Faber <di...@selwerd.nl>
> Unfortunately that fix isn't quite correct, as it would put the errordir as
> /error .
> 
> Correction attached.
> Cheers, 
> -Thom
and neither is that. Lets try this again.
Sorry!
-Thom

ndex: config.layout
===================================================================
RCS file: /home/cvspublic/httpd-2.0/config.layout,v
retrieving revision 1.10
diff -u -u -r1.10 config.layout
--- config.layout       7 Mar 2002 14:26:07 -0000       1.10
+++ config.layout       7 Mar 2002 14:50:02 -0000
@@ -306,5 +306,5 @@
     proxycachedir: ${prefix}/var/cache/apache2/proxy
     infodir:       ${exec_prefix}/share/info
     installbuilddir: ${prefix}/etc/apache2/build
-    errordir:      ${prefix}/error
+    errordir:     ${datadir}/error
 </Layout>

Re: cvs commit: httpd-2.0 config.layout

Posted by Thom May <th...@planetarytramp.net>.
* Thom May (thom@planetarytramp.net) wrote :
> * aaron@apache.org (aaron@apache.org) wrote :
> > aaron       02/03/07 06:26:07
> > 
> >   Modified:    .        config.layout
> >   Log:
> >   Add a missing errordir entry in the Debian config.layout.
> >   
> >   PR: 10067
> >   Obtained from:  Dirk-Jan Faber <di...@selwerd.nl>
> Unfortunately that fix isn't quite correct, as it would put the errordir as
> /error .
> 
> Correction attached.
> Cheers, 
> -Thom
and neither is that. Lets try this again.
Sorry!
-Thom

ndex: config.layout
===================================================================
RCS file: /home/cvspublic/httpd-2.0/config.layout,v
retrieving revision 1.10
diff -u -u -r1.10 config.layout
--- config.layout       7 Mar 2002 14:26:07 -0000       1.10
+++ config.layout       7 Mar 2002 14:50:02 -0000
@@ -306,5 +306,5 @@
     proxycachedir: ${prefix}/var/cache/apache2/proxy
     infodir:       ${exec_prefix}/share/info
     installbuilddir: ${prefix}/etc/apache2/build
-    errordir:      ${prefix}/error
+    errordir:     ${datadir}/error
 </Layout>