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

Information about cherokee directive instead of using cherokee-admin #1244

Open
emiliocamposmartin opened this issue Aug 20, 2020 · 10 comments
Assignees

Comments

@emiliocamposmartin
Copy link

Hi, I am trying to understand how the Cherokee directives work in cherokee.conf file instead of using the cherokee-admin and I am not able to find a complete description about those directives.

I need to implement some DH parameters config without using the cherokee-admin as described in this URL:
https://cherokee-project.com/doc/config_advanced.html

but I don't find any directive for DH parameters 2048 bits or 4096 bits, the cherokee.conf directives description in the following URL:
http://cherokee-project.com/doc/dev_cherokee.conf.html

are a little bit poor.

Any help related to this will be appreciated.

@skinkie
Copy link
Member

skinkie commented Aug 20, 2020

Not using the admin is really a bad idea. What is the reason you cannot configure cherokee using the admin, and copy the configuration file to a system that you want to run it on?

@skinkie skinkie self-assigned this Aug 20, 2020
@emiliocamposmartin
Copy link
Author

cherokee-admin gives a 503 Server Error when I try to connect, I see that it is a waste of time troubleshooting a configuration tool that doesn't work if you want to configure something so simple as a directive.

@skinkie
Copy link
Member

skinkie commented Aug 20, 2020

Are you using the master version of cherokee, or something packaged by a distribution?

@KenjiBrown
Copy link

KenjiBrown commented Aug 21, 2020 via email

@skinkie
Copy link
Member

skinkie commented Aug 21, 2020

@KenjiBrown that still does not tell us which version you are using.

@KenjiBrown
Copy link

Mine is cherokee-1.2.104-r2 from Gentoo Portage.
I use a custom script and templates to generate include files for cherokee config.

@skinkie
Copy link
Member

skinkie commented Aug 21, 2020

I don't know if you are the same person as the issue reporter. But if you have a 503 error, I would suggest to compile cherokee from master, which includes a fix regarding IPv6. Alternatively update /etc/hosts not to have ::1.

@KenjiBrown
Copy link

I am a different user. I will try updating /etc/hosts not to have ::1.

@KenjiBrown
Copy link

Commenting out #::1 localhost in /etc/hosts fixed the 503 issue

@skinkie
Copy link
Member

skinkie commented Aug 21, 2020

Commenting out #::1 localhost in /etc/hosts fixed the 503 issue

I would suggest to compile Cherokee from github. Many fixes.

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

No branches or pull requests

3 participants