Re: [users@httpd] Installing Subversion support for Apache

2011-06-20 Thread Yehuda Katz
On Mon, Jun 20, 2011 at 4:21 PM, Kevin Christensen wrote: > "httpd.exe: Syntax error on line 83 of C:/Program Files (x86)/Apache > Software Foundation/Apache2.2/conf/**httpd.conf: LoadModule takes two > arguments, a module name and the name of a shared object file to load it > from" > > The line t

Re: [users@httpd] Change $PATH in apache

2011-06-20 Thread Igor Cicimov
Run those commands in terminal and start apache from the same terminal. To make it permanent add those line in the shell rc file for the user you are starting apache with. Igor On Tue, Jun 21, 2011 at 6:42 AM, Eddy Sturg wrote: > Hey folks, > > I'm sure this is a dumb question, but I've searche

[users@httpd] Change $PATH in apache

2011-06-20 Thread Eddy Sturg
Hey folks, I'm sure this is a dumb question, but I've searched and read - all to no avail. httpd-2.2.3-43.el5.centos.3 CentOS release 5.5 (Final) And I've installed the current python from source in /opt/python We're trying to run trac and svn which include some python scripts. I'd really lik

[users@httpd] Installing Subversion support for Apache

2011-06-20 Thread Kevin Christensen
I'm trying to get Apache setup to handle Subversion on a Windows Server 2008 R2 SP1 machine. I'm having problems with an error that gets generated after I've modified the httpd file in the conf folder to load the necessary modules. I get the following error when I try to start the Apache server

Re: [users@httpd] What does Timeout in the httpd.conf file accomplish?

2011-06-20 Thread Eric Covener
On Mon, Jun 20, 2011 at 9:26 AM, Zaccone, Warren wrote: > yes. so I am I.  The default setting is 30 seconds however pstack shows all > 256 children running this script indefinitely - until I stop and restart > httpd. > > This statement in the php doc is leading me to believe the Timeout directi

RE: [users@httpd] What does Timeout in the httpd.conf file accomplish?

2011-06-20 Thread Zaccone, Warren
yes. so I am I. The default setting is 30 seconds however pstack shows all 256 children running this script indefinitely - until I stop and restart httpd. This statement in the php doc is leading me to believe the Timeout directive will override: " Your web server can have other timeout confi

Re: [users@httpd] What does Timeout in the httpd.conf file accomplish?

2011-06-20 Thread Igor Galić
- Original Message - > . thank you very much, I understand > I will make certain the max excecution time for a script has an > appropriate default value within the intepretor. I'm confused as to how this can run for longer than http://php.net/manual/en/info.configuration.php#ini.max-

RE: [users@httpd] What does Timeout in the httpd.conf file accomplish?

2011-06-20 Thread Zaccone, Warren
. thank you very much, I understand I will make certain the max excecution time for a script has an appropriate default value within the intepretor. From: Eric Covener [cove...@gmail.com] Sent: Sunday, June 19, 2011 8:41 PM To: users@httpd.apac

RE: [users@httpd] What does Timeout in the httpd.conf file accomplish?

2011-06-20 Thread Zaccone, Warren
the script is a silly trivial example of how a more complex script with a loop that is not obvious could cause a major issue. the scripts ran indefinitely despite the timeout. the server had to manually restarted. From: Jeroen Geilman [jer...@adaptr.nl] Se