Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't run on Windows IIS7 #16

Closed
crc212 opened this issue Nov 26, 2013 · 8 comments
Closed

Can't run on Windows IIS7 #16

crc212 opened this issue Nov 26, 2013 · 8 comments
Assignees
Labels
Milestone

Comments

@crc212
Copy link

crc212 commented Nov 26, 2013

No matter how permissions are set, this error persists:
"/config" directory permissions are incorrect

Would it be possible to provide the correct security settings for the /config directory when running on Windows?

@ghost ghost assigned nuxsmin Nov 26, 2013
@nuxsmin
Copy link
Owner

nuxsmin commented Nov 26, 2013

Fix needed on non POSIX filesystems.

nuxsmin pushed a commit that referenced this issue Nov 26, 2013
#16
Show hint about config's directory permisssions
@nuxsmin
Copy link
Owner

nuxsmin commented Nov 26, 2013

Can you tell me the hint shown on this error?. I've patched permissions' check function to show directory permissions.

@crc212
Copy link
Author

crc212 commented Nov 26, 2013

Now receiving this:

"/ Config" directory permissions are incorrect
777

@nuxsmin
Copy link
Owner

nuxsmin commented Nov 26, 2013

Permissions be 750, that means that user has full rights, group have read and execution, and others none.

@nuxsmin
Copy link
Owner

nuxsmin commented Nov 26, 2013

Permissions should be 750, that means that user has full rights, group have read and execution, and others none.

@crc212
Copy link
Author

crc212 commented Nov 26, 2013

How is this accomplished in a Windows environment?

@crc212
Copy link
Author

crc212 commented Nov 26, 2013

This application is running on a Windows environment. how else would I check config permissions?

@nuxsmin
Copy link
Owner

nuxsmin commented Nov 26, 2013

Setting permissions is a "good practice" but on Windows environment it's a big mess to accomplish it, so you can let only the IIS user to read/write the "config" directory. The only sensitive data that it contains is the DB's user/pass

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants