RE: [us...@httpd] Mod_Rewrite voodoo

2010-01-04 Thread Boyle Owen
> -Original Message- > From: Reese [mailto:howel...@inkworkswell.com] > Sent: Monday, January 04, 2010 5:34 PM > To: users@httpd.apache.org > Subject: [us...@httpd] Mod_Rewrite voodoo > > Hello everyone, > > I am restructuring a Web site and need to move a number of files to > different

Re: [us...@httpd] How to block nessus scan ?

2010-01-04 Thread J. Bakshi
Krist van Besien wrote: > On Mon, Jan 4, 2010 at 11:25 AM, J. Bakshi wrote: > > >> Does any one know any technique to block nessus scan ? >> > > You do not block nessus scans. What you do is perform a nessus scan > yourself, and deal with any vulnerabilities it exposes on your server. > >

Re: [us...@httpd] Getting "Error reading header" messages in error_log

2010-01-04 Thread Pravesh Rai
Yes, you are right. But our concern is why some header fields are missing during communication ? Going through the debug messages indicates that, the communication started very well & few intial pages are displayed normally, but after some time, HTTP header information gets corrupted (either missi

Re: [us...@httpd] Looking for PHP4/5 DSO module for Apache 1.3.22

2010-01-04 Thread Daniel Reinhardt
-- From: "Paul McFerrin" Sent: 04 January, 2010 22:56 To: Subject: [us...@httpd] Looking for PHP4/5 DSO module for Apache 1.3.22 I need help in getting my Apache 1.3.22 to work with php4 or 5. I've spent money and a LOT of time is getting it to

[us...@httpd] Looking for PHP4/5 DSO module for Apache 1.3.22

2010-01-04 Thread Paul McFerrin
I need help in getting my Apache 1.3.22 to work with php4 or 5. I've spent money and a LOT of time is getting it to work. The last money I spent say "stand-alone sitemap generator" turns out it was NOT standalone, When I download from "apache.org" and "php.net: sites, I never get all I need

Re: [us...@httpd] Intermittent PHP network connection errors, restart fixes it. What's the cause?

2010-01-04 Thread Devraj Mukherjee
Hi Mark, On Tue, Jan 5, 2010 at 6:41 AM, Mark London wrote: > Hi - At the top of my php scripts, I have code to connect to our ldap server, > in order for the scripts to make ldap requests.  I don't have any disconnect > call in my code.  Lately I have noticed that the apache server will get into

[us...@httpd] Intermittent PHP network connection errors, restart fixes it. What's the cause?

2010-01-04 Thread Mark London
Hi - At the top of my php scripts, I have code to connect to our ldap server, in order for the scripts to make ldap requests. I don't have any disconnect call in my code. Lately I have noticed that the apache server will get into a state where connection requests will occasionally fail. When

Re: [us...@httpd] mod_proxy.c configuration problem for a tomcat6-bridged situation

2010-01-04 Thread Alvise Nicoletti
Eric Covener wrote: On Mon, Jan 4, 2010 at 12:38 PM, Alvise Nicoletti wrote: That is the configuration that I tryed and it's not working: AddDefaultCharset off Order deny,allow Deny from all

Re: [us...@httpd] mod_proxy.c configuration problem for a tomcat6-bridged situation

2010-01-04 Thread Eric Covener
On Mon, Jan 4, 2010 at 12:38 PM, Alvise Nicoletti wrote: > > That is the configuration that I tryed and it's not working: >       >               AddDefaultCharset off >               Order deny,allow >               Deny from all > #          

[us...@httpd] mod_proxy.c configuration problem for a tomcat6-bridged situation

2010-01-04 Thread Alvise Nicoletti
Hi everyone. I successfully managed to configure a apache2 installation to show me a tomcat6 (port 8080) on the port 80 of a certain domain. However, to do this, I had to comment all the raws of the file: /etc/apache2/mods-enabled/proxy.conf So actually it's "allow from all" I know that this

[us...@httpd] Mod_Rewrite voodoo

2010-01-04 Thread Reese
Hello everyone, I am restructuring a Web site and need to move a number of files to different subdirectories. The files have an embedded date code in [filename]DDMMYY.ext format, I was hoping to hook the YY.ext portion to redirect ...05.html files to the 2005/ subdirectory, ...06.html files to th

Re: [us...@httpd] Getting "Error reading header" messages in error_log

2010-01-04 Thread Krist van Besien
On Wed, Dec 16, 2009 at 1:06 PM, Pravesh Rai wrote: > Hi, > > We are getting either of the following error messages in error_log: > > [error] [client ::1] client sent HTTP/1.1 request without hostname > (see RFC2616 section 14.23): /proxy/ssllogin, referer: > > Or > > [error] [client 127.0.0.1] r

Re: [us...@httpd] Proxy Errror

2010-01-04 Thread vijay shanker
Hi i have got this thing working :) ProxyPreserveHost On ProxyPass / http://localhost:8014/accounts/ ProxyPassReverse / http://localhost/ -- Eric, it was realy a typo. And i was not getting correct page. But now thing is solved. got the correct page. :) Regards, Vijay Shanker Dubey

