I think you need to enable way more modules from the default xampp installation. Find the logs folder in xampp and after trying to startup read the logs what was the error, try to fix it, restart. Try the path with native windows "\" separators too, you never know how programs expect to get those or handle them poorly.
I've gotten this to work fine on my xampp at work so its doable, just power through the errors :) Best regards, Jonne Nauha Adminotech developer On Sat, Oct 8, 2011 at 11:34 AM, chatpakorn prasertsung <[email protected]>wrote: > Hi guys > I have some trouble try to publishing a scene with Tundra to web. > I try to following this tutorial > > http://realxtend.wordpress.com/2011/05/21/how-to-publish-content-to-realxtend-tundra/ > I try with xampp > So, first I go to “C:\xampp\apache\conf” then I open “httpd.conf” > with notepad++ > Then I uncomment > #LoadModule dav_module modules/mod_dav.so > #Include “conf/extra/httpd-dav.conf” > Until this point if I run xampp … apache and mysql run just fine … so > I continue > I put this > > <Directory "C:/xampp/htdocs/assets"> > Dav On > Order Allow,Deny > Allow from all > </Directory> > > In the last line of httpd.conf > Then I restart xampp …. > Mysql run just fine But apache is not running. I click start but it > still keep not running. > If I comment the “Directory part” that I just add . the apache is run > just fine… > I think I might misunderstand some part or do some thing wrong. > > Sorry for newbie question … > > Regards > > -- > http://groups.google.com/group/realxtend > http://www.realxtend.org > -- http://groups.google.com/group/realxtend http://www.realxtend.org
