[webstack-discuss] Review: Fix for CR 6782657 (When ssl is enabled, prefork fails to stop gracefully)

2009-02-23 Thread Seema Alevoor
Jeff Trawick wrote: > Seema Alevoor wrote: >> Hi, >> >> Please review the webrev for CR 6782657 at >> http://cr.opensolaris.org/~seema/6782657/ > > +1 for this change Thanks for the review. > > To consider in the future: > * This patch obviously doesn't help/hurt the worker build, but over > th

[webstack-discuss] Review: Fix for CR 6782613 ('apr-1-config --cflags' should include the build time cflags)

2009-02-23 Thread Jeff Trawick
Seema Alevoor wrote: > Please review the webrev at http://cr.opensolaris.org/~seema/6782613/ > > Main changes: > * --cflags includes CFLAGS and EXTRA_CFLAGS > * --link-ld and --link-libtool options includes --ldflags option value. > These all sound like APR fixes, and not issues with our integratio

[webstack-discuss] PHP5 Feature Enhancements [LSARC/2009/124 FastTrack timeout 02/27/2009]

2009-02-23 Thread Jeff Trawick
James Carlson wrote: > Jeff Trawick writes: > >> * The system now has two alternative LDAP libraries. >> * Traditional Solaris stuff works with the native library just fine >> thank you. >> * Open source packages developed on other platforms work fine with OpenLDAP. >> > > If the two libra

[webstack-discuss] Varnish on Solaris

2009-02-23 Thread Jyri Virkki
IgorM wrote: > I compiled varnish (2.0.2 and 2.0.3) on Solaris 10 and I'm seeing > some buggy behavior when using it. I also tried using your varnish > IPS package on a open solaris box and I don't see the same problems > there, so I wonder if you did something incorrectly and that is > causing my

[webstack-discuss] [sfwnv-discuss] Code review for Lighttpd 1.4.21 update

2009-02-23 Thread Matt Ingenthron
Jyri Virkki wrote: > Matt Ingenthron wrote: > >> I figured that, but what "works" and what is designed to work with the >> client/server of different versions is what I wasn't sure about. >> > > It needs to go with the formally documented-to-work choice. > Obviously :) I just wasn't

[webstack-discuss] The PHP pages are not being refreshed when modified

2009-02-23 Thread Sriram Natarajan
PHP APC module is enabled by default within PHP. I think, this is some how causing this problem - though it is not supposed to . Some other people also saw a very similar behavior couple of weeks back. Can you kindly disable PHP APC module - by commenting the below line within /etc/php/5.2/co

[webstack-discuss] [sfwnv-discuss] Code review for Lighttpd 1.4.21 update

2009-02-23 Thread Jyri Virkki
Matt Ingenthron wrote: > > >MySQL 5.0 database will connect and work with an application that is > >linked with MySQL 5.1 client library. Just by linking to MySQL 5.1 > >client libraries doesn't make your application not talk to MySQL 5.0 > >database. > > I figured that, but what "works" and wh

[webstack-discuss] Code review for Lighttpd 1.4.21 update

2009-02-23 Thread Jyri Virkki
Amanda waite wrote: > > >Noticed the rbac changes in SUNWlighttpd14r/prototype_com but didn't > >notice where they're coming from? Also, is that part of the upstream > >1.4.21 update? > > I learned this rbac stuff from doing code reviews, this is apparently > the correct way of updating rbac file

[webstack-discuss] The PHP pages are not being refreshed when modified

2009-02-23 Thread HernĂ¡n Saltiel
Hello! I'm Hern?n, and have some doubt about the behavior of the Apache 2.2 web server when installed onto an OpenSolaris 2008.11. I've installed the SUNWapch22 package, and the "pkg info SUNWapch22" show this: Name: SUNWapch22 Summary: Apache Web Server V2.2 Category: Web S

[webstack-discuss] PHP5 Feature Enhancements [LSARC/2009/124 FastTrack timeout 02/27/2009]

2009-02-23 Thread James Carlson
Jeff Trawick writes: > * The system now has two alternative LDAP libraries. > * Traditional Solaris stuff works with the native library just fine > thank you. > * Open source packages developed on other platforms work fine with OpenLDAP. If the two libraries weren't hostile to each other (which l

[webstack-discuss] Update Squid Proxy Server to 2.7STABLE5 [LSARC/2009/130 FastTrack timeout 03/01/2009]

