Tue, Mar 1, 2011 at 6:25 AM, Vivek Thite-Patil
> wrote:
> > Hi ,
> >
> > When I installed "Apache2.2.8", I used the following commands.
> >
> > CC="/opt/solstudio12.2/bin/cc"
> > CFLAGS="-xtarget=generic -m64 -xO4"
> > CXX
Hi ,
When I installed "Apache2.2.8", I used the following commands.
CC="/opt/solstudio12.2/bin/cc"
CFLAGS="-xtarget=generic -m64 -xO4"
CXX="CC"
CXXFLAGS="-xtarget=generic -m64 -xO4 "
LDFLAGS="-L/usr/lib/64 -R/usr/lib/64"
./configure
--prefix=/opt/apache2 --enable-so --enable-mods-shared=most
-
Hi ,
i have installed Apache2.2.8 on Solaris 10 . In httpd.conf i had set -
ResinConfigServer 203.165.30.40 28064
but i was not able to access the UI deployed in resin. Response was 503.
but when i replaced ResinConfigServer by CauchoHost , it worked fine.
i came to know ResinC