--- joko/doc/SampleTasks/joko_2003-01.html 2003/01/30 07:04:57 1.109
+++ joko/doc/SampleTasks/joko_2003-01.html 2003/01/30 22:33:28 1.112
@@ -1443,6 +1443,82 @@
o amavis uses 'Net::Server::PreForkSimple':
Jan 30 07:52:53 quepasa amavis[25445]: 2003/01/30-07:52:53 Amavis (type Net::Server::PreForkSimple) starting! pid(25445)
+o mnogosearch: use searchd? what's spelld?
+
+o look at quepasa:/etc/apache/httpd.conf:
+ # MetaDir: specifies the name of the directory in which Apache can find
+ # meta information files. These files contain additional HTTP headers
+ # to include when sending the document
+ #
+ #MetaDir .web
+
+ #
+ # MetaSuffix: specifies the file name suffix for the file containing the
+ # meta information.
+ #
+ #MetaSuffix .meta
+
+o look at quepasa:/etc/apache/httpd.conf:
+ # Customizable error response (Apache style)
+ # these come in three flavors
+ #
+ # 1) plain text
+ #ErrorDocument 500 "The server made a boo boo.
+ # n.b. the (") marks it as text, it does not get output
+ #
+ # 2) local redirects
+ #ErrorDocument 404 /missing.html
+ # to redirect to local URL /missing.html
+ #ErrorDocument 404 /cgi-bin/missing_handler.pl
+ # N.B.: You can redirect to a script or a document using server-side-includes.
+ #
+ # 3) external redirects
+ #ErrorDocument 402 http://some.other_server.com/subscription_info.html
+ # N.B.: Many of the environment variables associated with the original
+ # request will *not* be available to such a script.
+
+o look at quepasa:/etc/apache/httpd.conf:
+ # Allow http put (such as Netscape Gold's publish feature)
+ # Use htpasswd to generate /etc/apache/passwd.
+ # You must unremark these two lines at the top of this file as well:
+ #LoadModule put_module modules/mod_put.so
+ #
+ #Alias /upload /tmp
+ #
+ # EnablePut On
+ # AuthType Basic
+ # AuthName Temporary
+ # AuthUserFile /etc/apache/passwd
+ # EnableDelete Off
+ # umask 007
+ #
+ # require valid-user
+ #
+ #
+
+o admin:
+ o LoginLists (e.g. User-Account per Service(mail (send & recieve), shell, wiki, news))
+ o IncludeLists (e.g. include newsgroup into newsportal (news2http-gateway), include path to Backup)
+ o ExcludeLists (e.g. exclude from Indexer (mnoGoSearch))
+
+o a general question: why does a user *still* has to specifiy *two* servers for mail?
+ technical - okay (more than....) - but from the user perspective? no! just one!
+
+o benchmark dispatchmail:
+ a) started via pipe in .forward-file
+ MTA Queue status...
+ /var/spool/mqueue (3 requests)
+ -----Q-ID----- --Size-- -----Q-Time----- ------------Sender/Recipient-----------
+ h0U8ARv9027686* 16930 Thu Jan 30 09:13
+
+ h0U8ARv7027686* 56 Thu Jan 30 09:13
+ |"/data/opt/dispatchmail/bin/dispatchm
+ h0U8ARv5027686* 56 Thu Jan 30 09:13
+ |"/data/opt/dispatchmail/bin/dispatchm
+ Total requests: 3
+ b) as milter-handler????
+
+o lookup: paul verilio
@@ -1450,7 +1526,7 @@
-$Id: joko_2003-01.html,v 1.109 2003/01/30 07:04:57 joko Exp $
+$Id: joko_2003-01.html,v 1.112 2003/01/30 22:33:28 joko Exp $