ludo wrote:
> I confirme that after an installation of the apache modules, and
> successful usage of the server (so with good /var/run/apache2/2.2 dir) ,
> then a reboot of SXDE b77, the var/run/apache2 does not exist anymore,
>
You can add the creation of this directory at the top of apachectl:
if [ ! -d /var/run/apache2/2.2 ] ; then
mkdir -p /var/run/apache2/2.2
chown -R webservd /var/run/apache2/2.2
chgrp -R webservd /var/run/apache2/2.2
fi
--Stefan
--
Stefan Teleman
Sun Microsystems, Inc.
Stefan.Teleman at Sun.COM