[web2py] Re: Displaying Uploaded PDF Documents

2010-12-15 Thread azarkowsky
/static/pdfs/pdfs.file.aaf5d3f7779841d0.6e6... -- Bruno Rochahttp://about.me/rochacbruno/bio 2010/12/14 azarkowsky azarkow...@gmail.com In my web2py application I'm allowing users to upload PDF documents (via an upload field) and then on another page I provide a download link, however

[web2py] Displaying Uploaded PDF Documents

2010-12-14 Thread azarkowsky
In my web2py application I'm allowing users to upload PDF documents (via an upload field) and then on another page I provide a download link, however, I think because of the file renaming security feature these PDF documents are truly being downloaded again (saved locally to each user's desktop)

[web2py] Re: Error running Web2py admin app non-SSL apps together with mod_wsgi

2010-12-03 Thread azarkowsky
#mod_wsgihttp://web2py.com/book/default/chapter/11#mod_wsgi-and-SSL On Dec 2, 4:38 pm, azarkowsky azarkow...@gmail.com wrote: Hi, I'm running Web2py version 1.89.1 and attempting to set up a production enviornment (Windows Server 2008) on our Intranet running behind Apache with mod_wsgi

[web2py] Error running Web2py admin app non-SSL apps together with mod_wsgi

2010-12-02 Thread azarkowsky
Hi, I'm running Web2py version 1.89.1 and attempting to set up a production enviornment (Windows Server 2008) on our Intranet running behind Apache with mod_wsgi mod_auth_sspi (for grabbing the current Windows username). Since this is an Intranet application only, I'd like to have access to

[web2py] Re: Pyodbc error with web2py under Apache and mod_wsgi

2010-11-12 Thread azarkowsky
on the system running web2py / mod_wsgi and then make sure to reboot. I'm now up and running though and can get back to writing Python code! BTW, the new admin look in 1.89.1 is very nice! Keep up the good work! --Adam On Nov 10, 5:36 pm, azarkowsky azarkow...@gmail.com wrote: I just wanted to add

[web2py] Re: Pyodbc error with web2py under Apache and mod_wsgi

2010-11-10 Thread azarkowsky
! :) Thanks, Adam On Nov 9, 10:35 pm, mdipierro mdipie...@cs.depaul.edu wrote: you may have different python versions installed. Check the one used by modwsgi On Nov 9, 3:02 pm, azarkowsky azarkow...@gmail.com wrote: Hi, I'm relatively new to web2py and am attempting to set up my

[web2py] Re: Pyodbc error with web2py under Apache and mod_wsgi

2010-11-10 Thread azarkowsky
web server in a production environment? The only reference I saw to this in the web2py book was that it's just not terribly configurable. Would there be any other reasons against it? Thanks, Adam On Nov 10, 1:37 pm, azarkowsky azarkow...@gmail.com wrote: Hi Massimo, Thanks for your prompt

[web2py] Pyodbc error with web2py under Apache and mod_wsgi

2010-11-09 Thread azarkowsky
Hi, I'm relatively new to web2py and am attempting to set up my production environment for the first time. I'm running Apache2.2 with mod_wsgi, python 2.7, web2py 1.88.2 on Win XP SP3. If I run web2py without Apache by running: 'python web2py.py -a recycle -i 127.0.0.1 -p 8000' I can access