/etc/init.d/apache2 reads /etc/conf.d/apache2, where I define -DSYMBOLS which then are used in /etc/apache2/ config files, like
<IfDefine FASTCGI>
i need Option Multiviews in the directory/tree see Content Negotiation http://httpd.apache.org/docs/2.0/mod/mod_negotiation.html
I had problems getting it to work, b/c i had doubled Location/Directory declarations:
The last (used) one was in the virtual host definition!
Then I use:
LanguagePriority de it en ForceLanguagePriority Fallback
and virtual hosts!
advice for google: .en.html better than .html.en !
CharacterSet CharSet http://www.i18nguy.com/markup/serving.html
Design considerations for the Apache Server API
The Apache API (Apache: The Definitive Guide)
http://www.cliki.net/mod_lisp cl-modlisp provides a Common Lisp interface to it....
http://python.ca/nas/scgi/protocol.txt
the mod_fastcgi docs
my configs:
FastCgiConfig -autoUpdate
AllowOverride All
SetHandler fastcgi-script
Options ExecCGI FollowSymLinks
<IfModule mod_access.c>
Order allow,deny
Allow from all
FastCgiExternalServer /var/www/localhost/cgi-gauche/agenzia/virtual -host linux11:19999
AllowOverride All
SetHandler fastcgi-script
# perl used Access handler!
FastCgiAccessChecker /var/www/localhost/cgi-gauche/agenzia/virtual
# FastCgiAccessChecker /var/www/localhost/cgi-gauche/agenzia/access.scm
FastCgiAccessCheckerAuthoritative On
Options ExecCGI FollowSymLinks
# fast cgi does not support Custom failure responses!
ErrorDocument 403 http://maruska.dyndns.org/login
ErrorDocument 303 http://maruska.dyndns.org/login?ahoj
# Allow:
<IfModule mod_access.c>
Order allow,deny
Allow from all
What is scriptalias, what is the equivalent using mod_rewrite? http://httpd.apache.org/docs/2.0/mod/mod_alias.html#scriptalias
http://www.enstimac.fr/Perl/perl5.6.1/site_perl/5.6.1/DBIx/Recordset.html
http://www.ecos.de/~mailarc/embperl/2004-05/
I used threebit tutorials as skeleton code! http://www.genedavis.com/library/apache_hello_mod/hello_mod.html
this is for 1.x ! http://modules.apache.org/doc/Intro_API_Prog.html