I noticed that when creating a new ISP site you can specify to include WAP. Does this mean you can publish WAP pages (.wml)? Does ISPConfig have a WAP gateway built in? If both answers are yes, then How do you implement it?
Really, ISPconfig Add the following sentences for a vhost with WAP page enable: Code: AddType application/vnd.wap.wmlscriptc .wmlsc .wsc AddType text/vnd.wap.wml .wml AddType text/vnd.wap.wmlscript .ws .wmlscript AddType image/vnd.wap.wbmp .wbmp ISPconfig isn't a wap gateway. Apache is a web server and WAP have a primary languages (wml). WML is stored on a web server. Between Apache and a mobile device have a WAP Gateway.