DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33818>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=33818
ricilake@speedy.com.pe changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From ricilake@speedy.com.pe 2005-03-03 03:47 -------
I suspect what is happening is that your configuration file has an applicable AddHandler directive
mapping the .var file extension to the type-map handler. See <http://httpd.apache.org/docs-2.0/
mod/mod_mime.html#multipleext> and <http://httpd.apache.org/docs-2.0/mod/
mod_negotiation.html#typemaps>for more information.
If this is the case, you can fix it by putting the directive:
RemoveHandler .var
into a <Directory> section for the directory in which the ref.var.html file lives.
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|