Forum Moderators: phranque

Message Too Old, No Replies

Apache and WAP Problems

         

Druggy

3:03 pm on Oct 11, 2007 (gmt 0)

10+ Year Member



I just installed Apache and the web part is working flawlessly. Now I configured Apache to host wap sites. I set up the MIME Types in Apache. Since I have a debian linux i put at the end of the apache2.conf following:

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

DirectoryIndex index.wml

Of course I restarted apache a couple of times.

For a reason though it doesnt seem to work. When I put the url in my browser Firefox/IE I am propted to download the index.wml. But when i try the url in my mobile phone, i am getting a time out error (error 504).

I am really frustrated here :-( what can I do, does anybody have a clue? :-(

jdMorgan

12:07 am on Oct 12, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



504 Gateway Timeout

The server, while acting as a gateway or proxy, did not receive a timely response from the upstream server it accessed in attempting to complete the request.

So this looks like the WAP Gateway timed out waiting for your server to respond.

Is there anything useful in your raw server error log and/or access log pertaining to these failed requests?

Jim

Druggy

7:57 am on Oct 12, 2007 (gmt 0)

10+ Year Member



i forgot to write that nothing is in the error logs.

Druggy

8:41 am on Oct 12, 2007 (gmt 0)

10+ Year Member



okay its solved ... a coworker of mine configured the firewall wrong ... haha