Re: [users@httpd] What replaces DefaultType in 2.4?

2015-01-20 Thread Tig
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

Re: [users@httpd] Custom authentication?

2011-01-09 Thread Tig
/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

Re: [us...@httpd] How to get the webpage modifications displayed without Apache being Restated

2010-12-18 Thread Tig
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

[us...@httpd] Disable ErrorLog - how?

2010-08-01 Thread Tig
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