Author: glen                         Date: Sat Jul 16 13:14:25 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- sample for disabling logging

---- Files affected:
SPECS:
   anyterm.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/anyterm.spec
diff -u SPECS/anyterm.spec:1.8 SPECS/anyterm.spec:1.9
--- SPECS/anyterm.spec:1.8      Sat Jul 16 14:57:47 2005
+++ SPECS/anyterm.spec  Sat Jul 16 15:14:19 2005
@@ -1,4 +1,8 @@
 # $Revision$, $Date$
+# TODO
+# - anygetty hangs due /bin/login calling vhangup()
+#   http://anyterm.org/1.0/config.html
+# - put anygetty to separate package?
 %define        apxs            /usr/sbin/apxs
 Summary:       Terminal emulator in a web browser
 Name:          anyterm
@@ -53,6 +57,12 @@
 
        <Files anyterm-module>
                SetHandler anyterm
+               <IfModule mod_setenv.c>
+                       # for this to work you need to change CustomLog:
+                       # CustomLog /path/to/logfile combined env=!DONTLOG
+                       # http://anyterm.org/security.html
+                       SetEnv DONTLOG
+               </IfModule>
        </Files>
 
        <IfModule !mod_auth.c>
@@ -110,6 +120,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2005/07/16 13:14:19  glen
+- sample for disabling logging
+
 Revision 1.8  2005/07/16 12:57:47  glen
 - check for mod_auth in apache config
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/anyterm.spec?r1=1.8&r2=1.9&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to