 |
CernVM-FS
2.12.0
|
Go to the documentation of this file.
10 from wsgiref.simple_server
import make_server
14 sys.path.append(
'/usr/share/cvmfs-server/webapi')
16 from ctypes
import cdll
17 cdll.LoadLibrary(
'/usr/share/cvmfs-server/webapi/GeoIP.so')
19 execfile(
'cvmfs-api.wsgi')
29 httpd.handle_request()