-
-
Notifications
You must be signed in to change notification settings - Fork 547
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
Add a flag to allow to install mod_fastcgi from source (even on Debian familly) #293
Add a flag to allow to install mod_fastcgi from source (even on Debian familly) #293
Conversation
default['apache']['lib_dir'] = '/usr/lib/apache2' | ||
default['apache']['libexec_dir'] = "#{node['apache']['lib_dir']}/modules" | ||
default['apache']['lib_dir'] = '/usr/lib/apache2' | ||
default['apache']['libdev_dir'] = '/usr/share/apache2' |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
8ff1ddc
to
47d654b
Compare
@@ -18,3 +18,4 @@ | |||
# | |||
|
|||
default['apache']['mod_fastcgi']['download_url'] = 'http://www.fastcgi.com/dist/mod_fastcgi-current.tar.gz' | |||
default['apache']['mod_fastcgi']['force_source'] = false |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
Thanks for your work on this. |
Hi @svanzoest . It does in chefspec but not in kitchen as I didn't want to create a new suite with a different attributes. https://github.com/jujugrrr/apache2/blob/mod_fastcgi_source_flag/spec/modules/mod_fastcgi_spec.rb#L61-L70 I'm adding your other suggestions. |
Np 😉 |
I am just checking in on this as I would like to pull this into master for the next release. Let me know if I can help. |
I lost track with this one, do you just need me to fix the merge conflict? or do you need me to add something else? cheers |
Merged. Thanks! |
@svanzoest :-) |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
You might need to install mod_fastcgi from source, even if you use Debian and have the mod_fastcgi package.
The PR is adding unit and integration tests for mod_fastcgi as well