403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/www/bozohttpd/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/www/bozohttpd/files/patch-bozohttpd.8
--- bozohttpd.8.orig	2020-10-15 04:35:06 UTC
+++ bozohttpd.8
@@ -354,12 +354,26 @@ since version 20040828, they take multiple options (2 
 .Fl C
 and 4 in the case of
 .Fl M . )
+.Ss DEFAULT CONFIGURATION
+On
+.Fx ,
+.Nm
+can be enabled as the default web server by adding the following options to
+.Pa /etc/rc.conf
+:
+.Bd -literal
+bozohttpd_enable (bool):      Set it to "YES" to enable bozohttpd.
+                              Default is "NO".
+bozohttpd_flags (str):        Options to pass to bozohttpd.
+                              Default is "-b -t /var/empty -U nobody /".
+                              The last argument, slashdir, is required.
+.Ed
 .Ss INETD CONFIGURATION
 As
 .Nm
-uses
+normally uses
 .Xr inetd 8
-by default to process incoming TCP connections for HTTP requests
+to process incoming TCP connections for HTTP requests
 (but see the
 .Fl b
 option),
@@ -371,8 +385,8 @@ A typical
 .Xr inetd.conf 5
 entry would be:
 .Bd -literal
-http stream tcp  nowait:600 _httpd /usr/libexec/httpd httpd /var/www
-http stream tcp6 nowait:600 _httpd /usr/libexec/httpd httpd /var/www
+http stream tcp  nowait:600 www /usr/local/bin/bozohttpd httpd /var/www
+http stream tcp6 nowait:600 www /usr/local/bin/bozohttpd httpd /var/www
 .Ed
 .Pp
 This would serve web pages from
@@ -386,7 +400,7 @@ requests per minute to 600, up from the
 default of 40.
 .Pp
 Using the
-.Nx
+.Fx
 .Xr inetd 8 ,
 you can provide multiple IP-address based HTTP servers by having multiple
 listening ports with different configurations.
@@ -438,15 +452,15 @@ jeremy:A.xewbx2DpQ8I
 .Ed
 .Pp
 On
-.Nx ,
+.Fx ,
 the
-.Xr pwhash 1
+.Xr openssl-passwd 1
 utility may be used to generate hashed passwords.
 .Pp
-While
+While the
+.Fx
+port of
 .Nm
-distributed with
-.Nx
 has support for HTTP Basic Authorization enabled by default,
 in the portable distribution it is excluded.
 Compile
@@ -456,21 +470,21 @@ with
 on the compiler command line to enable this support.
 It may require linking with the crypt library, using
 .Dq -lcrypt .
-.Ss BLOCKLIST SUPPORT
+.Ss BLACKLIST SUPPORT
 On
-.Nx ,
+.Fx ,
 .Nm
 supports
-.Xr blocklistd 8
+.Xr blacklistd 8
 by default.
 The support can be disabled with the
-.Dq -DNO_BLOCKLIST_SUPPORT
+.Dq -DNO_BLACKLIST_SUPPORT
 compilation option.
 .Pp
 Upon occurrence,
 .Nm
 reports two HTTP status codes to
-.Xr blocklistd 8
+.Xr blacklistd 8
 as failures:
 .Em 401
 (``Unauthorized'')
@@ -482,7 +496,7 @@ Of these,
 is the one received upon authorization failure with the
 HTTP Basic Authorization mechanism.
 A successful authorization decreases the counter kept by
-.Xr blocklistd 8 .
+.Xr blacklistd 8 .
 .Pp
 Note that the implementation of the HTTP Basic Authorization mechanism
 uses a redirection; a status code
@@ -491,7 +505,7 @@ is always initially received.
 Therefore, a single authorization failure of
 .Pa .htpasswd
 is reported as two failures to
-.Xr blocklistd 8 ,
+.Xr blacklistd 8 ,
 but no failures are recorded upon successful authorization
 due to the decrease of the failure counter.
 .Ss SSL SUPPORT
@@ -584,7 +598,7 @@ To configure set of virtual hosts, one would use an
 .Xr inetd.conf 5
 entry like:
 .Bd -literal
-http stream tcp  nowait:600 _httpd /usr/libexec/httpd httpd -v /var/vroot /var/www
+http stream tcp  nowait:600 www /usr/local/bin/bozohttpd httpd -v /var/vroot /var/www
 .Ed
 .Pp
 and inside
@@ -602,7 +616,7 @@ with PHP, one must use the
 option to specify a CGI handler for a particular file type.
 Typically this will be like:
 .Bd -literal
-httpd -C .php /usr/pkg/bin/php-cgi /var/www
+bozohttpd -C .php /usr/pkg/bin/php-cgi /var/www
 .Ed
 .Pp
 Note that a plain script interpreter can not be used directly as a cgihandler,
@@ -615,7 +629,7 @@ might do.
 .Pp
 It would be invoked like:
 .Bd -literal
-httpd -C .pl /www-scripts/bin/run.perl /var/www
+bozohttpd -C .pl /www-scripts/bin/run.perl /var/www
 .Ed
 and the script could look like:
 .Bd -literal
@@ -809,7 +823,7 @@ provided chroot and change-to-user support, and other 
 .An Jukka Ruohonen
 .Aq Mt jruoho@NetBSD.org
 provided support for
-.Xr blocklistd 8
+.Xr blacklistd 8
 .It
 .An Jared McNeill
 .Aq Mt jmcneill@NetBSD.org

Youez - 2016 - github.com/yon3zu
LinuXploit