View previous topic :: View next topic |
Author |
Message |
Analyzer n00b
Joined: 18 Jan 2005 Posts: 11
|
Posted: Thu Nov 23, 2006 3:45 pm Post subject: [Solved]*.asis file is not displayed properly |
|
|
Dear all Gentoo Users,
on my Gentoo Machine i try to be able to display a asis file. This files are multipart/mixed and specially mime.type is application/vnd.wap.xhtml+xml files that includes images in their own source for e.g.
ASIS files are not including header informations, this informations are sended by the server by executing this file.
Now i have the problem, that i could not be able to display this file on my machine. I does not get any error but by trying with an SDK only a white page is displayed.
Part of the Apache Config
#
# Uncomment the following line to enable Apache's send-asis HTTP file
# feature
#
AddHandler send-as-is asis
Can someone help me please?
I´ve searched for this kind of problems on the web but i have not found at least i posted message with such akind of problematic.
Thanks in Advance
Greetings,
Analyzer _________________ Happy Feeling with Gentoo
Last edited by Analyzer on Tue Nov 28, 2006 2:40 pm; edited 1 time in total |
|
Back to top |
|
|
nixnut Bodhisattva
Joined: 09 Apr 2004 Posts: 10974 Location: the dutch mountains
|
Posted: Thu Nov 23, 2006 6:46 pm Post subject: |
|
|
Moved from Multimedia to Networking & Security.
Apache is network stuff, so moved here. _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered
talk is cheap. supply exceeds demand |
|
Back to top |
|
|
Analyzer n00b
Joined: 18 Jan 2005 Posts: 11
|
Posted: Tue Nov 28, 2006 2:43 pm Post subject: |
|
|
The problem is solved. It is necessary that you should enable "SetHandler" withing <directory>
for e.g.
<Directory htdocs/example>
SetHandler send as-is asis
</Directory>
I hope this will be help for any other of you which has this problem, otherwise don´t hesitate to ask me.
greetings,
analyzer _________________ Happy Feeling with Gentoo |
|
Back to top |
|
|
|