Re: [users@httpd] Got warnings while installing Apache2.2.8

2011-03-01 Thread Vivek Thite-Patil
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

[users@httpd] Got warnings while installing Apache2.2.8

2011-03-01 Thread Vivek Thite-Patil
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 -

[users@httpd] ResinConfigServer and CauchoHost

2011-02-17 Thread Vivek Thite-Patil
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