Re: [us...@httpd] why doesn't mod_status show memory information?

2010-06-11 Thread Sean Conner
It was thus said that the Great Bram Mertens once stated: > Hi, > > http://httpd.apache.org/docs/2.0/misc/perf-tuning.html starts by > saying "The single biggest hardware issue affecting webserver > performance is RAM." > > However mod_status does not show information on memory consumption > whil

[us...@httpd] [advisory] httpd Timeout detection flaw (mod_proxy_http) CVE-2010-2068

2010-06-11 Thread William A. Rowe Jr.
Vulnerability; httpd Timeout detection flaw (mod_proxy_http) CVE-2010-2068 Classification; important Description; A timeout detection flaw in the httpd mod_proxy_http module causes proxied response to be sent as the response to a different request, and potentially served to a differe

Re: [us...@httpd] rewrite rule for mingle

2010-06-11 Thread Tapas Mishra
On Fri, Jun 11, 2010 at 9:01 PM, Tom Evans wrote: > OK, that makes everything clearer. > > BTW, you are proxying /mingle/. That final / has meaning, please be > precise about whether something has a trailing slash or not. Your > first examples of attempting to access '/mingle/' through the proxy I

RE: [us...@httpd] mod_disk_cache causing corrupted output on server side includes?

2010-06-11 Thread Geoff Millikan
> Interesting... what other modules did you load? Looking for > possible sources of memory corruption. Why memory corruption? Everything is being served from disk... > The uncached results to the client, they are ok? Yes. > E.g. is the cache polluted on the way in, > or on the way out?

Re: [us...@httpd] rewrite rule for mingle

2010-06-11 Thread Tom Evans
OK, that makes everything clearer. BTW, you are proxying /mingle/. That final / has meaning, please be precise about whether something has a trailing slash or not. Your first examples of attempting to access '/mingle/' through the proxy were requesting the URL '/mingle', which is why you got 404s.

Re: [us...@httpd] rewrite rule for mingle

2010-06-11 Thread Tapas Mishra
On Fri, Jun 11, 2010 at 5:50 PM, Tom Evans wrote: > HTTP doesn't work on filenames. I need to understand what your sites > are sending, whether requests are going to the right server, etc etc. > Since I can't access your servers, and don't know your applications, I > will have to describe how to

Re: [us...@httpd] question about proxy aware site

2010-06-11 Thread Evan Platt
On 06/13/2010 10:59 PM, J. Bakshi wrote: Dear list, Please check the date / time on your computer. It's at least 2 days into the future. Thanks :) - The official User-To-User support forum of the Apache HTTP Server Pro

Re: [us...@httpd] How to prevent email sent from the server

2010-06-11 Thread John Iliffe
This isn't an Apache issue, but do you have valid SPF records for the mail server? http://www.openspf.org/FAQ/What_is_SPF These are simple text records included in your domain name listing that define which IP addresses are allowed to send mail for your domain. Don't forget to set up deny SPF rec

Re: [us...@httpd] FreeBSD apache problems

2010-06-11 Thread Tom Evans
On Fri, Jun 11, 2010 at 2:26 PM, Eric Covener wrote: > On Fri, Jun 11, 2010 at 9:20 AM, Peter Maguire wrote: >> Hi I have encountered a problem using apache 2.2 on freeBSD. Every >> time I start the server it says somthing like: >> Httpd: apr_sockaddr_info_get () failed for .LAN >> Httpd: could n

Re: [us...@httpd] FreeBSD apache problems

2010-06-11 Thread Eric Covener
On Fri, Jun 11, 2010 at 9:20 AM, Peter Maguire wrote: > Hi I have encountered a problem using apache 2.2 on freeBSD. Every > time I start the server it says somthing like: > Httpd: apr_sockaddr_info_get () failed for .LAN > Httpd: could not reliably determine the server's fully qualified > domain

[us...@httpd] FreeBSD apache problems

2010-06-11 Thread Peter Maguire
Hi I have encountered a problem using apache 2.2 on freeBSD. Every time I start the server it says somthing like: Httpd: apr_sockaddr_info_get () failed for .LAN Httpd: could not reliably determine the server's fully qualified domain name, useing 127.0.0.1 [warn] (2) no such file or directory:

