On Friday 16 January 2009 09:52:37 Ted Victorio wrote: > Hi folks, > > Is there any boa-0.94.14 already ported to uclinux-dist? > > I attempted to port boa-0.94.14rc21 to uclinux-dist (MCF5329EVB platform) > with boa-0.94.14rc21.tar.gz & boa-0.94.14rc21-nommu.patch. > By modifying current boa-0.93.15 makefile, I can get it to compile > successfully but boot up results in this error msg: /bin/boa respawning too > fast > > I also looked at Freescale m53xxevb-20081215-ltib.iso and previous versions > which support boa-0.94.14rc21; however, its makefile, defines.h, etc. setup > are not compatible with uclinux-dist. > > Appreciate any advice or direction to obtain boa-0.94.14rcxx for > uclinux-dist. > > Thanks, > Ted
When I have ported boa-0.94.14 (rc18 in my case) I have found that several values MUST be defined in boa.conf, as it have not suitable built-in defaults for those values. Without those defines boa refused to run and I experienced similar "respawning too fast" behavior. Here are values, which are defined in boa.conf in my current config: (Does not remember which values are necessary, and which are optional and have built-in defaults... :( ) Port 80 ServerName uClinux DocumentRoot /home/httpd ScriptAlias /cgi-bin/ /home/httpd/cgi-bin/ Alias /img /home/httpd/img DirectoryIndex index.html DefaultType text/plain MimeTypes /etc/mime.types CGIPath /bin:/usr/bin:/etc:/sbin:/usr/sbin -- HTH, Vitaly Demyanec _______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
