source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* cvsweb: webservers must be chroot(2)ed, so looking for stuff in
@ 2019-03-21 19:44 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2019-03-21 19:44 UTC (permalink / raw)
  To: source

Log Message:
-----------
webservers must be chroot(2)ed, so looking for stuff in /usr/local/etc/
makes no sense; instead, assume config files in /conf by default

Tags:
----
FreeBSD-cvsweb-2_0-branch

Modified Files:
--------------
    cvsweb:
        cvsweb.conf

Revision Data
-------------
Index: cvsweb.conf
===================================================================
RCS file: /home/cvs/mandoc/cvsweb/cvsweb.conf,v
retrieving revision 3.36.2.6
retrieving revision 3.36.2.7
diff -Lcvsweb.conf -Lcvsweb.conf -u -p -r3.36.2.6 -r3.36.2.7
--- cvsweb.conf
+++ cvsweb.conf
@@ -321,7 +321,7 @@ $inputTextSize = 12;
 # cvsweb to guess the correct mime-type on
 # checkout; you can use the mime.types from
 # apache here:
-$mime_types = '/usr/local/etc/apache/mime.types';
+$mime_types = '/conf/mime.types';
 
 # quick mime-type lookup; maps file-suffices to
 # mime-types for displaying checkouts in the browser.
--
 To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-03-21 19:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-21 19:44 cvsweb: webservers must be chroot(2)ed, so looking for stuff in schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).