Re: [us...@httpd] Why my web application automatically switch to https?

2010-06-11 Thread Luca Fagioli
Il 11/06/2010 15:05, Tom Evans ha scritto: On Fri, Jun 11, 2010 at 1:59 PM, Luca Fagioli wrote: Hi, i can't figure out why a web application i'm working with, keep on switching automatically from http to https after each jsp:forward. I've tried to add to web.xml the following snippet:

Re: [us...@httpd] Why my web application automatically switch to https?

2010-06-11 Thread Tom Evans
On Fri, Jun 11, 2010 at 1:59 PM, Luca Fagioli wrote: > Hi, > i can't figure out why a web application i'm working with, keep on switching > automatically from http to https after each jsp:forward. > > I've tried to add to web.xml the following snippet: > > > Any ideas? > > > Thanks, > Luca >

[us...@httpd] Why my web application automatically switch to https?

2010-06-11 Thread Luca Fagioli
Hi, i can't figure out why a web application i'm working with, keep on switching automatically from http to https after each jsp:forward. I've tried to add to web.xml the following snippet: The entire dashboard application /*

Re: [us...@httpd] rewrite rule for mingle

2010-06-11 Thread Tom Evans
On Fri, Jun 11, 2010 at 12:18 PM, Tapas Mishra wrote: > > Does this give some clue? Not really. HTTP doesn't work on filenames. I need to understand what your sites are sending, whether requests are going to the right server, etc etc. Since I can't access your servers, and don't know your appli

[us...@httpd] Re: How to prevent email sent from the server

2010-06-11 Thread Dan Poirier
On 2010-06-10 at 23:04, "Stephen Love" wrote: > What he's more LIKELY doing is bouncing HIS FAKE MAILS OFF your > server, giving it the appearance it is sent from yours! That can get > YOUR email server BLACKLISTED! (Or even your account turned off by > your provider!) Please don't SHOUT. -

[us...@httpd] Where should I start Logging..... ?

