Further Setup

April 25, 2008

I had to add the following type handlers into my apache config and restart it:

# Adding support for mobile web pages
AddType text/vnd.wap.wml .wml
AddType application/vnd.wap.wmlc .wmlc
AddType text/vnd.wap.wmlscript .wmls
AddType application/vnd.wap.wmlscriptc .wmlsc
AddType image/vnd.wap.wbmp .wbmp

Thanks to: http://www.serverwatch.com/tutorials/article.php/10825_1127221_3.

A note about SELinux Security! its a bit of a pain. If you are trying to read through to your user homes through apache you may need to authorize it for sel linux. I had wrong permissions set and needed to run:

/sbin/restorecon -R /………./public_html/

On my home directory/www folder

In the past sel linux has also stopped me from hosting ftp on my box, I can’t remember the fix for that, google is your friend.

Leave a Reply