Re: [EMAIL PROTECTED] setting ORACLE_HOME

2007-07-01 Thread Vincent Bray
On 02/07/07, James White <[EMAIL PROTECTED]> wrote: I am trying to install Oracle XE to run PHP scripts. I have read that it is preferable to set ORACLE_HOME before starting Apache instead of using putenv() in the PHP script. I have tried the recommended script. ORACLE_HOME=/usr/lib/oracle/xe/ap

Re: [EMAIL PROTECTED] How to serve images from memory?

2007-07-01 Thread Norman Peelman
Cathy Murphy wrote: In Apache, is there a way to serve images from memory instead of disk? -Cathy www.nachofoto.com Check: http://httpd.apache.org/docs/2.0/mod/mod_cache.html Norm - The official Us

Re: [EMAIL PROTECTED] How to serve images from memory?

2007-07-01 Thread Sean Carey
Im not sure about httpd, but you could always use squid. Cheers, Sean Carey 617-820-0563 [EMAIL PROTECTED] Sent from my iPhone On Jul 1, 2007, at 8:39 PM, "Cathy Murphy" <[EMAIL PROTECTED]> wrote: In Apache, is there a way to serve images from memory instead of disk? -Cathy www.nachofoto

[EMAIL PROTECTED] How to serve images from memory?

2007-07-01 Thread Cathy Murphy
In Apache, is there a way to serve images from memory instead of disk? -Cathy www.nachofoto.com

[EMAIL PROTECTED] setting ORACLE_HOME

2007-07-01 Thread James White
Hi, I am trying to install Oracle XE to run PHP scripts. I have read that it is preferable to set ORACLE_HOME before starting Apache instead of using putenv() in the PHP script. I have tried the recommended script. ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server export ORACLE_HOME

Re: [EMAIL PROTECTED] Application using Apache and URL schema inquiry

2007-07-01 Thread Steve Finkelstein
Thanks for the response. The users don't have any accounts on the application web server(s). Their username is just how I currently identify each user through a unique URL. The web content should be the same for all users, they just need to each connect to a separate database. - sf Lindsay Ha

[EMAIL PROTECTED] performance and mod_deflate optimization

2007-07-01 Thread Julius Thyssen
Hi, I'm trying to optimize speed by using mod_deflate on a particular personal server. It runs Apache httpd 2.052+ and PHP Version 5.1.6, with eaccellerator, on Linux 2.6.9-023stab033.6 SMP kernel for CentOS 4.5. Roughly, it serves 5 websites, combined they get about 1 real human visit each seco

Re: [EMAIL PROTECTED] Stopping a form processing if size of file is too big with Apache.

2007-07-01 Thread Tom Donovan
Norman Khine wrote: Hello, I have a POST form into which I allow the user to upload an image file png, flash, gif, jpg. Is there anything I can do with Apache involving artificially stopping the upload after receiving enough bytes to constitute the image header, and then deciding whether or not

[EMAIL PROTECTED] Stopping a form processing if size of file is too big with Apache.

2007-07-01 Thread Norman Khine
Hello, I have a POST form into which I allow the user to upload an image file png, flash, gif, jpg. Is there anything I can do with Apache involving artificially stopping the upload after receiving enough bytes to constitute the image header, and then deciding whether or not to proceed with the up

Re: [EMAIL PROTECTED] Re: Customized 403-404 error pages

2007-07-01 Thread lists
Morgan Gangwere wrote: > can you make apache use different errordocs w/o changing any config > files? im using a free webhost that dosnt allow for special config > files... most free webhosts will allow an .htaccess file, which can be used to configure apache to use custom error pages. Their "file