<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/fastcgi.txt, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2008-08-23T22:25:40Z</updated>
<entry>
<title>Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/.</title>
<updated>2008-08-23T22:25:40Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2008-08-23T22:25:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=97cb07c3a10ff0e584a260a7ee1001614691eb1d'/>
<id>urn:sha1:97cb07c3a10ff0e584a260a7ee1001614691eb1d</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #7896 -- Corrected a couple typos in fastcgi docs, thanks Thomas Steinacher.</title>
<updated>2008-07-26T00:26:51Z</updated>
<author>
<name>Gary Wilson Jr</name>
<email>gary.wilson@gmail.com</email>
</author>
<published>2008-07-26T00:26:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a1fda7e1b05c85191fbbafb16081c428862fba57'/>
<id>urn:sha1:a1fda7e1b05c85191fbbafb16081c428862fba57</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8076 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (or</title>
<updated>2008-07-21T07:57:10Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-07-21T07:57:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bfcecbffd37a68b5fffe81954c17aedeacb1ba22'/>
<id>urn:sha1:bfcecbffd37a68b5fffe81954c17aedeacb1ba22</id>
<content type='text'>
equivalents). Basically, URL resolving will only use the PATH_INFO and the
SCRIPT_NAME will be prepended by reverse() automatically. Allows for more
portable development and installation. Also exposes SCRIPT_NAME in the
HttpRequest instance.

There are a number of cases where things don't work completely transparently,
so mod_python and fastcgi users should read the relevant docs.

Fixed #285, #1516, #3414.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8015 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #5264 -- Specified Flup version in docs/fastcgi.txt. Thanks, akaihola and Nis Jorgensen</title>
<updated>2007-09-15T04:30:15Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2007-09-15T04:30:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bdba94d78f4b3faa3ae393ea0fcd29d254a4d6e8'/>
<id>urn:sha1:bdba94d78f4b3faa3ae393ea0fcd29d254a4d6e8</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6255 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #5336 -- Altered an example in docs/fastcgi.txt. Thanks, Thomas Guttler</title>
<updated>2007-09-09T22:48:25Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2007-09-09T22:48:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3a3669e01038c86b2a351275d1b1101e84bfba8f'/>
<id>urn:sha1:3a3669e01038c86b2a351275d1b1101e84bfba8f</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6079 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #4525 -- Fixed mistaken documentation on arguments to runfcgi. Thanks, Johan Bergstrom &lt;bugs@bergstroem.nu&gt;.</title>
<updated>2007-07-12T14:21:51Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2007-07-12T14:21:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3990efff692892250f96900be93d7b3aa2eaa194'/>
<id>urn:sha1:3990efff692892250f96900be93d7b3aa2eaa194</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5675 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #3833 - added "PT" flag to mod_rewrite/fcgi example in documentation. Thanks, Nesh.</title>
<updated>2007-06-07T18:01:17Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2007-06-07T18:01:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=43a06c9a9a02ab76b6d7a00ba522b85dc29a1140'/>
<id>urn:sha1:43a06c9a9a02ab76b6d7a00ba522b85dc29a1140</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5433 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>More ReST antics with docs/fastcgi.txt</title>
<updated>2007-04-01T06:44:17Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2007-04-01T06:44:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a071609a7019500e31fcb71e5eb0acb37d9673ba'/>
<id>urn:sha1:a071609a7019500e31fcb71e5eb0acb37d9673ba</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4900 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed ReST error in docs/fastcgi.txt</title>
<updated>2007-04-01T06:42:35Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2007-04-01T06:42:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9a6261a83705dcbad59b07cad7529127aa79509f'/>
<id>urn:sha1:9a6261a83705dcbad59b07cad7529127aa79509f</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4899 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Edited faq.txt and fastcgi.txt changes from [4897]</title>
<updated>2007-04-01T06:40:01Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2007-04-01T06:40:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9b6a518e1748c6ef66450c9e75007e1e5ce3f98e'/>
<id>urn:sha1:9b6a518e1748c6ef66450c9e75007e1e5ce3f98e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4898 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
