Apache 2.4 – Php as file handler and X_Sendfile
I had the following problem. I needed to server files through php for a project. A web server is created to do exactly that. Serve files. But i needed to run my php script...
The usual Stuff
I had the following problem. I needed to server files through php for a project. A web server is created to do exactly that. Serve files. But i needed to run my php script...
I tried to create a simple HTTP Authentication script with php but i had the problem that the two $_SERVER variables PHP_AUTH_USER and PHP_AUTH_PW didn’t exist in the first place. If you read the...
I came accross a strange error today as i upgraded plesk from 17.5 to 17.8. All websites was no more accessible. The error was that the SSL was not configured properly. As i use...
Error: session_start(): ps_files_cleanup_dir: opendir(/tmp) failed: Permission denied (13) in /kunden/example.com/…. I came upon this error while i upgraded my php version to 7.2 from 7.1. We are hosted to Domainfactory and it actually was...