apache & wap/wml

Eric

Verified User
Joined
Mar 25, 2004
Messages
110
Does apache already support wap? If not, what do I need to do to make apache to support wap? Do I have to recompile apache or simply add the lines below in httpd.conf:
AddType text/vnd.wap.wml .wml
AddType image/vnd.wap.wbmp .wbmp
AddType text/vnd.wap.wmlscript .wmls
AddType application/vnd.wap.wmlc .wmlc
AddType application/vnd.wap.wmlscriptc .wmlsc


Thanks
Eric
 
Last edited:
Just checked a DA system for the default config and have:

application/vnd.wap.sic
application/vnd.wap.slc
application/vnd.wap.wbxml wbxml
application/vnd.wap.wmlc wmlc
application/vnd.wap.wmlscriptc wmlsc

image/vnd.wap.wbmp wbmp

text/vnd.wap.si
text/vnd.wap.sl
text/vnd.wap.wml wml
text/vnd.wap.wmlscript wmls

Chris
 
My original httpd.conf doesn't have those lines. So all I have to do is add those, and it'll support wap?


Thanks
Eric
 
Back
Top