notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: www/xshttpd/pkg-plist

Number of commits found: 11

Monday, 12 Apr 2021
19:10 Kevin Bowling (kbowling) search for other commits by this committer
www/xshttpd*: Remove from tree

PR:		254750
Reported by:	daniel.engberg.lists@pyret.net
commit hash: 3d55eddff7e1761575e29e946d384ad42eca3067 commit hash: 3d55eddff7e1761575e29e946d384ad42eca3067 commit hash: 3d55eddff7e1761575e29e946d384ad42eca3067 commit hash: 3d55eddff7e1761575e29e946d384ad42eca3067 3d55edd
Thursday, 16 Jul 2015
05:01 amdmi3 search for other commits by this committer
- Drop @dirrm* from plist

Approved by:	portmgr blanket
Original commitRevision:392271 
Wednesday, 3 Sep 2014
06:37 bapt search for other commits by this committer
pkg knows how to deal with empty directories
Original commitRevision:367167 
Wednesday, 5 Feb 2014
17:54 johans search for other commits by this committer
- Enable stage support
- New style options
- Strip installed libraries
Original commitRevision:342806 
Sunday, 3 Feb 2008
08:24 johans search for other commits by this committer
- Update to 3.5 g1
- Use standard $WWWDIR
- Remove conflict with Apache
Original commit
Thursday, 22 Mar 2007
16:27 johans search for other commits by this committer
Update to new stable release 34g01
Original commit
Tuesday, 21 Mar 2006
13:47 garga search for other commits by this committer
- Rename DATADIR -> WWWDIR to prevent confusion
- Use a REINPLACE_CMD to don't install mime.types instead remove it after
  installed
- Drop obsolete USE_REINPLACE
- Bump PORTREVISION since it changes PLIST

Approved by:    maintainer at IIRC
Original commit
Sunday, 22 Jan 2006
02:58 edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
Original commit
Wednesday, 28 Sep 2005
13:52 garga search for other commits by this committer
- Update to 3.3.b30

PR:             ports/86653
Submitted by:   maintainer
Original commit
Tuesday, 20 Sep 2005
21:07 pav search for other commits by this committer
- Update to 33b27

PR:             ports/86376
Submitted by:   Johan van Selst <johans@stack.nl> (maintainer)
Original commit
Thursday, 15 Sep 2005
23:04 pav search for other commits by this committer
XS-HTTPD is a WWW server that has the following features:

- It is pronounced as "access-HTTP-daemon"
- It is SMALL (very small in fact: a factor two to three smaller than
  normal servers on disk and in memory)
- It is FAST (because it is so small and does not do unnecessary things)
- Uses very little CPU time
- Configurable (configuration compiled in to make it small, but largely
  overridable on the command line)
- Runs user CGI binaries under their own user ID
- Gets users' pages under their own user ID, allowing them to really
  have protected pages (using the built-in authentication mechanism)
- Does not fork for every connection (has a fixed number of servers),
  only to replace a lost server (in case of timeouts).
- Comes with some other useful programs
- Offers Server-Side Includes for many common tasks, including built-in
  page counters (text or graphical)
- Supports PHP and other interpreted file formats
- Supports automatic decompression to save diskspace and bandwidth
- Serves SSL (https) and http connections through the same daemon
- Full support for IPv6

PR:             ports/84314
Submitted by:   Ed Schouten <ed@fxq.nl>
Original commit

Number of commits found: 11