PennController for IBEX › Forums › Support › Server setup › Reply To: Server setup
August 16, 2021 at 1:11 pm
#7169
nasimbhmn
Participant
Hi Jeremy,
I still have a problem with running PCIbex on my server. Here is what I did:
In order to add a domain to my server, first I need to add a user. So, my domain will be added to a www folder at this address: /home/users/myusername/www
. I copied the whole folder of my experiment into this www folder. I edited the server_conf.py as you said. Then ran the server.py inside the www folder of the experiment (located at/home/users/myusername/www/pcibex_experiment/www
), and I got the following error:
File "server.py", line 1844, in <module>
for l in control(env, start_response):
File "server.py", line 1499, in control
base = env['PATH_INFO']
KeyError: 'PATH_INFO'
Can you tell me what’s going wrong?
Best, Nasim
- This reply was modified 3 years, 3 months ago by nasimbhmn.