2009-02-23 Thread Jyri Virkki
I am sponsoring this case for Rahul Nair. It updates Squid to the latest. Timeout set to 03/01/2009. Template Version: @(#)sac_nextcase 1.68 02/23/09 SMI This information is Copyright 2009 Sun Microsystems 1. Introduction 1.1. Project/Component Working Name: Update Squid Proxy Ser

[webstack-discuss] about the non-production, default Apache configs in OpenSolaris

2009-02-23 Thread Seema Alevoor
On 02/20/09 20:35, Jeff Trawick wrote: > (a simple diversion I hope from the other thread; I'll get back to that > as soon as practical, and I appreciate the contributions there) > > We're getting pretty late in the 2009.06 cycle, so big changes for > Apache configuration aren't likely to be i

[webstack-discuss] PHP5 Feature Enhancements [LSARC/2009/124 FastTrack timeout 02/27/2009]

2009-02-23 Thread Jeff Trawick
James Carlson wrote: > Jeff Trawick writes: > >> James Carlson wrote: >> >>> Has this change (and the reason for it) been discussed with the team >>> that supports the native Solaris LDAP library? >>> >>> >>> >> It has been discussed to a small extent. >> > > That begs the ne

[webstack-discuss] [sfwnv-discuss] Code review for Lighttpd 1.4.21 update

2009-02-23 Thread Matt Ingenthron
Sriram Natarajan wrote: > > > Matt Ingenthron wrote: >> Sriram Natarajan wrote: >>> >>> >>> - MySQL 5.1 splits its database and clients libraries separately. >>> So, once MySQL 5.1 is integrated , you might want to depend on >>> SUNWmysql51lib rather than depending on SUNWmysql5u as is the case

[webstack-discuss] [sfwnv-discuss] Code review for Lighttpd 1.4.21 update

2009-02-23 Thread Sriram Natarajan
Matt Ingenthron wrote: > Sriram Natarajan wrote: >> >> >> - MySQL 5.1 splits its database and clients libraries separately. So, >> once MySQL 5.1 is integrated , you might want to depend on >> SUNWmysql51lib rather than depending on SUNWmysql5u as is the case >> right now. right now, it looks

[webstack-discuss] PHP5 Feature Enhancements [LSARC/2009/124 FastTrack timeout 02/27/2009]

2009-02-23 Thread James Carlson
Jeff Trawick writes: > James Carlson wrote: > > Has this change (and the reason for it) been discussed with the team > > that supports the native Solaris LDAP library? > > > > > It has been discussed to a small extent. That begs the next question: are they in substantial agreement with the dire

[webstack-discuss] [sfwnv-discuss] Code review for Lighttpd 1.4.21 update

2009-02-23 Thread Matt Ingenthron
Sriram Natarajan wrote: > > > - MySQL 5.1 splits its database and clients libraries separately. So, > once MySQL 5.1 is integrated , you might want to depend on > SUNWmysql51lib rather than depending on SUNWmysql5u as is the case > right now. right now, it looks like one will need to install a

[webstack-discuss] PHP5 Feature Enhancements [LSARC/2009/124 FastTrack timeout 02/27/2009]

2009-02-23 Thread Jeff Trawick
James Carlson wrote: > Jyri Virkki writes: > >> 2.3 Integrate PHP runtime with OpenLDAP libraries. >> >> This project will switch the LDAP client library internally used by PHP LDAP >> extension from native Solaris LDAP to OpenLDAP client library. >> > > Has this change (and the reason fo

[webstack-discuss] [sfwnv-discuss] Code review for Lighttpd 1.4.21 update

2009-02-23 Thread Sriram Natarajan
what does 'rbac' within the 'prototype' do ? +e rbac etc/security/exec_attr 0644 root sys +e rbac etc/security/prof_attr 0644 root sys +e rbac etc/user_attr 0644 root sys also, I see the above 3 files within the prototype file. However, I don't see 'exec_attr' being installed within the install

[webstack-discuss] Review: Fix for CR 6782657 (When ssl is enabled, prefork fails to stop gracefully)

2009-02-23 Thread Jyri Virkki
Jeff Trawick wrote: > > To consider in the future: > * This patch obviously doesn't help/hurt the worker build, but over the > long haul it may be less confusing to keep the set of patches the same > for all Apache builds (32 vs 64, prefork vs worker) except when > absolutely necessary. +1, and

[webstack-discuss] Code review for Lighttpd 1.4.21 update

2009-02-23 Thread Jyri Virkki
Amanda Waite wrote: > > Hi there, > > > Can I get a code review for updating Lighttpd to version 1.4.21 please. > Webrev is here: > > http://cr.opensolaris.org/~tekgrrl/CR-6781455/ I was going to ask about status of lighttpd-fix_mod_simple_vhost.patch but went and read the CR and I see it is

[webstack-discuss] Apache and APR-Util Using OpenLDAP [LSARC/2009/123 FastTrack timeout 02/27/2009]

2009-02-23 Thread James Carlson
Jyri Virkki writes: > The native Solaris LDAP and OpenLDAP SDKs implement some of the > same symbols. Any libraries loaded into the same process as > APR-Util and Apache must use the same LDAP SDK, or the behavior > is undefined. > > Other users of the Ope

[webstack-discuss] MySQL 5.0.77 for OpenSolaris / Solaris 10

2009-02-23 Thread Jyri Virkki
Lars Heill wrote: > > Sriram Natarajan wrote: > >Hi > >Are we going to integrate latest MySQL release - MySQL 5.0.77 within > >OpenSolaris / Solaris 10 (as part of Web Stack 1.5) ? > > 5.1.30 is targeted for b110, no plans for 5.0.77. Since 5.1 integration does not replace 5.0, the SUNWmysql5 pa

[webstack-discuss] PHP5 Feature Enhancements [LSARC/2009/124 FastTrack timeout 02/27/2009]

2009-02-23 Thread James Carlson
Jyri Virkki writes: > 2.3 Integrate PHP runtime with OpenLDAP libraries. > > This project will switch the LDAP client library internally used by PHP LDAP > extension from native Solaris LDAP to OpenLDAP client library. Has this change (and the reason for it) been discussed with the team that su

[webstack-discuss] Varnish on Solaris

2009-02-23 Thread IgorM
Hi folks, I know that my question is not directly related to webstack and OpenSolaris, but I thought that I'd give it a try here. I compiled varnish (2.0.2 and 2.0.3) on Solaris 10 and I'm seeing some buggy behavior when using it. I also tried using your varnish IPS package on a open solaris b

[webstack-discuss] Review: Fix for CR 6782657 (When ssl is enabled, prefork fails to stop gracefully)

2009-02-23 Thread Seema Alevoor
Thanks for the review. -- Seema. On 02/23/09 14:29, Amanda Waite wrote: > Looks fine. > > Amanda > > > Seema Alevoor wrote: >> Hi, >> >> Please review the webrev for CR 6782657 at >> http://cr.opensolaris.org/~seema/6782657/ >> >> >> Thanks, >> Seema. >> __

[webstack-discuss] Review: Fix for CR 6782657 (When ssl is enabled, prefork fails to stop gracefully)

2009-02-23 Thread Seema Alevoor
Hi, Please review the webrev for CR 6782657 at http://cr.opensolaris.org/~seema/6782657/ Thanks, Seema.

[webstack-discuss] Review: Fix for CR 6782657 (When ssl is enabled, prefork fails to stop gracefully)

2009-02-23 Thread Jeff Trawick
Seema Alevoor wrote: > > > Jeff Trawick wrote: >> Seema Alevoor wrote: >>> Hi, >>> >>> Please review the webrev for CR 6782657 at >>> http://cr.opensolaris.org/~seema/6782657/ >> >> +1 for this change > Thanks for the review. >> >> To consider in the future: >> * This patch obviously doesn't help/

[webstack-discuss] DRAFT ARC case for Squid 2.7 STABLE5

2009-02-23 Thread rahul
The updated squid draft attached. | > | What's missing in the exported interface table is: | > | > | - the removed directives: previous classification: XYZ | > | (I don't remember value of XYZ, look up in previous case) | > | new classification: Obsolete XYZ | > | > | - the added directives;

[webstack-discuss] Apache and APR-Util Using OpenLDAP [LSARC/2009/123 FastTrack timeout 02/27/2009]

2009-02-23 Thread Jeff Trawick
Danek Duvall wrote: > Would the binding problems go away if you linked against openldap with > direct binding? I also see that the library is linked against libsendfile > and libuuid, which are also unused -- perhaps -z ignore on the link would > help? > Although I'm familiar with using linker

[webstack-discuss] MySQL 5.0.77 for OpenSolaris / Solaris 10

2009-02-23 Thread Sriram Natarajan
Jeff Trawick wrote: > Matt Ingenthron wrote: >> Sriram Natarajan wrote: >>> >>> >>> Lars Heill wrote: Sriram Natarajan wrote: > Hi > Are we going to integrate latest MySQL release - MySQL 5.0.77 > within OpenSolaris / Solaris 10 (as part of Web Stack 1.5) ? 5.1.30 is t

[webstack-discuss] Unable to load dynamic library '/usr/php/5.2/modules/gd.so'

2009-02-23 Thread Jeff Trawick
Stephan Ferraro wrote: > I can't use on my snv_106 the library gd in PHP. > I get the following error when I start my apache 2.2 server in a zone: > PHP Warning: PHP Startup: Unable to load dynamic library > '/usr/php/5.2/modules/gd.so' - ld.so.1: httpd: fatal: libX11.so.4: open > failed: No suc

[webstack-discuss] about the non-production, default Apache configs in OpenSolaris

2009-02-23 Thread Sriram Natarajan
Seema Alevoor wrote: > > > If we are providing new modules-*.load files, then during upgrade, if > the user > has modified the existing httpd.conf but not modified modules-*.load > files, then > all of them (user's copy) will be preserved and the newly installed > ones will > be installed with

[webstack-discuss] Unable to load dynamic library '/usr/php/5.2/modules/gd.so'

2009-02-23 Thread Sriram Natarajan
Stephan I presume you are using SXCE edition of opensolaris. What type of Solaris installation did you choose ? Did you choose a minimal Solaris 11 installation or some thing like that. Looks like , you are missing some basic X-window runtime libraries and I wonder how you got there in the firs

[webstack-discuss] Review: Fix for CR 6782657 (When ssl is enabled, prefork fails to stop gracefully)

2009-02-23 Thread Amanda Waite
Looks fine. Amanda Seema Alevoor wrote: > Hi, > > Please review the webrev for CR 6782657 at > http://cr.opensolaris.org/~seema/6782657/ > > > Thanks, > Seema. > ___ > > > webstack-discuss mailing list > webstack-discuss at opensolaris.org > http://ma

[webstack-discuss] [sfwnv-discuss] Code review for Lighttpd 1.4.21 update

2009-02-23 Thread Amanda Waite
Paul Cunningham wrote: > Amanda, > > This looks good to me :-) > Just a single question ... > Why are the following man pages hidden away rather than being > installed in /usr/share/man ? ... > 87 d none usr/lighttpd/1.4/man/man1 0755 root bin > 88 f none usr/lighttpd/1.4/man/man1/lighttpd.1 0

[webstack-discuss] [sfwnv-discuss] Code review for Lighttpd 1.4.21 update

2009-02-23 Thread Paul Cunningham
Amanda, This looks good to me :-) Just a single question ... Why are the following man pages hidden away rather than being installed in /usr/share/man ? ... 87 d none usr/lighttpd/1.4/man/man1 0755 root bin 88 f none usr/lighttpd/1.4/man/man1/lighttpd.1 0444 root bin 89 f none usr/lightt

[webstack-discuss] MySQL 5.0.77 for OpenSolaris / Solaris 10

2009-02-23 Thread Jeff Trawick
Matt Ingenthron wrote: > Sriram Natarajan wrote: >> >> >> Lars Heill wrote: >>> Sriram Natarajan wrote: Hi Are we going to integrate latest MySQL release - MySQL 5.0.77 within OpenSolaris / Solaris 10 (as part of Web Stack 1.5) ? >>> >>> 5.1.30 is targeted for b110, no plans for 5.0

[webstack-discuss] Review: Fix for CR 6782657 (When ssl is enabled, prefork fails to stop gracefully)

2009-02-23 Thread Jeff Trawick
Seema Alevoor wrote: > Hi, > > Please review the webrev for CR 6782657 at > http://cr.opensolaris.org/~seema/6782657/ +1 for this change To consider in the future: * This patch obviously doesn't help/hurt the worker build, but over the long haul it may be less confusing to keep the set of patch

[webstack-discuss] Unable to load dynamic library '/usr/php/5.2/modules/gd.so'

2009-02-23 Thread Stephan Ferraro
I can't use on my snv_106 the library gd in PHP. I get the following error when I start my apache 2.2 server in a zone: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/php/5.2/modules/gd.so' - ld.so.1: httpd: fatal: libX11.so.4: open failed: No such file or directory in Unknown on