Re: [PHP] Resource problem affecting Curl functions

2006-09-20 Thread Google Kreme
On 20 Sep 2006, at 06:09 , Mark Krenz wrote: On Wed, Sep 20, 2006 at 06:34:32AM GMT, Google Kreme [EMAIL PROTECTED] said the following: On 19 Sep 2006, at 12:12 , Mark Krenz wrote: I run a shared webserver with a few hundred vhost containers in Apache's config. Are these vhosts all containe

Re: [PHP] Resource problem affecting Curl functions

2006-09-20 Thread Mark Krenz
I doubt this makes a difference, but its all in one vhost.conf file. The httpd.conf file includes that file. So does anyone have any ideas about my problem with curl functions? On Wed, Sep 20, 2006 at 06:34:32AM GMT, Google Kreme [EMAIL PROTECTED] said the following: > On 19 Sep 2006, at 12

Re: [PHP] Resource problem affecting Curl functions

2006-09-20 Thread Børge Holen
On Wednesday 20 September 2006 08:34, Google Kreme wrote: > On 19 Sep 2006, at 12:12 , Mark Krenz wrote: > > I run a shared webserver with a few hundred vhost containers in > > Apache's config. > > Are these vhosts all contained in httpd.conf, or are they separate > files? Depends on your config

Re: [PHP] Resource problem affecting Curl functions

2006-09-19 Thread Google Kreme
On 19 Sep 2006, at 12:12 , Mark Krenz wrote: I run a shared webserver with a few hundred vhost containers in Apache's config. Are these vhosts all contained in httpd.conf, or are they separate files? Does it make a difference? -- ...when you're no longer searching for beauty or love, jus

[PHP] Resource problem affecting Curl functions

2006-09-19 Thread Mark Krenz
I run a shared webserver with a few hundred vhost containers in Apache's config. Recently I got to a point where I added enough vhosts to cause a problem with curl functions in PHP. Basically, when PHP tries to make the curl call to get the webpage, it just hangs the HTTP request to my webserv