Re: [us...@httpd] Proxy Errror

2010-01-04 Thread vijay shanker
oh yes; but not in the configuration file. ! :) thanks. Regards, Vijay Shanker Dubey On Mon, Jan 4, 2010 at 7:24 PM, Eric Covener wrote: > On Mon, Jan 4, 2010 at 8:52 AM, vijay shanker > wrote: > > Oh Eric, > > thanks for pointing > > now i have changed the settings to > > --- > > ProxyPa

Re: [us...@httpd] How install sub mod

2010-01-04 Thread ricardo figueiredo
OK !! Ricardo On Mon, Jan 4, 2010 at 11:53 AM, Eric Covener wrote: > On Mon, Jan 4, 2010 at 8:47 AM, ricardo figueiredo > wrote: > > So, I've had problems with the newest version. > > Happened some SEGMENTATION FAULT. > > Have any idea ?? > > See the debugging link in previous response. > > --

Re: [us...@httpd] Proxy Errror

2010-01-04 Thread Eric Covener
On Mon, Jan 4, 2010 at 8:52 AM, vijay shanker wrote: > Oh Eric, > thanks for pointing > now i have changed the settings to > --- > ProxyPass /accounts http://localhsot:8014/ > --- > and you know what; i got the desired page! (That still has the typo) -- Eric Covener cove...@gmail.com

Re: [us...@httpd] Proxy Errror

2010-01-04 Thread vijay shanker
Oh Eric, thanks for pointing now i have changed the settings to --- ProxyPass /accounts http://localhsot:8014/ --- and you know what; i got the desired page! :) thanks. Regards, Vijay Shanker Dubey On Mon, Jan 4, 2010 at 7:15 PM, Eric Covener wrote: > On Mon, Jan 4, 2010 at 7:58 AM, vij

Re: [us...@httpd] How install sub mod

2010-01-04 Thread Eric Covener
On Mon, Jan 4, 2010 at 8:47 AM, ricardo figueiredo wrote: > So, I've had problems with the newest version. > Happened some SEGMENTATION FAULT. > Have any idea ?? See the debugging link in previous response. -- Eric Covener cove...@gmail.com -

Re: [us...@httpd] How install sub mod

2010-01-04 Thread ricardo figueiredo
So, I've had problems with the newest version. Happened some SEGMENTATION FAULT. Have any idea ?? Ricardo On Mon, Jan 4, 2010 at 11:42 AM, Eric Covener wrote: > On Mon, Jan 4, 2010 at 7:55 AM, ricardo figueiredo > wrote: > > I told that because have difference between both links: link_1 and li

Re: [us...@httpd] Proxy Errror

2010-01-04 Thread Eric Covener
On Mon, Jan 4, 2010 at 7:58 AM, vijay shanker wrote: >    ProxyPass / http://localhsot:8014/accounts/ > Reason: DNS lookup failure for: localhsot typo -- Eric Covener cove...@gmail.com - The official User-To-User support forum

Re: [us...@httpd] How install sub mod

2010-01-04 Thread Eric Covener
On Mon, Jan 4, 2010 at 7:55 AM, ricardo figueiredo wrote: > I told that because have difference between both links: link_1 and link_2 > I thought that link_2 was the newest version. Is that right ?? > Ricardo Sorry, I was mistaken. -- Eric Covener cove...@gmail.com ---

