Activity for Filelocker 2

  • Angelo Angelo modified a comment on discussion Help

    We have many users and files on ver 2.4.0 and i built a new server with filelocker version 2.6.1. is there a process to copy all the files users share from old server to new server and still have things work ? -Angelo

  • Angelo Angelo posted a comment on discussion Help

    We have many users and files on ver 2.4.0 and i build i new server with filelocker version 2.6.1. is there a process to copy all the files users share from old server to new server and still have things work ? -Angelo

  • Dain Overstreet Dain Overstreet created ticket #63

    Unable to change user passwords

  • Tony Malkowski Tony Malkowski posted a comment on ticket #102

    I'm having a similar issue; in my instance, it looks like a database error resulting from foreign key constraints prevents it from cleaning up the database entry which throws an exception, preventing the file from being deleted. Before I dig too far into the stack to figure out what's causing my error, I figured I'd see if we're having the same issue. Do you have any database errors in the error log relating to file cleanup? If you do, would you mind posting them here?

  • Xavi Xavi posted a comment on discussion Open Discussion

    We fixed the problem. Had to do with apache timeout config. Solution below: == noticed scan\encrypt progress bar stuck forever when uploading a file == /etc/httpd/logs/ssl_error_log shows proxy timeout error in apache I've increased timeout, restarted apache and it works now * the working config of /etc/httpd/conf.d/filelocker-ssl.conf is below <virtualhost *:443=""> Servername xxx RequestHeader set X-Forwarded-Proto "https" Options +FollowSymLinks #Proxy ProxyPass / http://xxx ProxyPassReverse /...

  • Matthew T Martin Matthew T Martin created ticket #102

    Temp files created by uploads not being removed

  • Xavi Xavi modified a comment on discussion Open Discussion

    We are running Filelocker v2.6 and Python 2.7.5 on CentOS 7.6.1810 with ClamAV 0.101.2/25528 yum installed from the EPEL repository. It has been working just fine for the last year. Recently, however, we have started to notice that the "Scanning and Encrypting" yellow bar message that draws when uploading a file does not go away (even though "top" tells us the clamscan process is no longer running). Running clamscan at the command line for files 2 to 161kB in size takes about 84 seconds. The user...

  • Xavi Xavi posted a comment on discussion Open Discussion

    We are running Filelocker v2.6 and Python 2.7.5 on CentOS 7.6.1810 with ClamAV 0.101.2/25528 yum installed from the EPEL repository. It has been working just fine for the last year. Recently, however, we have started to notice that the "Scanning and Encrypting" yellow bar message that draws when uploading a file does not go away (even though "top" tells us the clamscan process is no longer running). Running clamscan at the command line for files 2 to 161kB in size takes about 84 seconds. The user...

  • Corey Shafer Corey Shafer posted a comment on discussion Help

    Hello, I am attempting to make the application send email via Office 365 using TLS and smpt auth. After making the changes and then try to share a file (which sends a link via email), I get the following error: Details: Failed to create public share: STARTTLS extension not supported by server. Any idea what I can do to fix it?

  • Michael Dunlap Michael Dunlap created ticket #101

    javascript error on fileuploader.js

  • tom tom posted a comment on discussion Help

    Tobin . Any luck moving forwared with the LDAP auth ?

  • tom tom posted a comment on discussion Help

    Here is my new fresh install and setup of filelocker2 on Rhel7.5. My goal of this is to help other newbees and im just keeping it simple for now.. First read the installer howto on github to get a feel for whats up. I did notice the installer only talks an upgrade. Nothing about a new install. So i followed this setup guide to setup my data I had nothing to startup mariadb sql server. http://www.jachin.org/home/operating-systems/filelocker2 Im showing how to use the same password that is in the example.conf...

  • tom tom posted a comment on discussion Help

    Here is my new fresh install and setup of filelocker2 on Rhel7.5.

  • shane garnetti shane garnetti posted a comment on ticket #100

    Maybe try using an older version of python like 2.7.5 on another test machine. Also, filelocker requires cherrypy to run as well so you will need to install that eventually. I have cherrypy 3.2.2 installed on my machine. Shane Garnetti Web Application Server Administrator Eastern Washington University email: sgarnetti76@ewu.edusgarnetti76@ewu.edu phone: 509-359-2019 On Jun 23, 2018, at 04:28, Craig Harding charding@users.sourceforge.net<mailto:charding@users.sourceforge.net> wrote: Trying to see...

  • Craig Harding Craig Harding posted a comment on ticket #100

    Trying to see the options for the command. I have not idea what all the command line options are so I'm using that option which is pretty reconizable for seeing what the options are. Initially I'm just trying to make sure it works. I don't have cherrypy installed. The above error tells me it's a python syntax error upfront.

  • shane garnetti shane garnetti posted a comment on ticket #100

    I have it runnining on Centos 7 with python 2.7.5 successfully. May I ask why you need the "-h" flag? The "-i" option will create your MySQL tables needed for install. Are you running this as root or with "sudo" preceding the "python setup.py" command? Also what version of cherrypy do you have?

  • Craig Harding Craig Harding created ticket #100

    Python Version

  • shane garnetti shane garnetti created ticket #99

    Login issue as default Admin

  • Xavi Xavi posted a comment on ticket #97

    Yes. We're having the same problem. Filelocker v2.6, CentOS 7.4.

  • Xavi Xavi posted a comment on discussion Help

    https://sourceforge.net/p/filelocker2/bugs/98/#2480

  • Xavi Xavi posted a comment on discussion Help

    Hi all - After much elbow grease, I have it running on CentOS 7.4. Build and config instructions are here. https://sourceforge.net/p/filelocker2/bugs/98/#2480

  • Xavi Xavi posted a comment on discussion Help

    Hi Bogi. I an on filelocker v2.6 and have the same problem. Were you ever able to get it working?

  • Xavi Xavi posted a comment on discussion Help

    https://sourceforge.net/p/filelocker2/bugs/98/#2480

  • Xavi Xavi posted a comment on discussion Help

    I got it to work with Apache. My proxy, SSL, and CherryPy configs are here: https://sourceforge.net/p/filelocker2/bugs/98/#2480

  • Xavi Xavi posted a comment on discussion Help

    Hi Dave - I had success so far getting it running on CentOS 7.4. Install, and all configs I used are at: https://sourceforge.net/p/filelocker2/bugs/98/?limit=25#2480

  • Xavi Xavi modified a comment on ticket #98

    Just got it working over SSL This is my working Apache Proxy and SSL Configuration: <VirtualHost *:443=""> Servername filelocker.ebbahubba.edu RequestHeader set X-Forwarded-Proto "https" Options +FollowSymLinks ProxyPass / http://[ip of local machine]:8080/ ProxyPassReverse / http://[ip of local machine]:8080/ ErrorLog logs/ssl_error_log TransferLog logs/ssl_access_log LogLevel warn SSLEngine on SSLProtocol all -SSLv2 -SSLv3 SSLHonorCipherOrder on SSLCipherSuite ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:DES-CBC3-SHA:!DSS...

  • Xavi Xavi modified a comment on ticket #98

    Just got it working over SSL This is my working Apache Proxy and SSL Configuration: <VirtualHost *:443=""> Servername filelocker.mills.edu RequestHeader set X-Forwarded-Proto "https" Options +FollowSymLinks ProxyPass / http://[ip of local machine]:8080/ ProxyPassReverse / http://[ip of local machine]:8080/ ErrorLog logs/ssl_error_log TransferLog logs/ssl_access_log LogLevel warn SSLEngine on SSLProtocol all -SSLv2 -SSLv3 SSLHonorCipherOrder on SSLCipherSuite ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:DES-CBC3-SHA:!DSS...

  • Xavi Xavi modified a comment on ticket #98

    Hey all - just an update. I was able to get it working with CentOS 7.5. Installation I used is here: MariaDB installation: https://www.tecmint.com/install-mariadb-in-centos-7/ Packages installed by yum: python MySQL-python python-crypto python-cheetah python-json python-ldap SOAPpy python-cherrypy python-twisted-core python-sqlalchemy

  • Xavi Xavi modified a comment on ticket #98

    Just got it working over SSL This is my working Apache Proxy and SSL Configuration: <VirtualHost *:443=""> Servername filelocker.mills.edu RequestHeader set X-Forwarded-Proto "https" Options +FollowSymLinks ProxyPass / http://[ip of local machine]:8080/ ProxyPassReverse / http://[ip of local machine]:8080/ ErrorLog logs/ssl_error_log TransferLog logs/ssl_access_log LogLevel warn SSLEngine on SSLProtocol all -SSLv2 -SSLv3 SSLHonorCipherOrder on SSLCipherSuite ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:DES-CBC3-SHA:!DSS...

  • Xavi Xavi posted a comment on ticket #98

    Just got it working over SSL This is my working Apache Proxy and SSL Configuration: <VirtualHost *:443=""> Servername filelocker.mills.edu RequestHeader set X-Forwarded-Proto "https" Options +FollowSymLinks Proxy ProxyPass / http://[ip of local machine]:8080/ ProxyPassReverse / http://[ip of local machine]:8080/ SSL ErrorLog logs/ssl_error_log TransferLog logs/ssl_access_log LogLevel warn SSLEngine on SSLProtocol all -SSLv2 -SSLv3 SSLHonorCipherOrder on SSLCipherSuite ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:DES-CBC3-SHA:!DSS...

  • Xavi Xavi posted a comment on ticket #98

    Hey all - just an update. I was able to get it working with CentOS 7.5. Installation I used is here: MariaDB installation: https://www.tecmint.com/install-mariadb-in-centos-7/ Packages installed by yum: python MySQL-python python-crypto python-cheetah python-json python-ldap SOAPpy python-cherrypy python-twisted-core python-sqlalchemy

  • Xavi Xavi created ticket #98

    install problem when using setup.py -r

  • Nick Frerichs Nick Frerichs posted a comment on ticket #95

    The Filelocker.request function automatically includes the required key for POST requests. But rather than using Filelocker.request, the .csv uploader for bulk users utilizes an external uploader (http://github.com/Valums-File-Uploader/file-uploader), and so the required key (requestOrigin) isn't sent along. A fix is to edit this javascript file: <filelocker_root>/static/js/admin.js Add requestOrigin as an additional parameter in the setParams function at line 1012. Now the POST data will include...

  • Michael Dunlap Michael Dunlap posted a comment on ticket #62

    Further investigation leads me to believe that the problem is directly related to the NFS volume mounted from our netapp filer. Adding a sub-directory for the vault seems to resolve the large uploads problem. When trying to upload to the root of the nfs mount, I see [0]fltmp.. created, and it disappears shortly thereafter - repalced by a new file .nfs000... then when it comes time to clamscan and encrypt, it can't find the original file. I'll keep investigating and will post more as I learn it.

  • Michael Dunlap Michael Dunlap created ticket #62

    large file uploads fail

  • Joe Bliss Joe Bliss posted a comment on ticket #97

    I forgot to include: ldap_is_active_directory: No

  • Joe Bliss Joe Bliss posted a comment on ticket #88

    Hi Justin, I just wanted to let you know that this code kind of worked for me, but presented a new error message. I opened another ticket here: https://sourceforge.net/p/filelocker2/bugs/97/ Thank you, Joe

  • Joe Bliss Joe Bliss created ticket #97

    LDAP authentication errors

  • K.Schneider K.Schneider posted a comment on ticket #96

    Is there going to be a fix for this issue? We're running into the same problem, same versions, upgrading from 2.4.5 to 2.6.1.

  • Corey Shafer Corey Shafer posted a comment on ticket #96

    You're welcome! I did a little more digging earlier today and it looks like those field names are used in other files throughout the application so I'm sure some of them will need to be updated accordingly, as well.

  • David Hutchins David Hutchins posted a comment on ticket #96

    Thanks for the details!!! The CLI code was mostly re-written in 2.6, so it operates a bit differently in the DB now. But this should be very helpful. Thanks!

  • Corey Shafer Corey Shafer created ticket #96

    2.6.1 backup of legacy installation doesn't work.

  • Corey Shafer Corey Shafer modified a comment on discussion Help

    I've run into a similar issue but not exactly the same as posted initially: [root@filelocker-dev filelocker]# python setup.py -u -f /tmp/db_backup.xml Traceback (most recent call last): File "setup.py", line 139, in <module> backup_legacy_db(dburi, options.datafile, host, username, password, db) File "setup.py", line 75, in backup_legacy_db converter.port_database(outfile) File "/opt/filelocker/lib/DBTools.py", line 244, in port_database cliKeys = self.GetAllCliKeys() File "/opt/filelocker/lib/DBTools.py",...

  • Corey Shafer Corey Shafer modified a comment on discussion Help

    I've run into a similar issue but not exactly the same as posted initially: [root@filelocker-dev filelocker]# python setup.py -u -f /tmp/db_backup.xml Traceback (most recent call last): File "setup.py", line 139, in <module> backup_legacy_db(dburi, options.datafile, host, username, password, db) File "setup.py", line 75, in backup_legacy_db converter.port_database(outfile) File "/opt/filelocker/lib/DBTools.py", line 244, in port_database cliKeys = self.GetAllCliKeys() File "/opt/filelocker/lib/DBTools.py",...

  • Corey Shafer Corey Shafer modified a comment on discussion Help

    I've run into a similar issue but not exactly the same as posted initially: [root@filelocker-dev filelocker]# python setup.py -u -f /tmp/db_backup.xml Traceback (most recent call last): File "setup.py", line 139, in <module> backup_legacy_db(dburi, options.datafile, host, username, password, db) File "setup.py", line 75, in backup_legacy_db converter.port_database(outfile) File "/opt/filelocker/lib/DBTools.py", line 244, in port_database cliKeys = self.GetAllCliKeys() File "/opt/filelocker/lib/DBTools.py",...

  • Corey Shafer Corey Shafer posted a comment on discussion Help

    The issue looks to be that the field name(s) for the cli_key table are different between version 2.4 and 2.6. I tried hacking a bit to get it to work but figured this would be the more preferrable location to request it to be updated.

  • David Hutchins David Hutchins posted a comment on discussion Help

    Sorry I have not responded here sooner, I will need to create a legacy DB to attempt to reproduce this. Unless someone with a working 2.4 install could create an fresh db with some test data in it for me to reproduce with.

  • Christopher Larson Christopher Larson posted a comment on discussion Help

    Never found a resolution to this issue... There are a variety of issues trying to get this product to work on RHEL/Centos 6 or 7 from our experience...

  • BLam BLam posted a comment on discussion Help

    Was there a resolution to this issue? I just installed from git and also having the same problem (filelocker 2.4.5). I also had to delete the entries in the 2.4 cli_key table, the script was having problems with host_ipv4. Running on Centos 7 with CherryPy 3.2.4. Thanks.

  • David Hutchins David Hutchins committed [49777d]

    Fix var name in require_user

  • MikeK MikeK created ticket #95

    Bulk User Creation

  • MikeK MikeK created ticket #94

    CherryPy Version Issue

  • MikeK MikeK posted a comment on ticket #93

    Note that after switching to 0.5.8 I had to edit the variable tools.SATransaction.dburi in <filelocker root="">/etc/Filelocker.conf by removing "+mysqldb", and then restart Filelocker for the changes to be effective.

  • MikeK MikeK created ticket #93

    SQLAlchemy Version Issue

  • David Hutchins David Hutchins modified a comment on ticket #90

    Ohh I see now. I will re-open this, I am not the original dev here, so there are...

  • David Hutchins David Hutchins modified ticket #90

    Filelocker does not behave correctly when config file option is not passed

  • David Hutchins David Hutchins modified a comment on ticket #90

    Fixed in: https://sourceforge.net/p/filelocker2/git/ci/95225ae64e87c5d65473babb26e3eafbbceb075d/...

  • David Hutchins David Hutchins modified a comment on ticket #90

    Fixed in: https://sourceforge.net/p/filelocker2/git/ci/95225ae64e87c5d65473babb26e3eafbbceb075d/...

  • David Hutchins David Hutchins committed [6ee8fe]

    Bug #90 Also catch -c specified non-existant file

  • David Hutchins David Hutchins posted a comment on ticket #90

    Fixed in: https://sourceforge.net/p/filelocker2/git/ci/95225ae64e87c5d65473babb2...

  • David Hutchins David Hutchins committed [95225a]

    Bug #90 cleaned up and fixed config file defaul...

  • David Hutchins David Hutchins posted a comment on ticket #90

    Ohh I see now. I will re-open this, I am not the original dev here, so there are...

  • David Hutchins David Hutchins modified ticket #90

    Filelocker does not behave correctly when config file option is not passed

  • bill halpin bill halpin posted a comment on ticket #90

    I didnt miss anything. You are referring to a completely different block of code....

  • John Yocum John Yocum posted a comment on ticket #58

    I'm encountering this issue when using Filelocker 2.6.1 and Active Directory. The...

  • Dave Dave posted a comment on discussion Help

    I wanted to spin up a server to demo and did not have much luck. Using Ubuntu 16.04...

  • Michael Dahlberg Michael Dahlberg posted a comment on discussion Help

    I'm in the process of seetting up a new filelocker installation. I've initialized...

  • Asitha Neleththige Asitha Neleththige posted a comment on ticket #61

    I'm running on Rhel7.

  • Asitha Neleththige Asitha Neleththige created ticket #61

    Filelocker Issue

  • Rob Rob modified a comment on discussion Help

    Hi, Is there a way to show proof that a user downloaded a specific file, and show...

  • Rob Rob modified a comment on discussion Help

    Hi, Is there a way to show proof that user downloaded a specific file, and show additional...

  • RW1 RW1 posted a comment on discussion Help

    Hi, Is there a way to show proof that user X downloaded file Y, and show additional...

  • Anonymous modified a comment on ticket #59

    Fixed creating a local user. did not fix deletion of a local user though. I had to...

  • Anonymous modified a comment on ticket #59

    Fixed creating a local user. did not fix deletion of a local user though. I had to...

  • David Hutchins David Hutchins modified ticket #92

    Public shares can be set to expire beyond max_file_life_days limit

  • David Hutchins David Hutchins modified a comment on ticket #90

    Closed, there is no bug here. the default config file loction is passed along through...

  • David Hutchins David Hutchins posted a comment on ticket #90

    Closed, there is no bug here. the default config file loction is passed along through...

  • David Hutchins David Hutchins modified ticket #90

    Filelocker does not behave correctly when config file option is not passed

  • David Hutchins David Hutchins posted a comment on ticket #90

    You are missing an important line, spicifically "cherrypy.config.update(configfile)",...

  • Tony Malkowski Tony Malkowski created ticket #92

    Public shares can be set to expire beyond max_file_life_days limit

  • bill halpin bill halpin created ticket #91

    Adding permission exempt_expiration results in python x not in list error

  • bill halpin bill halpin created ticket #90

    Filelocker does not behave correctly when config file option is not passed

  • bill halpin bill halpin created ticket #89

    Unused column 'owned_groups' in class User prevents group creation

  • bill halpin bill halpin posted a comment on discussion Help

    The solution is to simply comment the column 'owned_groups' in Models.py. The column...

  • bill halpin bill halpin posted a comment on discussion Help

    I've recently built a filelocker2.6.1 instance and when I get the following when...

  • bill halpin bill halpin modified a comment on discussion Help

    In case you want to do it directly in CherryPy, in your filelocker.conf file: server.ssl_module='pyopenssl'...

  • bill halpin bill halpin posted a comment on discussion Help

    In case you want to do it directly in CherryPy: server.ssl_module='pyopenssl' server.ssl_certificate='/path/to/cert.file'...

  • Christopher Larson Christopher Larson posted a comment on discussion Help

    We have rootpath set to rootpath="/opt/filelocker" in our config. New version appears...

  • Christopher Larson Christopher Larson posted a comment on discussion Help

    We're using the release 2.6.1

  • David Hutchins David Hutchins modified a comment on discussion Help

    Are you using the release, or code from git?

  • David Hutchins David Hutchins posted a comment on discussion Help

    Also make sure that "root_path" in your filelocker.conf is pointing to the directory...

  • David Hutchins David Hutchins posted a comment on discussion Help

    Are you using the release, or code from git? On Thu, Oct 13, 2016 at 11:56 AM, Christopher...

  • Christopher Larson Christopher Larson posted a comment on discussion Help

    We're having trouble with upgrading Filelocker 2.4 to 2.6 on RHEL 6.8 - it appears...

  • David Hutchins David Hutchins posted a comment on discussion Help

    Would you mind posting your apache proxy directives and filelocker.conf? Sans any...

  • Christopher Sherman Christopher Sherman posted a comment on discussion Help

    Yep, I don't know why, but when I changed my rooturl, I can't log in. The server...

  • David Hutchins David Hutchins posted a comment on discussion Help

    Not in SQL, but do make sure that "rooturl" in filelocker.conf reflects the https...

  • Christopher Sherman Christopher Sherman posted a comment on discussion Help

    Thanks David! That was really helpful. I ended up using Apache since already had...

  • David Hutchins David Hutchins posted a comment on discussion Help

    The most common method is to set up Apache or Nginx as a reverse proxy to the application,...

  • Christopher Sherman Christopher Sherman posted a comment on discussion Help

    I followed a tutorial to successfully get the application up and running. Can anyone...

1 >