-
Notifications
You must be signed in to change notification settings - Fork 110
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
Icy april/update readme #33
base: arthur/PI-417
Are you sure you want to change the base?
Conversation
Updated to version 2016.8.0
Update to version 2016.10.0
cPanel servers don't automatically switch to EasyApache 4 when they're updated to the version the script checks. The official way to check if the server is running EA3 or EA4 is to check if the file /etc/cpanel/ea4/is_ea4 exists. EasyApache 3 actually checks if the file exists before exiting: stat("/etc/cpanel/ea4/is_ea4", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 write(2, "EasyApache3 is not available whe"..., 60EasyApache3 is not available when EasyApache4 is in effect.
More accurate EA3/EA4 detection
Is it normal that there is no "Issues" tab to report bugs on this GItHub repository? It looks like there is a problem with the directive For testing purpose, I would like to have a domain name available from both HTTP and HTTPS (without automatic redirect). |
@baptx Well, the module is not supported officially anymore. I had some issues related to this directive too, in particular it was giving error 403 sometimes (not sure if it was directly related to this tho, but refreshing it a couple of times used to help) |
@p0358 where did you read that it is not supported anymore? I only read that the Debian packages are not supported anymore and that we have to compile from source. |
@baptx
|
@p0358 is there a way to have the same functionality as Update: someone answered here: http://mail-archives.apache.org/mod_mbox/httpd-users/202004.mbox/%3cCAKQ1sVMcfWgObL0aHCLswFq0Pz4dPKEcbWTUm7SMm+ZSVTLfbg@mail.gmail.com%3e
|
Merge