Hello,
I'm using apache server 1.3.41 on a solaris 10 system (x86). in httpd.conf
I set:
...
MinSpareServers 10
MaxSpareServers 90
StartServers 90
MaxClients 90
...
When starting apache via 'apachectl start' I see that these 90 processes
were st
A quick reminder that there's one week left to submit your abstract for
this year's Surge Scalability Conference. The event is taking place on
Sept 30 and Oct 1, 2010 in Baltimore, MD. Surge focuses on case studies
that address production failures and the re-engineering efforts that led
to victor
Hi guys
I am facing some strange problem, as when php mail scripts calls apache
change the actual headers and as an result i am get to much spams. Like php
mail function pass the header below
From: ji...@myhost1domain.com To: u...@yahoo.com
But in maillogs it comes as
From: apa...@myhostmachine
On 30.06.10 11:39, James Corteciano wrote:
> I know this is out of topic here in mailing list but I couldn't get into php
> mailing list.
good luck trying. Did you try to contact php in other ways to find out why
didn't you get to their mailing list?
--
Matus UHLAR - fantomas, uh...@fantomas.sk ;
On 29.06.10 16:52, Michel Bulgado wrote:
> Reviewing the messages I found Logwatch who have tried to use my server
> through the same mod_proxy to connect to other servers or sites.
>
> Connection attempts using mod_proxy:
[...]
> the question is, should I be alarmed, because I fail to interpret
On Fri, Jul 2, 2010 at 2:50 AM, Christian Unger wrote:
>
> On 01.07.2010, at 16:12, Eric Covener wrote:
>
>> On Thu, Jul 1, 2010 at 9:56 AM, Christian Unger
>> wrote:
>>>
>>> Hi there,
>>>
>>> I'd like to know whether it is possible to check a request for a string via
>>> regex, store this into
Hi all,
my apache server can't access to text.txt. text.txt is in DocumentRoot. If i
try to open this file, apache writes "(13)Permission denied: file
permissions deny server access:" into log.
Apache runs as apachusr
ps -ef | grep httpd
apachusr 7780 8718 0 13:12:11 ?0:00 /.../bin
Hi Igor,
thanks for the response, u have right about the order, i have changed it.
for the ProxyPassreverse this directive is wrong?
ProxyPassReverse https://itsmtest/
ProxyHTMLEnable On
ProxyHTMLMeta On
ProxyHTMLURLMap / /
RequestHeaderunset A
Ok thanks for clearing that out.
On Fri, Jul 2, 2010 at 5:35 AM, Igor Cicimov wrote:
> Yes you did have. The statements doesn't need to be literally identical to
> be duplicate, it's enough if they have the same effect.
>
> The first proxy statement:
>
> ProxyPass / http://192.168.1.5/
> Pr