[EMAIL PROTECTED] no libphp.so

2007-04-01 Thread jekillen
Hello agian; I have been gripping about php not producing libphp5.so for use as a DSO with Apache on FreeBSD v 6.2 >> good news >> I solved it. By re installing the system and starting all over again. After reading the output of ./configure in the php source dir, it was reporting that it could not

Re: [EMAIL PROTECTED] permissions on apxs

2007-04-01 Thread jekillen
esn't work, let me know. We'll need to move the conversation to the php-general mailing list. I'm not on the list but can resubscribe if need be. Hope this helps, Kris From: jekillen <[EMAIL PROTECTED]> Reply-To: users@httpd.apache.org To: users@httpd.apache.org Subject: [

[EMAIL PROTECTED] permissions on apxs

2007-03-31 Thread jekillen
Hello; I am trying to install php with apache as a DSO on FreeBSD v 6.2 . ./configure bails out complaining about apxs permission denied. What could be the possible causes? The script is in /usr/local/sbin which has root ownership and group wheel owner ship and is set executable and readable by ow

Re: [EMAIL PROTECTED] Where is libphp5.so?

2007-03-22 Thread jekillen
On Mar 22, 2007, at 6:40 AM, Sander Temme wrote: Hey Jeff, On Mar 21, 2007, at 4:58 PM, jekillen wrote: I was hoping for someone with enough knowledge of the development side of php that they could give me some specific suggestions about what to look for in scripts used in the configure

Re: [EMAIL PROTECTED] Where is libphp5.so?

2007-03-21 Thread jekillen
On Mar 20, 2007, at 11:45 PM, Gaƫl Lams wrote: Hi The following is a message I sent to the php-install mailing list. I am trying to cover all the bases by sending it to this list; Thanks in advance I am coming over here from the general questions list with this situation. I am using FreeBSD

[EMAIL PROTECTED] Where is libphp5.so?

2007-03-20 Thread jekillen
Hello; The following is a message I sent to the php-install mailing list. I am trying to cover all the bases by sending it to this list; Thanks in advance I am coming over here from the general questions list with this situation. I am using FreeBSD v 6.2. I have installed Apache v1.3.37 with: .

[EMAIL PROTECTED] install mystery

2007-03-17 Thread jekillen
Hello; I have tried to install Apache 1.3.37 twice on FreeBSD v6.2 with following commands in /usr/local/apache: first time: ./ configure --enable-module=so --enable-module=rewrite make make install second time ./ configure --enable-module=so --enable-module=rewrite --enable-shared=max make make

Re: [EMAIL PROTECTED] Memory problems from browser point of view

2007-03-15 Thread jekillen
On Mar 15, 2007, at 5:32 AM, Joshua Slive wrote: On 3/15/07, jekillen <[EMAIL PROTECTED]> wrote: Hello; I have not had experience with this in the past but I am doing a large project in php and I need to know what Apache sends the browser when it is having memory problems. If yo

[EMAIL PROTECTED] Memory problems from browser point of view

2007-03-14 Thread jekillen
Hello; I have not had experience with this in the past but I am doing a large project in php and I need to know what Apache sends the browser when it is having memory problems. For test purposes when I have users test the program I want to be able to get a feel for how much memory I can expect it

[EMAIL PROTECTED] stupid question

2007-01-10 Thread jekillen
Hello Apache users out there. I have a rookie question regarding access log entries. What is being requested with '-' '-' ? is this just a ping? I have a site that has attracted some one with a passion for this and it has been wasting the memory on this machine, to the point where processes won't

Re: [EMAIL PROTECTED] Two Nics, several ips aliased to each one

2006-09-28 Thread jekillen
On Sep 27, 2006, at 11:10 PM, Boyle Owen wrote: -Original Message- From: jekillen [mailto:[EMAIL PROTECTED] Sent: Thursday, September 28, 2006 1:34 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Two Nics, several ips aliased to each one ... Thanks for the reply, I

Re: [EMAIL PROTECTED] Two Nics, several ips aliased to each one

2006-09-27 Thread jekillen
On Sep 27, 2006, at 6:25 AM, Joshua Slive wrote: On 9/27/06, Boyle Owen <[EMAIL PROTECTED]> wrote: Apache tries to get a domain-name for all listened IP addresses at startup (eg, for self-referential URLs). if any fail to resolve, you get the warning. Just make sure all IPs resolve on the s

Re: [EMAIL PROTECTED] Two Nics, several ips aliased to each one

2006-09-27 Thread jekillen
On Sep 26, 2006, at 11:34 PM, Boyle Owen wrote: -Original Message- From: jekillen [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 27, 2006 7:17 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Two Nics, several ips aliased to each one Hello Apache list; I have a server

[EMAIL PROTECTED] Two Nics, several ips aliased to each one

2006-09-26 Thread jekillen
Hello Apache list; I have a server running FreeBSD 6.0 RELEASE with Apache 1.3.34. I have two network interface cards. I have Three static public IP's assigned to one interface card and three internal IP's assigned to the other interface. I want to do IP based hosting. I got as far as a warning