[Assorted-commits] SF.net SVN: assorted:[1819] personal-site/trunk/README
Brought to you by:
yangzhang
From: <yan...@us...> - 2012-01-19 19:37:03
|
Revision: 1819 http://assorted.svn.sourceforge.net/assorted/?rev=1819&view=rev Author: yangzhang Date: 2012-01-19 19:36:57 +0000 (Thu, 19 Jan 2012) Log Message: ----------- Tweak Apache config to fix gitit feed links Modified Paths: -------------- personal-site/trunk/README Modified: personal-site/trunk/README =================================================================== --- personal-site/trunk/README 2012-01-19 19:36:36 UTC (rev 1818) +++ personal-site/trunk/README 2012-01-19 19:36:57 UTC (rev 1819) @@ -37,7 +37,7 @@ sudo cabal install --global # Misc - sudo a2enmod headers proxy_html proxy_http rewrite + sudo a2enmod headers proxy_html proxy_http rewrite substitute Static Website -------------- @@ -81,7 +81,7 @@ Apache ------ -In apache2.conf, lower prefork's `MaxClients` to something manageable (15). +In apache2.conf, lower prefork's `MaxClients` to something manageable (5). In sites-enabled/000-default: @@ -101,6 +101,8 @@ ProxyPassReverse / ProxyHTMLURLMap / /notes/ RequestHeader unset Accept-Encoding + AddOutputFilterByType SUBSTITUTE application/atom+xml + Substitute "s|127.0.0.1:5001|yz.mit.edu/notes|" </Location> Gitit This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |