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

2011-06-21 Thread Ashwin Kesavan
-Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: Tuesday, June 21, 2011 11:42 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Change $PATH in apache > We're trying to run trac and svn which include some python scripts.  I'd > really like to use the python

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

2011-06-21 Thread Ashwin Kesavan
From: Yehuda Katz [mailto:yeh...@ymkatz.net] Sent: Tuesday, June 21, 2011 10:27 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Installing Subversion support for Apache On Tue, Jun 21, 2011 at 12:35 PM, Kevin Christensen mailto:ksch...@cdrgts.com>> wrote: On 6/20/2011 10:11 PM, Yehuda

RE: [users@httpd] installing an Apache module after Apache is up and running

2011-06-21 Thread Ashwin Kesavan
Hi John, You say Linux. Which distro? If it is a Redhat or some other rpm based distro then you can find where the .so files are. I think you are looking into the wrong location for the .so files. There ,most probably, not one so file but many. Do the following to find out where are those so fi

[users@httpd] problem with mod_rewrite and htaccess on Windows 7

2011-06-21 Thread Aaron Franco
Hello, I have WampServer up and running on my Windows 7 machine. It is installed in C:/wamp. I have set up my configuration using the following VirtualHosts in the C:/wamp/bin/apache/Apache2.2.1.7/conf/extras/httpd-vhosts # # Virtual Hosts # # If you want to maintain multiple domains/hos

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

2011-06-21 Thread Peter Horn
On 06:59, Eric Covener wrote: 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 beli

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

2011-06-21 Thread Kevin Christensen
On 6/21/2011 10:57 AM, Yehuda Katz wrote: On Tue, Jun 21, 2011 at 12:35 PM, Kevin Christensen mailto:ksch...@cdrgts.com>> wrote: On 6/20/2011 10:11 PM, Yehuda Katz wrote: On Mon, Jun 20, 2011 at 4:21 PM, Kevin Christensen mailto:ksch...@cdrgts.com>> wrote: "httpd.exe: Synt

Re: [users@httpd] Have I Been Hacked?

2011-06-21 Thread Marcin 'Rambo' Roguski
> direction. I received a MAILER-DAEMON 'Unable to deliver' message > today. It seems a few emails were sent to a few addresses in my > contact list, including my own, from my Yahoo email account. The > content of the message was a link: > > Hawai'i, http://dockwise3.com/indexwww01X.php?dforum=u6i

Re: [users@httpd] Have I Been Hacked?

2011-06-21 Thread Carmel
On Tue, 21 Jun 2011 11:36:46 -0700 Xavier Lopez articulated: > Hello Users, maybe this isn't the correct list for this problem, but I > know you guys will have seen this before and can point me in the right > direction. I received a MAILER-DAEMON 'Unable to deliver' message > today. It seems a few

[users@httpd] Have I Been Hacked?

2011-06-21 Thread Xavier Lopez
Hello Users, maybe this isn't the correct list for this problem, but I know you guys will have seen this before and can point me in the right direction. I received a MAILER-DAEMON 'Unable to deliver' message today. It seems a few emails were sent to a few addresses in my contact list, including my

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

2011-06-21 Thread Eric Covener
> We're trying to run trac and svn which include some python scripts.  I'd > really like to use the python that I've installed in /opt, but it appears > that apache is using the default python /usr/bin/python. Using it for what? mod_python, or python scripts that start with #!/usr/bin/python? I w

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

2011-06-21 Thread Eddy Sturg
I've tried that, it did not work. To be clear - I'm starting apache with the apachectl script. As root, I've adjusted my PATH, `which python` shows me that I'm pointing to the correct python. Then I run apachectl start and I still get the same error. I guess I need to get server-info working so

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

2011-06-21 Thread Yehuda Katz
On Tue, Jun 21, 2011 at 12:35 PM, Kevin Christensen wrote: > ** > On 6/20/2011 10:11 PM, Yehuda Katz wrote: > > 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: Loa

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

2011-06-21 Thread Kevin Christensen
On 6/20/2011 10:11 PM, Yehuda Katz wrote: 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 modul

Re: [users@httpd] installing an Apache module after Apache is up and running

2011-06-21 Thread Lester Caine
John Fitzgibbon wrote: Sorry. My omission. I installed it on Linux. I have also installed a copy of Greenstone on Windows. In the case of Windows, there are a number of modules in the modules folder including mod_rewrite. In the case of Linux, there are no modules in the modules folder. You

RE: [users@httpd] installing an Apache module after Apache is up and running

2011-06-21 Thread John Fitzgibbon
Hi, Sorry. My omission. I installed it on Linux. I have also installed a copy of Greenstone on Windows. In the case of Windows, there are a number of modules in the modules folder including mod_rewrite. In the case of Linux, there are no modules in the modules folder. Regards John -Origin

Re: [users@httpd] installing an Apache module after Apache is up and running

2011-06-21 Thread Lester Caine
John Fitzgibbon wrote: I installed it with a program called Greenstone. In other words, when I installed Greenstone, it also installed Apache. You still do not say what you installed it on ... Linux or Windows? It would seem that Greenstone only supplies Apache with the windows version. But a q

RE: [users@httpd] installing an Apache module after Apache is up and running

2011-06-21 Thread John Fitzgibbon
Hi Lester, Thanks for your reply. I installed it with a program called Greenstone. In other words, when I installed Greenstone, it also installed Apache. Regards John -Original Message- From: Lester Caine [mailto:les...@lsces.co.uk] Sent: 21 June 2011 12:39 To: users@httpd.apache.org

Re: [users@httpd] installing an Apache module after Apache is up and running

2011-06-21 Thread Lester Caine
John Fitzgibbon wrote: Apache is now up and running but I wish to add a module. Specifically I want to add the module mod_rewrite. I looked in the modules folder and there is only one file there. There are no files ending with ‘.so’. I guess I need to obtain the module and install it. How do I d

Re: [users@httpd] installing an Apache module after Apache is up and running

2011-06-21 Thread Nick Kew
On 21 Jun 2011, at 12:17, John Fitzgibbon wrote: > Hi, > > Apache is now up and running but I wish to add a module. Specifically I want > to add the module mod_rewrite. I looked in the modules folder and there is > only one file there. There are no files ending with ‘.so’. I guess I need to

[users@httpd] installing an Apache module after Apache is up and running

2011-06-21 Thread John Fitzgibbon
Hi, Apache is now up and running but I wish to add a module. Specifically I want to add the module mod_rewrite. I looked in the modules folder and there is only one file there. There are no files ending with '.so'. I guess I need to obtain the module and install it. How do I do this? Any help