-
The default Nginx value of SCRIPT_NAME parameter sent to PHP-FPM is:
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
https://github.com/nginx/nginx/blob/master/conf/fastcgi_params#L7
The default va…
-
SHA256 is known to be weak. Please change to use crypt (specifically the latest adopted bcrypt) and user-specific salts that get regenerated from time to time. Then this will be a great class to use…
-
-
### Submission type
- [x] Bug report
- [ ] Request for enhancement (RFE)
### systemd version the issue has been seen with
> 215
> +PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCR…
-
Why is there any php.ini file?
Shouldn't we add one?
cdams updated
8 years ago
-
I'm on a Mac, running 10.11.4
I downloaded this zip file:
https://github.com/versionpress/versionpress/releases/download/4.0-alpha1/versionpress-4.0-alpha1.zip
It downloads, and begins unzippin…
-
I have two identical servers on AWS both running identical docker containers. One of the servers recently started having issues with DNS resolution. Restarting the container fixed the issue but the sl…
-
A few of us within the office upgraded to the latest version of docker toolbox backed by Docker 1.9.1 and builds are hanging as per the below build output.
`docker version`:
``` Client:
Version:…
-
This is because the domain pubmed.org is not used anymore - ncbi.nlm.nih.gov/pubmed should be used instead.
-
I just tried out the current build of php 7.0 with ratchet. Works great! Super happy about that.
One thing (and I know this isn't a ratchet issue exactly, but after hours of googling and tinkering I'…