[webstack-discuss] Code review for CR6709849 - gem has no man page

2008-06-19 Thread Chris Zhu
An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/webstack-discuss/attachments/20080619/de222537/attachment.html>

[webstack-discuss] Code review for CR6691787 - SPARC performance enhancement opportunities in Ruby 1.8.6

2008-06-19 Thread Chris Zhu
Hi all, I have update the webrev for CR6691787 - SPARC performance enhancement opportunities in Ruby 1.8.6 , please help to review. http://cr.opensolaris.org/~chriszhu/CR6691787-webrev/ It was put back to ruby community, and ready in ruby 1.8.7. Regards Chris

[webstack-discuss] Code review for CR6709849 - gem has no man page

2008-06-19 Thread Chris Zhu
nd charset-unspecified text was scrubbed... Name: gem.1.txt URL: <http://mail.opensolaris.org/pipermail/webstack-discuss/attachments/20080619/c086b9f2/attachment.txt>

[webstack-discuss] Sandboxing Apache

2008-06-19 Thread Nick Kew
A major asset for many Apache users is the ability to sandbox multiple users on a shared host. Apache offers limited capabilities in this area, such as "suexec" for CGI scripts. A more ambitious effort, the "Perchild" MPM, was designed to run different virtual hosts under different system users.

[webstack-discuss] Decoupling APR, APR-UTIL from HTTPD

2008-06-19 Thread Seema Alevoor
Henry Jen wrote: > On Wed, Jun 18, 2008 at 4:45 AM, Seema Alevoor > wrote: > > Hi, > > One of the tasks planned for webstack Apache is the decoupling of > APR, APR-UTIL from HTTPD and introducing them as separate packages. > This is required as

[webstack-discuss] Lighttpd version change

2008-06-19 Thread Amanda Waite
Hey Jean, It'll be b94. Amanda Jean Jayet wrote: > Amanda, > > do we have an idea by which nevada build the Lighttpd (1.4.19) is coming ? > > thks, > Jean > > Jyri Virkki a ?crit : > >> Amanda Waite wrote: >> >> >>> Thanks, what's the address of the Arc project log? >>> >>>

[webstack-discuss] Lighttpd version change

2008-06-19 Thread Jean Jayet
Amanda, do we have an idea by which nevada build the Lighttpd (1.4.19) is coming ? thks, Jean Jyri Virkki a ?crit : > Amanda Waite wrote: > >> Thanks, what's the address of the Arc project log? >> > > Send email to the appropriate ARC alias (lsarc-ext at sun.com or > psarc-ext at sun.com

[webstack-discuss] Code review for CR6691787 - SPARC performance enhancement opportunities in Ruby 1.8.6

2008-06-19 Thread Prashant Srinivasan
Jyri Virkki wrote: > > >> It was put back to ruby community, and ready in ruby 1.8.7. >> > > Is 1.8.7 released already? When will web stack be updating to that version? > Is it compatible, any reasons not to upgrade right away? > It's compatible, but Rails doesn't run correctly yet, be

[webstack-discuss] Code review for CR6709849 - gem has no man page

2008-06-19 Thread Jyri Virkki
Chris Zhu wrote: > >Using " _install -M" will add sunman-stability automatically in the >end of man page. Why not be consistent? Drop that text from the manpage and let _install add it. > As there's no official man page for gem, we created >gem.1 by ourselves Did you contribute this

[webstack-discuss] Code review for CR6691787 - SPARC performance enhancement opportunities in Ruby 1.8.6

2008-06-19 Thread Jyri Virkki
Chris Zhu wrote: > > I have update the webrev for CR6691787 - SPARC performance enhancement > opportunities in Ruby 1.8.6 , please help to review. > http://cr.opensolaris.org/~chriszhu/CR6691787-webrev/ Small detail but line 100 in Makefile.sfw is very long which makes for hard to read files. Ple

[webstack-discuss] Code review for CR6709849 - gem has no man page

2008-06-19 Thread Jyri Virkki
Chris Zhu wrote: > > Hi all, > > I have update the webrev for CR6709849 - gem has no man page , please help > to review. > http://cr.opensolaris.org/~chriszhu/CR6709849-webrev/ Looks ok to me. Curious why you cp/chmod the gem.1 file instead of _install like the others? Did you write the gem ma