Hi,
We have Apache-2.0.54 with worker MPM in Solaris 8,
the confgiuration part about worker.c is as below,
ServerLimit 3
ThreadLimit 250
StartServers 1
MaxClients 750
MinSpareThreads 100
MaxSpareThreads 350
ThreadsPerChild 250
MaxRequestsP
The following message is logged in the error log when accessing a perl script
based (mod_perl) site.
[Fri Oct 06 18:24:36 2006] [info] [client 172.16.247.211] (OS 10054)An
existing connection was forcibly closed by the remote host. :
core_output_filter: writing data to the network
It is rep
Thanks.
lynx works, but I'm not sure if apache is doing something behind the scenes
that isn't quite the same.
The rewrite log gives me an [OK] at the end of the "go-ahead with proxy
request.." line. Yet the log
file for machine 2 doesn't register the request. I'm wondering if the request
is
You might want to make sure that your proxy server can connect to the
URL specified in the rewrite rule using CURL or lynx.
On 10/6/06, David Salisbury <[EMAIL PROTECTED]> wrote:
Just a quick question to the group.
If I'm using mod_rewrite on machine 1 to do a reverse proxy for a page on
mach
Just a quick question to the group.
If I'm using mod_rewrite on machine 1 to do a reverse proxy for a page on machine 2, do I also need to
configure machine 2, to accept the request in some way?
The last line in the rewrite log gives me
"go-ahead with proxy request proxy:http://yada/url";
b
Hey Larry,
> cross-compiling for SPARC on your x86 system. If so, did you use the
> standard --host= and --target= options to point to your cross-compiler
> when building Apache? Also, did you configure PHP using both --host=
> and --with-apxs2= options?
>
> The problem I'm seeing is the same
Hello,
Is there a way to authenticate (from Apache on Linux) through a SQL Server
database using the dbd module?
Using the example in the following URL:
http://httpd.apache.org/docs/2.2/mod/mod_authn_dbd.html
I was hoping to bo able to do this:
DBDriver mssql
Thanks,
Craig
--
On Friday 06 October 2006 17:14, Abe Woodrum wrote:
> My question(s) not be suitable for this list.
>
> The following error is from trying to start httpd from an Oracle
> Application Server Intall:
>
> Ouch! ap_mm_create(1048576, "/tmp/apache/logs/mm.9189") failed
> Error: MM: mm:core: failed to op
Hello Luc,
Thanks for the reply.
I visited your site, but it's not clear to me whether you were
cross-compiling for SPARC on your x86 system. If so, did you use the
standard --host= and --target= options to point to your cross-compiler
when building Apache? Also, did you configure PHP using bot
My question(s) not be suitable for this list.
The following error is from trying to start httpd from an Oracle
Application Server Intall:
Ouch! ap_mm_create(1048576, "/tmp/apache/logs/mm.9189") failed
Error: MM: mm:core: failed to open memory file (No such file or
directory): OS: No such file o
Hi all, I have a question about rotatelogs and nfs in a cluster environment.
Should be safe to use rotatelogs on many servers that points to the same
log file mounted via nfs?
Reading the log file created by rotatelogs, there are some broken entries.
Is it possible to solve this problem?
Thanks i
i have: Solaris 10 x86...
no issues... and i have the packages available at ftp://ftp.patriots.net
for the Solaris users: I have not tested my SMF (manifest/xml file..)
> Has anyone successfully cross-compiled Apache 2.2.3 and PHP 5.1.6 for
> any platform?
> The Apache eXtenSion tool (apxs) a
Hi,
I've a proxy setup with Apache2.2.3 and mod_proxy.
It often happens that the connection to the backend server fails:
[error] (110)Connection timed out: proxy: HTTP: attempt to connect to
xxx.xxx.xxx.xxx:xxx (host.example.com) failed
When this happens the worker is disabled for a while
[err
On 10/6/06, Rafael del Aguila <[EMAIL PROTECTED]> wrote:
I were not using this options in Apache 1.3, perhaps the default behaviour
are diferent in both releases.
No. More likely you had these options set elsewhere in your config
and they were inherited into this directory.
Joshua.
---
Title: Cross-compiling Apache 2.2.3 and PHP 5.1.6
Hello,
Has anyone successfully cross-compiled Apache 2.2.3 and PHP 5.1.6 for any platform?
The Apache eXtenSion tool (apxs) as a PERL script is platform independent, but it relies on executing httpd, which having been cross-compiled, can't b
On 10/5/06, Chris Cheshire <[EMAIL PROTECTED]> wrote:
What about putting main.html inside the WEB-INF folder hierarchy andhaving your index page do the SSI include of the main page. The webserver should be set up to automatically deny all access to everythingunder WEB-INF but as an SSI type request
> -Original Message-
> From: Durga Prasad (duprasad) [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 06, 2006 10:13 AM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Does Apache server maintains ant cache ?
>
> Hi All,
>
> Does Apache HTTP Server maintains the files that ar
Hi
All,
Does Apache HTTP
Server maintains the files that are accessed by each user in cache, if it
maintains what is the default location for it and how to delete this
cache.
Thanks,
Durga
Ok, I get it!
In Apache2 config file I need to add in the cgi-bin Directory section the following directives:
Options MultiViews
AddHandler cgi-script exe
With these directives I can run a cgi program (.exe) without using its file extension.
I were not using this options in Apache 1.3, perhaps
19 matches
Mail list logo