2010-06-11 Thread Karthik Nanjangude
Hi Spec: Apache 2.x O/s :Linux AppServer : JBOSS 4.2.1 JDK 1.5 Mode : 2 AppServer per 1 apache [ Load balanced Mode ] Problem :Web page based [ customized Report ] is displaying on internal Port of JBOSS Application [ http://:PORT / APP1 ] properly in 5 seconds.

Re: [us...@httpd] rewrite rule for mingle

2010-06-11 Thread Tapas Mishra
On Fri, Jun 11, 2010 at 4:08 PM, Tom Evans wrote: > On Fri, Jun 11, 2010 at 11:30 AM, Tapas Mishra wrote: >> So let me know what you want to know. > > > Does this not work for you? No > >   ServerName site1.mydomain.com >   ServerAdmin webmas...@localhost > >   ProxyRequests off >   >       Or

Re: [us...@httpd] rewrite rule for mingle

2010-06-11 Thread Tom Evans
On Fri, Jun 11, 2010 at 11:30 AM, Tapas Mishra wrote: > So let me know what you want to know. Does this not work for you? ServerName site1.mydomain.com ServerAdmin webmas...@localhost ProxyRequests off Order deny,allow Allow from all ProxyPreserveHost On P

Re: [us...@httpd] hide web content

2010-06-11 Thread Duleep Dissanayaka
thanks ur replay.i never do like this before so can u give link for more details about scripting

Re: [us...@httpd] rewrite rule for mingle

2010-06-11 Thread Tapas Mishra
On Fri, Jun 11, 2010 at 2:10 PM, Tom Evans wrote: > On Fri, Jun 11, 2010 at 8:44 AM, Tapas Mishra wrote: >> On Thu, Jun 10, 2010 at 7:04 PM, Tom Evans wrote: >>> Then your vhost should look like this: >>> >>> >>>    ServerName site1.mydomain.com >>>    ServerAdmin webmas...@localhost >>> >>>  

Re: [us...@httpd] hide web content

2010-06-11 Thread Matus UHLAR - fantomas
On 11.06.10 15:42, Duleep Dissanayaka wrote: > i'm developing a web system using php on linux server. Now I faced some > problem with download function I developed. I want to give permission to > download files only for register users on my system. I developed that part > but problem is if anyone k

Re: [us...@httpd] ReWriteRules on apache for mingle

2010-06-11 Thread Tapas Mishra
On Fri, Jun 11, 2010 at 2:13 PM, Tom Evans wrote: > How is this different from your previous email thread on the same > topic from yesterday Sorry about that I have got very confused so I started fresh thread. >, apart from to show that you completely ignored No no its not that I ignore I am conf

[us...@httpd] hide web content

2010-06-11 Thread Duleep Dissanayaka
i'm developing a web system using php on linux server. Now I faced some problem with download function I developed. I want to give permission to download files only for register users on my system. I developed that part but problem is if anyone knows the download link file can be downloaded without

Re: [us...@httpd] Configuring apache to use LDAP over SSL on PHP

2010-06-11 Thread Tom Evans
On Fri, Jun 11, 2010 at 10:17 AM, Jérémy ESCOLANO wrote: > Thank you for your help, I wen't a bit deeper with my problèm > ... > I just want to make clear that I don't wan't to do LDAP authentification > with an apache folder but just do LDAPS with PHP. > I thank you in advance. > Then it has not

Re: [us...@httpd] Configuring apache to use LDAP over SSL on PHP

2010-06-11 Thread Jérémy ESCOLANO
Thank you for your help, I wen't a bit deeper with my problèm Here is what I did: On my openLDAP server : slapd.conf: #cert requested for the ldapserver TLSCertificateFile ./ssl2/srvLDAP.cer TLSCertificateKeyFile ./ssl2/srvLDAP.key #CA cert TLSCACertificateFile./ssl2/cacert.cer TLSVerif

Re: [us...@httpd] ReWriteRules on apache for mingle

2010-06-11 Thread Tom Evans
On Fri, Jun 11, 2010 at 6:59 AM, Tapas Mishra wrote: > Hi, > > We installed mingle (an application running on port 8080) on a > computer on our LAN. > > It is accessible http://:8080 > > Some one can within LAN can see a URL > > http://192.168.1.5:8080/profile/login > > and a login page he gets. >

Re: [us...@httpd] rewrite rule for mingle

2010-06-11 Thread Tom Evans
On Fri, Jun 11, 2010 at 8:44 AM, Tapas Mishra wrote: > On Thu, Jun 10, 2010 at 7:04 PM, Tom Evans wrote: >> Then your vhost should look like this: >> >> >>    ServerName site1.mydomain.com >>    ServerAdmin webmas...@localhost >> >>    ProxyRequests off >>     >>        Order deny,allow >>      

[us...@httpd] why doesn't mod_status show memory information?

2010-06-11 Thread Bram Mertens
Hi, http://httpd.apache.org/docs/2.0/misc/perf-tuning.html starts by saying "The single biggest hardware issue affecting webserver performance is RAM." However mod_status does not show information on memory consumption while it does display information on CPU usage. This seems odd to me. I have

Re: [us...@httpd] rewrite rule for mingle

2010-06-11 Thread Tapas Mishra
On Thu, Jun 10, 2010 at 7:04 PM, Tom Evans wrote: > Then your vhost should look like this: > > >    ServerName site1.mydomain.com >    ServerAdmin webmas...@localhost > >    ProxyRequests off >     >        Order deny,allow >        Allow from all >     >    ProxyPreserveHost On >    ProxyPass /m

Re: [us...@httpd] rewrite rule for mingle

2010-06-11 Thread Tapas Mishra
On Thu, Jun 10, 2010 at 7:04 PM, Tom Evans wrote: > The section is not right at all. > > Stop me where I get it wrong > > site1.mydomain.com is your 'publicly available address' and you want > your websites on 192.168.1.10 to appear proxied on this domain. > site1.mydomain.com/mingle/ should pro