[an error occurred while processing the directive]
![]() |
cosign-discuss at umich.edu |
general discussion of cosign development and deployment | |
*** cgi.c.DIST Tue Jul 6 12:25:09 2004 --- cgi.c Wed Aug 11 11:47:35 2004 *************** *** 96,102 **** exit( 0 ); } title = "Error: Loop detected"; ! err = "We have detected you are looping. That sucks. "; subfile( tmpl ); exit( 0 ); } else { --- 96,102 ---- exit( 0 ); } title = "Error: Loop detected"; ! err = "We have detected looping between sites."; subfile( tmpl ); exit( 0 ); } else {
*** Makefile.in.DIST Fri Jul 30 15:58:56 2004
--- Makefile.in Wed Aug 11 12:21:18 2004
***************
*** 48,53 ****
--- 48,55 ----
reload: install restart
# the general Apache start/restart/stop procedures
+ startssl:
+ $(APACHECTL) startssl
start:
$(APACHECTL) start
restart: