I'm trying to setting up pycsw on xampp.
In the pycsw's default.cfg I've the following configuration:
[server]home=C:\Users\masa\xampp-201405\htdocs\pycswurl=http://localhost:8000/pycsw/csw.py...[repository]# sqlitedatabase=sqlite:///C:\\Users\\masa\\xampp-201405\\htdocs\\pycsw\\tests\\suites\\cite\\data\\records.db...When I start the csw.wsgi and go to the address localhost:8000/?service=CSW&version=2.0.2&request=GetCapabilities then I get the following error:
Could not load repository (local): (OperationalError) unable to open database file None NoneI think the problem is caused by the insufficent permisions configure on apache . I added to httpd.conf the following lines:
Options +FollowSymLinks +ExecCGIAllow from allAddHandler cgi-script .py Order deny,allow Allow from allBut I get the same error.
Can you give me any advice?? I'm not fluent about apache configuration.
أكثر...
In the pycsw's default.cfg I've the following configuration:
[server]home=C:\Users\masa\xampp-201405\htdocs\pycswurl=http://localhost:8000/pycsw/csw.py...[repository]# sqlitedatabase=sqlite:///C:\\Users\\masa\\xampp-201405\\htdocs\\pycsw\\tests\\suites\\cite\\data\\records.db...When I start the csw.wsgi and go to the address localhost:8000/?service=CSW&version=2.0.2&request=GetCapabilities then I get the following error:
Could not load repository (local): (OperationalError) unable to open database file None NoneI think the problem is caused by the insufficent permisions configure on apache . I added to httpd.conf the following lines:
Options +FollowSymLinks +ExecCGIAllow from allAddHandler cgi-script .py Order deny,allow Allow from allBut I get the same error.
Can you give me any advice?? I'm not fluent about apache configuration.
أكثر...