You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Wilfredo Sanchez <ws...@apple.com> on 1999/01/20 00:53:45 UTC

[PATCH: srm.conf and access.conf refer to httpd.conf]

srm.conf and access.conf refer to httpd.conf.

They should refer to $(TARGET).conf. Simple fix in Makefile.tmpl.

	-Fred


Index: apache/Makefile.tmpl
===================================================================
RCS file: /CVSRoot/CoreOS/Services/apache/apache/Makefile.tmpl,v
retrieving revision 1.15
diff -u -d -b -w -r1.15 Makefile.tmpl
--- Makefile.tmpl       1999/01/14 00:12:57     1.15
+++ Makefile.tmpl       1999/01/19 23:52:28
@@ -424,6 +424,7 @@
                        -e 's;@@ServerRoot@@/cgi-bin;$(cgidir);' \
                        -e 's;@@ServerRoot@@/proxy;$(proxycachedir);' \
                        -e 's;@@ServerRoot@@;$(prefix);g' \
+                       -e 's;httpd.conf;$(TARGET).conf;' \
                        -e  
's;logs/accept.lock;$(runtimedir)/$(TARGET).lock;' \
                        -e  
's;logs/apache_runtime_status;$(runtimedir)/$(TARGET).scoreboard;' \
                        -e  
's;logs/httpd.pid;$(runtimedir)/$(TARGET).pid;' \

Re: [PATCH: srm.conf and access.conf refer to httpd.conf]

Posted by Ben Laurie <be...@algroup.co.uk>.
Wilfredo Sanchez wrote:
> 
> srm.conf and access.conf refer to httpd.conf.
> 
> They should refer to $(TARGET).conf. Simple fix in Makefile.tmpl.

That would break Apache-SSL.

Cheers,

Ben.

--
http://www.apache-ssl.org/ben.html

"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
     - Indira Gandhi