[us...@httpd] Proxy Errror

2010-01-04 Thread vijay shanker
Hi fiends; i have configured my apache instance to delegate requests to a application running on tomcat container. lets say my URL for tomcat container is http://localhost:8014/accounts I want to access this URL from http://localhost Now the configuration in vertual host, i have made to acces

Re: [us...@httpd] How install sub mod

2010-01-04 Thread ricardo figueiredo
I told that because have difference between both links: link_1 and link_2 I thought that link_2 was the newest version. Is that right ?? Ricardo On Mon, Jan 4, 2010 at

Re: [us...@httpd] How install sub mod

2010-01-04 Thread Eric Covener
On Mon, Jan 4, 2010 at 7:37 AM, ricardo figueiredo wrote: > Remember, > > I haven't problems with the older revision (rev. 594659) > I have problems with the newest revision (rev. 774239) Do you mean all the rest of trunk, because mod_lbmethod_rr.c has never been modified. http://httpd.apache.or

Re: [us...@httpd] How install sub mod

2010-01-04 Thread ricardo figueiredo
Remember, I haven't problems with the older revision (rev. 594659) I have problems with the newest revision (rev. 774239) Ricardo On Mon, Jan 4, 2010 at 10:07 AM, ricardo figueiredo < ricardoogra...@gmail.com> wrote: > Well, I compiled mod_lbmethod_rr.c with APXS (apxs -a -i -c > mod_lbmethod_r

Re: [us...@httpd] How install sub mod

2010-01-04 Thread ricardo figueiredo
Well, I compiled mod_lbmethod_rr.c with APXS (apxs -a -i -c mod_lbmethod_rr.c) During compilation there were some WARNINGS 111:warning:excess elements in struct initializer 111:warning:(near initialization for 'round robin') 113:warning:excess elements in struct initializer 111:warning:(near initi

Re: [us...@httpd] Whole HTML pages in error log (1.3.x)

2010-01-04 Thread Daniel Reinhardt
From: Jonathan Hayward Sent: 04 January, 2010 3:35 To: users@httpd.apache.org Subject: [us...@httpd] Whole HTML pages in error log (1.3.x) Our system has rapidly growing error logs filling up the disk. It appears that much or all of the traffic to http://JonathansCorner.com/ is logged: [Su

[us...@httpd] Fwd: Getting "Error reading header" messages in error_log

2010-01-04 Thread Pravesh Rai
Gentle reminder. Appreciate any clue for this question. Thanks, Pravesh -- Forwarded message -- From: Pravesh Rai Date: Wed, Dec 16, 2009 at 5:36 PM Subject: Getting "Error reading header" messages in error_log To: users@httpd.apache.org Hi, We are getting either of the follow

[us...@httpd] mod_ssl: SSL handshake is done on every request

2010-01-04 Thread Paul Jacques
Is there anyone who can help to this unanswered topic... ? From: devexplo...@hotmail.com To: users@httpd.apache.org Subject: mod_ssl: SSL handshake is done on every request Date: Mon, 21 Dec 2009 11:35:10 +0100 Dear, I am running Apache 2.2.14. I also applied the patch to enforce SSL re

Re: [us...@httpd] How to block nessus scan ?

2010-01-04 Thread Krist van Besien
On Mon, Jan 4, 2010 at 11:25 AM, J. Bakshi wrote: > Does any one know any technique to block nessus scan ? You do not block nessus scans. What you do is perform a nessus scan yourself, and deal with any vulnerabilities it exposes on your server. Krist -- krist.vanbes...@gmail.com kr...@vanbes

[us...@httpd] How to block nessus scan ?

2010-01-04 Thread J. Bakshi
Hello, Does any one know any technique to block nessus scan ? Thanks -- জয়দীপ বক্সী - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To un

Re: [us...@httpd] Setting up a basic http proxy?

2010-01-04 Thread Devraj Mukherjee
You are looking at the right documentation, you need to add rules that are custom to your situation. For example if your web server serving the JS is running on port 8080 a rule would look like ProxyPass /js http://localhost:8080/ On Mon, Jan 4, 2010 at 11:17 AM, DJ AM_Juicebox wrote: > Hi, > >