| View previous topic :: View next topic |
| Author |
Message |
snc
Joined: 14 Oct 2010 Posts: 43
|
Posted: Nov 18, 2010 12:09 am Post subject: how to change files dir |
|
|
| How can i change directory of uploaded files. I have raid 0 but root on raid1 and i have to change file directory. |
|
| Back to top |
|
 |
Anturaju93
Joined: 13 May 2010 Posts: 83 Location: Romania
|
Posted: Nov 18, 2010 5:21 am Post subject: |
|
|
Edit your XFSConfig.pm from your file server.
| Code: |
# Directory for uploaded files, witout trailing /
upload_dir => '/path_to/cgi-bin/upload',
|
|
|
| Back to top |
|
 |
snc
Joined: 14 Oct 2010 Posts: 43
|
Posted: Nov 18, 2010 11:07 am Post subject: |
|
|
| thx, its work, is ok that i put chmod 777 to my /home/uploads ? |
|
| Back to top |
|
 |
Anturaju93
Joined: 13 May 2010 Posts: 83 Location: Romania
|
Posted: Nov 18, 2010 11:12 am Post subject: |
|
|
| Yes, uploads folder must be 777. |
|
| Back to top |
|
 |
|