tetherless-world / opendap

Provenance trace and pingback services for OPeNDAP using Prizms.
http://opendap.tw.rpi.edu
1 stars 1 forks source link

A means for administrators to enable or disable OPeNDAP modules #29

Open mrpatrickwest opened 10 years ago

mrpatrickwest commented 10 years ago

Right now you have to go into the modules directory and rename the configuration file or move it out of the way. Be nice to be able to use something like what apache has, a2enmod, for example.

besenmod nc

and it enables the netcdf_handler module

besdismod h5

and it disables the hdf5_handler module.

Would need to make sure that the module isn't a dependency of another module, though.