Actions
Bug #4690
closedregister-dataset.cgi should have its permissions set
Start date:
01/21/2010
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4690
Description
Currently, the registry script does not get the execute bit set when deployed from a WAR file -- either we should fix this by making the permissions stick, or if this isn't possible, provide a post-installation hook which performs the action. The registry on dev was down due to this issue, a chmod a+x did the trick.
Updated by Shaun Walbridge almost 15 years ago
The initial error thrown by Apache:
(13)Permission denied: exec of '/var/www/edu.ucsb.nceas.dev/knb/cgi-bin/register-dataset.cgi' failed, referer: http://dev.nceas.ucsb.edu/knb/style/skins/nceas/
Updated by ben leinfelder about 11 years ago
- Assignee changed from Shaun Walbridge to ben leinfelder
- Target version set to 2.3.0
Can do this on *nix deployments.
Updated by ben leinfelder about 11 years ago
- Status changed from New to Closed
Now using runtime exec to do a chmod +x on the *.cgi files during the main configuration.
Actions