Active
Project:
Module Installer
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Mar 2007 at 15:50 UTC
Updated:
13 Dec 2007 at 18:56 UTC
In order to configure the module installer i had to open permissions on the module directory to include 'other'. (like the 'files' directory)
1. Is this a security concern?
2. Now I have a bunch of files created by the 'Apache' user that I can not delete. I do not have super user. How do I delete these files? Or atleast, how do I set permissions so this will not happen again?
3. If the 'module installer' had a remove module function that might solve the permissions problem. Then Apache could delete what it creates.
Other wise I really dig this module and would like to use it to administer a Drupal multisite.
Comments
Comment #1
sinasalek commentedI guess you should write a simple php script to delete those files if you're familiar with, otherwise you can grab one of php open source file managers to help you do the job.
Hope it helps