Re: Resin with Apache install question

2002-03-25 Thread Jason Costomiris
On Sun, Mar 24, 2002 at 09:00:07PM -0800, Michael Oatman wrote: : And to complicate matters, it appears that in RH7.2, apache : gets installed in /etc/httpd, /usr/include/apache, /var/www, : and /var/log/httpd, the last two being symlinked from : /etc/httpd. Wow, you guys sure seem to love makin

Re: Resin with Apache install question

2002-03-25 Thread Leila Lappin
I followed the suggestion I received and checked configure script under resin. It appears that if I pass apache's root directory (in my case /usr) the script will figure out the rest. So thanks to the tips and advice I've successfully installed resin with apache support. Now I'm looking to see

Re: Resin with Apache install question

2002-03-25 Thread Bill Crawford
On Sun, 24 Mar 2002, Michael Oatman wrote: > And to complicate matters, it appears that in RH7.2, apache > gets installed in /etc/httpd, /usr/include/apache, /var/www, > and /var/log/httpd, the last two being symlinked from > /etc/httpd. > > So how would one instruct the configure to set things

Re: Resin with Apache install question

2002-03-24 Thread Michael Oatman
And to complicate matters, it appears that in RH7.2, apache gets installed in /etc/httpd, /usr/include/apache, /var/www, and /var/log/httpd, the last two being symlinked from /etc/httpd. So how would one instruct the configure to set things up with ServerRoot = /etc/httpd but with /usr/include/a

Re: Resin with Apache install question

2002-03-24 Thread Leila Lappin
Thank you all for the responses. I'm going to check the documentation provided with the downloaded package to see if I find something more. thanks again Leila --- David Talkington <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Bill Crawford wrote: > > >>

Re: Resin with Apache install question

2002-03-24 Thread sixx
On Mon, 2002-03-25 at 08:25, Leila Lappin wrote: > Hello all, > > I'm not if this is the appropriate list for this > question, if not please kindly direct me to the right > one. My question is I want to install resin with > apache support. The documentatio on Resin site says > that I have to do

Re: Resin with Apache install question

2002-03-24 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill Crawford wrote: >>unix> ./configure --with-apache- /apache-rootdir >>unix> make >> >> Should I pass /usr/lib/apache or /usr/include/apache >> as the parameter to configure? > > This is tricky ... technically the "server root" is /etc/ht

Re: Resin with Apache install question

2002-03-24 Thread Bill Crawford
On Sun, 24 Mar 2002, Leila Lappin wrote: > Hello all, > > I'm not if this is the appropriate list for this > question, if not please kindly direct me to the right > one. My question is I want to install resin with > apache support. The documentatio on Resin site says > that I have to do the fo

Resin with Apache install question

2002-03-24 Thread Leila Lappin
Hello all, I'm not if this is the appropriate list for this question, if not please kindly direct me to the right one. My question is I want to install resin with apache support. The documentatio on Resin site says that I have to do the following unix> ./configure --with-apache- /apache-roo