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

2010-06-11 Thread Tapas Mishra
Hi, We installed mingle (an application running on port 8080) on a computer on our LAN. It is accessible http://IP of mingle:8080 Some one can within LAN can see a URL http://192.168.1.5:8080/profile/login and a login page he gets. We have a webserver which is where the main website of our

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

2010-06-11 Thread Tapas Mishra
I am also facing a similar problem and have not been able to debug it.But may be this can help you. In the Apache vhost on Proxy add following CustomLog /var/log/apache2/siteinproblem-resp_log resp LogFormat %{X-Forwarded-For}i %D %t resp in the above LogFormat the variables I have used are

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

2010-06-11 Thread J. Bakshi
Many many thanks. I'll surely check all these one by one. Have a nice time. On Fri, 11 Jun 2010 11:35:10 +0530 Tapas Mishra mightydre...@gmail.com wrote: I am also facing a similar problem and have not been able to debug it.But may be this can help you. In the Apache vhost on Proxy add

Re: [us...@httpd] Trying to use one index file for all files in a directory

2010-06-11 Thread Matus UHLAR - fantomas
On 10.06.10 11:46, Jeffrey Schmitz wrote: That said, I have searched for a way to use the index.php file that I have created to be the default for all folders nested in a top level Documents folder. Directory /.../Documents DirectoryIndex /.../index.php /Directory It basicly searches

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

2010-06-11 Thread Tapas Mishra
On Thu, Jun 10, 2010 at 7:04 PM, Tom Evans tevans...@googlemail.com wrote: The IfModule mod_rewrite.c 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

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

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

[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 Tom Evans
On Fri, Jun 11, 2010 at 8:44 AM, Tapas Mishra mightydre...@gmail.com wrote: On Thu, Jun 10, 2010 at 7:04 PM, Tom Evans tevans...@googlemail.com wrote: Then your vhost should look like this: VirtualHost *:80    ServerName site1.mydomain.com    ServerAdmin webmas...@localhost    

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

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 jeremyescol...@gmail.com 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

[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

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 tevans...@googlemail.com 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

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

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

2010-06-11 Thread Tapas Mishra
On Fri, Jun 11, 2010 at 2:10 PM, Tom Evans tevans...@googlemail.com wrote: On Fri, Jun 11, 2010 at 8:44 AM, Tapas Mishra mightydre...@gmail.com wrote: On Thu, Jun 10, 2010 at 7:04 PM, Tom Evans tevans...@googlemail.com wrote: Then your vhost should look like this: VirtualHost *:80    

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 Tom Evans
On Fri, Jun 11, 2010 at 11:30 AM, Tapas Mishra mightydre...@gmail.com wrote: So let me know what you want to know. Does this not work for you? VirtualHost *:80 ServerName site1.mydomain.com ServerAdmin webmas...@localhost ProxyRequests off Proxy * Order deny,allow

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

2010-06-11 Thread Tapas Mishra
On Fri, Jun 11, 2010 at 4:08 PM, Tom Evans tevans...@googlemail.com wrote: On Fri, Jun 11, 2010 at 11:30 AM, Tapas Mishra mightydre...@gmail.com wrote: So let me know what you want to know. Does this not work for you? No VirtualHost *:80   ServerName site1.mydomain.com   ServerAdmin

[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://IP:PORT / APP1 ] properly in 5 seconds.

[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 stephenl...@juno.com 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

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

2010-06-11 Thread Tom Evans
On Fri, Jun 11, 2010 at 12:18 PM, Tapas Mishra mightydre...@gmail.com 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

[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: security-constraint web-resource-collection web-resource-nameThe entire

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 luca.fagi...@innovery.it 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?

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 Fagioliluca.fagi...@innovery.it 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

[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] FreeBSD apache problems

2010-06-11 Thread Eric Covener
On Fri, Jun 11, 2010 at 9:20 AM, Peter Maguire wormpe...@yahoo.co.uk 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

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

2010-06-11 Thread Tom Evans
On Fri, Jun 11, 2010 at 2:26 PM, Eric Covener cove...@gmail.com wrote: On Fri, Jun 11, 2010 at 9:20 AM, Peter Maguire wormpe...@yahoo.co.uk 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 ()

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

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

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

2010-06-11 Thread Tapas Mishra
On Fri, Jun 11, 2010 at 5:50 PM, Tom Evans tevans...@googlemail.com 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

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

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 Tapas Mishra
On Fri, Jun 11, 2010 at 9:01 PM, Tom Evans tevans...@googlemail.com 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/'

[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