Re: [EMAIL PROTECTED] Revisiting my FastCGI problem

2007-03-21 Thread Richard Lynch
I don't know much about this, but you may be running afoul of the SE Linux settings in /etc/ On Wed, March 21, 2007 1:01 pm, Dragon wrote: > I originally posted here last week about a problem I am having with > FastCGI under Apache. > > After enabling debug log level and doing a few other experime

Re: [EMAIL PROTECTED] How to resolve this .htaccess conflict ?

2007-01-12 Thread Richard Lynch
I don't know the answer, but suspect you could experiment and find out faster than hearing back from somebody who DOES know the answer... Though whether that's a Documented Feature or not would be a Good Question, maybe... On Fri, January 12, 2007 1:33 pm, Ben Stover wrote: > Assume there is the

Re: [EMAIL PROTECTED] PHP configuration error

2007-01-06 Thread Richard Lynch
On Fri, January 5, 2007 5:22 pm, Jay Chandler wrote: > Richard Lynch wrote: >> On Fri, January 5, 2007 1:34 am, Jay Chandler wrote: >> >>> Using FreeBSD 6.1 here with Apache 2.2 and PHP 5 (both installed >>> from >>> ports)-- trying to get it to render .p

Re: [EMAIL PROTECTED] PHP configuration error

2007-01-05 Thread Richard Lynch
On Fri, January 5, 2007 1:34 am, Jay Chandler wrote: > Using FreeBSD 6.1 here with Apache 2.2 and PHP 5 (both installed from > ports)-- trying to get it to render .php pages correctly, but instead > it > insists on trying to save the files instead. > > I've added the following lines to httpd.conf:

Re: [EMAIL PROTECTED] No permission to access files.

2007-01-02 Thread Richard Lynch
On Mon, January 1, 2007 4:06 pm, Rod Rook wrote: > I've been running httpd web server under Fedora Core 4. > > Now, I installed Fedora Core 6 onto another hard drive and configured > httpd > server with the same /etc/httpd/conf/httpd.conf as under FC4. > > My web server is running now, but outside

Re: [EMAIL PROTECTED] measure performance of a php-script with apache ab

2007-01-02 Thread Richard Lynch
On Mon, January 1, 2007 9:29 am, Stefani Gerber wrote: > I want to measure the performance of a specific php-script. That > script > performs, based on session information (that I copied directly into > that > file for test purposes), It's possible that the session setup/breakdown takes 2 seconds

Re: [EMAIL PROTECTED] Understanding 404 Not Found and Google Sitemaps Tools

2006-12-31 Thread Richard Lynch
You probably have an ErrorDocument which, instead of returning a true 404 error, returns a nice nifty page, with a 200, and then an HTML document that has 404 in it. Dig into Apache ErrorDocument settings and possibly and RewriteRule that involve something like ".*" (any URL at all). Turning on R

Re: [EMAIL PROTECTED] trying to make apache a streaming server

2006-12-23 Thread Richard Lynch
On Fri, December 22, 2006 12:00 pm, ibanex22 wrote: > I have recently installed apache on an OpenBSD system and have > successfully > gotten all my media on there. It's great except I would really like > for > when someone clicks on an .mp3 to have it redirect it to a seperate > frame. > Therefore

[EMAIL PROTECTED] ClearDirectoryIndex

2006-12-21 Thread Richard Lynch
At a certain sub-directory, deep in the depths of shared hosting, where I have limited control over super-configuration settings, I would like there to be NO DirectoryIndex kicking in. I just want that pretty page Apache kicks out. AutoIndex or whatever it is. Fancy, plain, whatever, so long as

Re: [EMAIL PROTECTED] reload or restart for php.ini changes to take effect?

2006-12-21 Thread Richard Lynch
On Thu, December 21, 2006 10:46 am, Bing Du wrote: > Apache/2.0.52 > PHP Version 4.3.9 > > I changed safe_mode and safe_mode_exec_dir in my php.ini. To make the > changes take effect, should I reload or restart httpd? Yes. php.ini is read at startup when PHP is loaded as a Module. For CGI, php.

Re: [EMAIL PROTECTED] Processes not yielding, and lockf

2006-12-15 Thread Richard Lynch
On Fri, December 15, 2006 10:59 am, Joshua Slive wrote: > On 12/15/06, Kevin Jones <[EMAIL PROTECTED]> wrote: >> I used the server-status handler with extended status to see what >> was happening. I have also reduced the KeepAliveTimeout to 4 >> seconds. I placed session_write_close() within my scr

Re: [EMAIL PROTECTED] Processes not yielding, and lockf

2006-12-14 Thread Richard Lynch
On Wed, December 13, 2006 10:43 pm, Kevin Jones wrote: > What do lockf and sbwait mean? Are the processes just idling? This answer falls more under the realm of Voodoo than Debugging, but it's possible that the lockf processes are waiting on PHP to finish its locked session storage. It's very ver

Re: [EMAIL PROTECTED] Enabling huge uploads

2006-12-14 Thread Richard Lynch
On Thu, December 14, 2006 2:37 am, Curby wrote: > I'm having trouble accepting large file uploads in Apache 2.0.46 > (RHEL3). I've set > > LimitRequestBody 1074790400 I *think* Apache also has a separate Limit on the POST size... Search for that in your httpd.conf and http://apache.org directive

Re: [EMAIL PROTECTED] loadbalancing with Apache - Sticky Sessions

2006-12-14 Thread Richard Lynch
On Thu, December 14, 2006 10:16 am, Richard de Vries wrote: > I'm experiencing some problems with our loadbalancer > infrastructure over our Apache webservers and I've > been asked to set some sort of Session ID either in > the environment variables, or as part of the URL. > > Something the loadbal

Re: [EMAIL PROTECTED] MPM prefork

2006-12-14 Thread Richard Lynch
On Thu, December 14, 2006 11:09 am, Grant wrote: > I use mod_perl and I can't use a threaded perl. Does that mean I > can't use a threaded apache2? I don't know, but I suspect your analysis is correct. mod_php also has issues with thread safety that makes MPM in anything other than pre-fork prob

RE: [EMAIL PROTECTED] RewriteRule oddity

2006-12-14 Thread Richard Lynch
On Tue, December 12, 2006 1:22 am, Boyle Owen wrote: >> -Original Message- >> From: Richard Lynch [mailto:[EMAIL PROTECTED] >> Sent: Tuesday, December 12, 2006 2:32 AM >> To: users@httpd.apache.org >> Subject: [EMAIL PROTECTED] RewriteRule oddity >> &

[EMAIL PROTECTED] RewriteRule oddity

2006-12-11 Thread Richard Lynch
I have a RewriteRule that works on all but one (1) input where I would expect it to work. Here is the site (currently very ugly, but functional): http://telephonebook.com/index.php The example redirect links all work. If you try it with '2' the re-direct behaves as expected: http://telephonebook