-
Notifications
You must be signed in to change notification settings - Fork 258
Provides configuration for Apache 2.4 (Ubuntu/Debian) #897
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
base: master
Are you sure you want to change the base?
Conversation
|
Btw. where can i find the wiki files for "Production grade CRITs install" to update them as well? Thanks |
|
Is there a specific reason why you want to move what we consider the "default" directory of For clarification, I'm looking at the symlink you are creating, and the aliases you are generating pointing to that location. |
|
its just a symlink who points to /data/crits/extras/www. everything is still located under /data/crits. Otherwise I had to create a directory section for every alias or dir inside the virtual host because of "Require all denied" on root from apache2.conf: I tried to give access to them like this with no success: Im wondering why Directory directives are not recursively valid? So I decided to create a symlink to prevent having a lot of directory directives inside the virtual host configuration. Do you have a better approach? Thanks |
|
I don't. I'm just trying to play devil's advocate here to determine if the symlink having to be created by the admin of the box is a necessary step as opposed to us having a configuration which already points to the necessary directories where the admin is expected to explode the code base. |
|
I'll try again tomorrow without the symlink. I just read that directory directives are applied recursively... normally: http://httpd.apache.org/docs/current/sections.html#file-and-web |
Provides working configuration running CRITs on Apache 2.4 for Ubuntu and Debian. We had a lot of trouble with the existing provided configuration which is i believe for apache 2.1.
Regards
Remo