01-12-2010, 08:30 PM
The dataDir simply has to be a full pathname to a directory that the webserver can write to. On a standard Fedora 11 machine (or most other Linux systems), which you have root access on, it can be created like this:
# mkdir -p /var/www/document_repository
# chown apache:apache /var/www/document_repository
If you're using a shared hosting machine, then consult their documentation; you may just have to pick another directory path.
jonathanwminer
# mkdir -p /var/www/document_repository
# chown apache:apache /var/www/document_repository
If you're using a shared hosting machine, then consult their documentation; you may just have to pick another directory path.
jonathanwminer