solarg wrote:
> hello all,
> on my os2009.06 b111b, i'm running SAMP, with SUNWapach22, but since 
> i've upgraded from b101b, my websites often hang, and i have to 
> restart httpd.

work-around for hang sent to you directly (it is also attached to an old 
thread in this list and accessible from the forum view)

> Somebody points me that there are too many modules loaded by default, 
> and that's a bad thing.

yeah, that's not optimal but has nothing to do with a hang; you can 
comment out unused modules in /etc/apache2/2.2/conf.d/modules-32.load or 
modules-64.load

> I'm also tryng to use status with apachectl, but it doesn't work:
> # /usr/apache2/2.2/bin/apachectl status
>                                    Not Found
>
>    The requested URL /server-status was not found on this server.

The server-status page isn't set up by default.  (I'm away from an 
install at the moment and don't recall which config file to tweak :(  
Sorry.)  modules-{32,64}.load should have the LoadModule for 
mod_status.so and one of the conf.d/*.conf files should have

<Location /server-status>
SetHandler server-status
...
</Location>

(look in /etc/apache2/2.2/samples-conf.d for the file with the sample 
/server-status config)
>
> Switching to webstack could be a solution? 

> Why Sun is delevering different AMP?

SUNWapch22 is the sole Sun delivery of Apache 2.2 for OpenSolaris.  You 
can call it SAMP or AMP or Web Stack or whatever, but there's just one 
delivery.

Reply via email to