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
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
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
> 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?
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.
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
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
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
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
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
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:
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:
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
>
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
/*
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
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.
-
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.
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
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
thanks ur replay.i never do like this before so can u give link for more
details about scripting
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
>>>
>>>
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
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
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
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
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
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.
>
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
>>
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
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
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
31 matches
Mail list logo