mod_wsgi (pid=14846): Exception occurred processing WSGI script '/<obfuscated>/web2py/wsgihandler.py'. TypeError: sequence of byte string values expected, value of type str found ServerRoot "<obfuscated>" #mime type for mpeg4 files
Addtype audio/mp4 .m4a
LoadModule authz_core_module modules/mod_authz_core.so
LoadModule dir_module modules/mod_dir.so
LoadModule env_module modules/mod_env.so
LoadModule log_config_module modules/mod_log_config.so
LoadModule mime_module modules/mod_mime.so
LoadModule rewrite_module modules/mod_rewrite.so
LoadModule setenvif_module modules/mod_setenvif.so
LoadModule wsgi_module modules/mod_wsgi.so
LoadModule unixd_module modules/mod_unixd.so
LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
CustomLog /<obfuscated>/access_paideia.log combined
ErrorLog /<obfuscated>/error_paideia.log
DirectoryIndex index.py
DocumentRoot /<obfuscted>/htdocs
Listen 13075
KeepAlive Off
SetEnvIf X-Forwarded-SSL on HTTPS=1
ServerLimit 1
StartServers 1
MaxRequestWorkers 5
MinSpareThreads 1
MaxSpareThreads 3
ThreadsPerChild 5
WSGIDaemonProcess paideia processes=2 threads=12 python-path=/<obfuscated>/python3.8
WSGIProcessGroup paideia
WGIRestrictEmbedded On
WSGILazyInitialization On
# Use web2py's wsgi handler
WSGIScriptAlias / /<obfuscated>/web2py/wsgihandler.py
# Allow no access to web2py folder contents except through handler script
<Directory /<obfuscated>/web2py>
AllowOverride None
Require all denied
<Files wsgihandler.py>
Require all granted
</Files>
</Directory>
# Allow direct access to anything in the static folder of any application
<Directory /<obfuscated>/web2py/applications/*/static/>
Require all granted
</Directory> --Resources:- http://web2py.com/book (Documentation)- http://github.com/web2py/web2py (Source code)- https://code.google.com/p/web2py/issues/list (Report Issues)---You received this message because you are subscribed to a topic in the Google Groups "web2py-users" group.To unsubscribe from this topic, visit https://groups.google.com/d/topic/web2py/kWdHdAv2jj0/unsubscribe.To unsubscribe from this group and all its topics, send an email to web2py+unsubscribe@googlegroups.com.To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/07767cc2-5691-4c76-b310-bd409b735ea2%40googlegroups.com.
Thanks very much
Ian W. Scott, PhDAssociate Professor of New TestamentTyndale Seminary, Toronto, Canada Paul's Way of Knowing: Story Experience and the Spirit (Baker Academic [Mohr Siebeck], 2006)The Online Critical Pseudepigrapha (SBL, 2006-; pseudepigrapha.org) Sent from Mailspring, the best free email app for work
Unfortunately I don't know anything about nginx. I've always worked with apache2. Can anyone suggest how to debug this? I'm really at the end of my rope here.
On Thursday, April 30, 2020 at 10:37:58 AM UTC-4, Ian W. Scott wrote:
Thanks very much