Skip to content

Commit

Permalink
docs: updated missing note in apache.txt docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
elijh committed Jul 2, 2012
1 parent 8588654 commit a42a356
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/apache.txt
Expand Up @@ -49,5 +49,8 @@ sudo apt-get install apache2-mpm-itk libapache2-mod-passenger
</Directory>
<IfModule mpm_itk_module>
AssignUserId crabgrass crabgrass
PassengerUploadBufferDir /home/crabgrass/crabgrass/tmp/tempfiles
</IfModule>
</VirtualHost>

The PassengerUploadBufferDir directive is necessary, because this apache process will not be able to write to standard apache upload buffer directory.

0 comments on commit a42a356

Please sign in to comment.