--- joko/doc/SampleTasks/joko_2003-01.html 2003/01/30 06:06:43 1.107 +++ joko/doc/SampleTasks/joko_2003-01.html 2003/01/30 08:08:17 1.110 @@ -1435,14 +1435,73 @@ o look at R:\staff\public\Research\Mirrored Sites +o phpw2hfax? +o look at phpOrgaSync: http://www.ds-services.de/portal/ + o ->http://www.phprojekt.com/ + +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 + # + #
-$Id: joko_2003-01.html,v 1.107 2003/01/30 06:06:43 joko Exp $ +$Id: joko_2003-01.html,v 1.110 2003/01/30 08:08:17 joko Exp $