This is an example of how I use ForceType. It may not be a fix for
you, but you never know.
ForceType application/x-httpd-php
ForceType None
This will catch all files without an extension and process them as
PHP. Then all files with an extension will be processed as normal. My
guess i
/dl.php makes a request for the contents of
client.srv.com/-salt.txt and checks that the MD5 of
and salt match what was returned, if so serve the requested
file through php with the correct header('Content-...') details.
Use a cron job on client.srv.com to clear out the tmp fi
rong). It is not Apache, it is your browser caching the web
page.
If it really is Apache and not the browser, you we need to post some
more details about your Apache set-up.
-Tig
-
The official User-To-User support forum of the A
Hello.
On 2.2.16 (FreeBSD server), how can I completely disable the ErrorLog?
Would the following be the best options?
ErroLog /dev/null
LogLevel emerg
Thanks
-
The official User-To-User support forum of the Apache HTTP Server