Sycaless

Tracing Back

I’m tracing back a request to understand how Sycamore more or less works. The index.fcgi file which I’m loading via Apache connects the Sycamore/request.py to the Sycamore/support/wsgi_server.py. When I first setup sycaless, I fished around in request.py, and I think it might be possible to simply connect apache to Sycamore/request.py, and remove the wsgi_server.py. At any rate, I believe that request.py is the gateway to the Sycamore application in general.