Re: [users@httpd] Problem with Content-Type recognition

2014-07-13 Thread Michael Felt
Still hoping for some additional help with this. Many thanks for your suggestion/correction. On Mon, Jun 30, 2014 at 11:27 PM, Michael Felt wrote: > I did not figure out how to get extra info from the "maintainer" and > "debug" enabled version, and it was not as stable (may need to also rebuild

Re: [users@httpd] Problem with Content-Type recognition

2014-06-30 Thread Michael Felt
I did not figure out how to get extra info from the "maintainer" and "debug" enabled version, and it was not as stable (may need to also rebuild the php module against the "debug" version. I hoped syslog and .debug level would be very verbose. So, call me "anything you like", but I am not coming u

Re: [users@httpd] Problem with Content-Type recognition

2014-06-23 Thread Michael Felt
I have recompiled httpd-2.2.27 with --enable-maintainer-mode and --enable--debugger-mode, and set, to be sure, optimization to -O0 Some help with what needs to be done to get more debug info into the logs is appreciated. (Note: going on a short vacation, so I might not respond again real soon).

Re: [users@httpd] Problem with Content-Type recognition

2014-06-23 Thread Michael Felt
Good Idea, and I was hoping that using RemoveEncoding .php was doing that. As this is a vhost, and other vhosts are using php I do not see removing PHP from the server as a solution. So, RemoveEncoding may be the wrong solution. (I was glad I even figured out that the embedded .php. in the f

Re: [users@httpd] Problem with Content-Type recognition

2014-06-22 Thread Nick Kew
On Sat, 21 Jun 2014 16:45:10 +0200 Michael Felt wrote: > I have tried, in a vhost area, to set the DefaultType to > application/octet-stream, and I have tried to add a Type for .I (capital i) > endings. However, httpd-2.2.27 seems to be preferring the .php. in the > filename rather than the .I at

Re: [users@httpd] Problem with Content-Type recognition

2014-06-22 Thread Michael Felt
Maybe I need to put it somewhere else? ... DefaultType application/octet-stream RemoveEncoding .php ForceType application/octet-stream Options Indexes FollowSymLinks IndexOptions FancyIndexing Namewidth=* FoldersFirst SuppressDescription ## VersionSort In

Re: [users@httpd] Problem with Content-Type recognition

2014-06-21 Thread Eric Covener
On Sat, Jun 21, 2014 at 10:45 AM, Michael Felt wrote: > Question: what do I need to do to get httpd to recognize the .I endings > and/or ignore .php when in the middle of a filename? ForceType foo/bar -- Eric Covener cove...@gmail.com ---

[users@httpd] Problem with Content-Type recognition

2014-06-21 Thread Michael Felt
I have tried, in a vhost area, to set the DefaultType to application/octet-stream, and I have tried to add a Type for .I (capital i) endings. However, httpd-2.2.27 seems to be preferring the .php. in the filename rather than the .I at the end of the file. When I link the file to that it has the nam