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...
More