-
Notifications
You must be signed in to change notification settings - Fork 105
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
Comments
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? |
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. |
Are you using the master version of cherokee, or something packaged by a distribution? |
On 20/08/20 4:22, Stefan de Konink wrote:
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?
Automated provisioning scripts.
…--
Sandino Araico Sánchez
http://1101.mx
|
@KenjiBrown that still does not tell us which version you are using. |
Mine is cherokee-1.2.104-r2 from Gentoo Portage. |
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. |
I am a different user. I will try updating /etc/hosts not to have ::1. |
Commenting out #::1 localhost in /etc/hosts fixed the 503 issue |
I would suggest to compile Cherokee from github. Many fixes. |
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.
The text was updated successfully, but these errors were encountered: