[BACK]Return to bgplg.8 CVS log [TXT][DIR] Up to [local] / src / usr.bin / bgplg

Diff for /src/usr.bin/bgplg/bgplg.8 between version 1.12 and 1.13

version 1.12, 2013/07/16 00:07:51 version 1.13, 2013/09/03 20:36:02
Line 1 
Line 1 
 .\"     $OpenBSD$  .\"     $OpenBSD$
 .\"  .\"
 .\" Copyright (c) 2005, 2006 Reyk Floeter <reyk@openbsd.org>  .\" Copyright (c) 2005, 2006, 2013 Reyk Floeter <reyk@openbsd.org>
 .\"  .\"
 .\" Permission to use, copy, modify, and distribute this software for any  .\" Permission to use, copy, modify, and distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above  .\" purpose with or without fee is hereby granted, provided that the above
Line 105 
Line 105 
 .Pp  .Pp
 .Dl socket \&"/var/www/run/bgpd.rsock\&" restricted  .Dl socket \&"/var/www/run/bgpd.rsock\&" restricted
 .It  .It
 Start the Apache HyperText Transfer Protocol server.  Start the
 See  .Xr nginx 8
 .Xr httpd 8  and
 for more information.  .Xr slowcgi 8
   servers after configuring the related
   .Ic server
   section in
   .Pa /etc/nginx/nginx.conf .
   For example:
   .Bd -literal -offset indent
   # FastCGI to CGI wrapper server
   #
   location /cgi-bin/ {
           fastcgi_pass    unix:run/slowcgi.sock;
           fastcgi_split_path_info ^(/cgi-bin/[^/]+)(.*);
           fastcgi_param   PATH_INFO $fastcgi_path_info;
           include         fastcgi_params;
   }
   .Ed
 .El  .El
 .Sh FILES  .Sh FILES
 .Bl -tag -width "/var/www/conf/bgplg.headXX" -compact  .Bl -tag -width "/var/www/conf/bgplg.headXX" -compact
Line 133 
Line 148 
 the  the
 .Xr chroot 2  .Xr chroot 2
 environment of the  environment of the
 .Xr httpd 8  .Xr nginx 8
 server.  server.
 To enable the corresponding functionality, use the  To enable the corresponding functionality, use the
 .Xr chmod 1  .Xr chmod 1
Line 177 
Line 192 
 .Xr bgpctl 8 ,  .Xr bgpctl 8 ,
 .Xr bgpd 8 ,  .Xr bgpd 8 ,
 .Xr bgplgsh 8 ,  .Xr bgplgsh 8 ,
 .Xr httpd 8  .Xr nginx 8 ,
   .Xr slowcgi 8
 .Sh HISTORY  .Sh HISTORY
 The  The
 .Nm  .Nm

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13