Quota Support on Mac OS X
April 15th, 2009There is an interesting 2003 article at Mac OS X Hints regarding quota support on Mac OS X.
Looking at this thread, there may be an issue with the setup of user quotas on Mac OS 10.5 server.
There is an interesting 2003 article at Mac OS X Hints regarding quota support on Mac OS X.
Looking at this thread, there may be an issue with the setup of user quotas on Mac OS 10.5 server.
Open the apache configuration for your site and add the following lines to allow 15MB uploads to your DokuWiki.
# increase the maximum file size upload php_value upload_max_filesize 15M php_value post_max_size 15M