[EMAIL PROTECTED] Cross Compile Apache2?

2006-11-14 Thread Tony Di Croce
Has anyone here ever tried to cross compile apache2?I've gotten past a lot of issues but I'm pretty stuck right now.../root/httpd-2.0.59/srclib/apr/libtool --silent --mode=link ppc_4xx-gcc  -g -O2    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I/root/httpd- 2.0.59/srcli

Re: [EMAIL PROTECTED] https problem

2005-12-09 Thread Tony Di Croce
nored.-----Original Message-From: Tony Di Croce [mailto:[EMAIL PROTECTED] ]Sent: Dienstag, 6. Dezember 2005 19:04To: users@httpd.apache.orgSubject: Re: [EMAIL PROTECTED] https problemI agree it is non-optimal...But short of implementing something like user mode linux, its the best way to do

Re: [EMAIL PROTECTED] https problem

2005-12-06 Thread Tony Di Croce
Any disclaimer attached to this message may be ignored.-Original Message-From: Tony Di Croce [mailto: [EMAIL PROTECTED]]Sent: Dienstag, 6. Dezember 2005 15:42To: users@httpd.apache.orgSubject: Re: [EMAIL PROTECTED] https problem Hmm...But why would the URL in the browser not match the name in th

Re: [EMAIL PROTECTED] https problem

2005-12-06 Thread Tony Di Croce
BoyleDisclaimer: Any disclaimer attached to this message may be ignored.-Original Message-From: Tony Di Croce [mailto: [EMAIL PROTECTED]]Sent: Donnerstag, 24. November 2005 00:43To: users@httpd.apache.orgSubject: Re: [EMAIL PROTECTED] https problem I assume a.com and b.com resolve to the

Re: [EMAIL PROTECTED] https problem

2005-11-23 Thread Tony Di Croce
I assume a.com and b.com resolve to the same IP address. If so, https to either domain will go to :443.Remember that SSL cannot use the Hostname to distinguish sites, so the two requests look the same to apache and so you get the first VH on IP:443.Rgds,Owen BoyleDisclaimer: Any disclaimer attache

Re: [EMAIL PROTECTED] High cpu load on apache

2005-11-23 Thread Tony Di Croce
This looks to me like something is attempting to allocate memory in a loop, until the request succeeds. But it's never succeeding.On 11/22/05, Kjell Grindalen < [EMAIL PROTECTED] > wrote: Hi everyone! I am runninng apache-2.0.55 on a Solaris 9 SPARC server. I use the server a a frontend

Re: [EMAIL PROTECTED] Problems with installing a precompiled tarball to separate directories

2005-11-21 Thread Tony Di Croce
Consider chrooting it. Then, you can put it wherever you want, on as many servers as you want. here is an article: http://www.linuxtecharticles.com/chrootingapache.html     tdOn 11/21/05, Per Weisteen <[EMAIL PROTECTED]> wrote: HiI need to be able to install Apache 1.3.34 to different directori