[EMAIL PROTECTED] Re: Encodings, languages and filenames

2006-10-06 Thread Johan R.-Ericson
On 05/10/06, Johan R.-Ericson [EMAIL PROTECTED] wrote: Hello!I apologise if this is an FAQ but I've tried finding an answer to this question with the usual suspects (google, FAQs, mailing list archives) but no such luck [granted, I may have unknowingly already stumbled across the answer...]. I am

Re: [EMAIL PROTECTED] How to invoke CGI program without using its file extension?

2006-10-06 Thread Rafael del Aguila
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

[EMAIL PROTECTED] Does Apache server maintains ant cache ?

2006-10-06 Thread Durga Prasad \(duprasad\)
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

RE: [EMAIL PROTECTED] Does Apache server maintains ant cache ?

2006-10-06 Thread Boyle Owen
-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 are

Re: [EMAIL PROTECTED] Looking for some ideas on how to stop someone view an html page directly using Server Side Includes

2006-10-06 Thread Randy Paries
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

[EMAIL PROTECTED] Cross-compiling Apache 2.2.3 and PHP 5.1.6

2006-10-06 Thread Lawrence Stefani
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

Re: [EMAIL PROTECTED] How to invoke CGI program without using its file extension?

2006-10-06 Thread Joshua Slive
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.

Re: [EMAIL PROTECTED] Cross-compiling Apache 2.2.3 and PHP 5.1.6

2006-10-06 Thread Luc I. Suryo
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) as

[EMAIL PROTECTED] rotatelogs and nfs

2006-10-06 Thread Alessandro Astarita
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

[EMAIL PROTECTED] Ouch! ap_mm_create

2006-10-06 Thread Abe Woodrum
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 or

RE: [EMAIL PROTECTED] Cross-compiling Apache 2.2.3 and PHP 5.1.6

2006-10-06 Thread Lawrence Stefani
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

Re: [EMAIL PROTECTED] Ouch! ap_mm_create

2006-10-06 Thread Nick Kew
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 open

[EMAIL PROTECTED] mod_authn_dbd question

2006-10-06 Thread Craig Capodilupo
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

Re: [EMAIL PROTECTED] Cross-compiling Apache 2.2.3 and PHP 5.1.6

2006-10-06 Thread Luc I. Suryo
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

[EMAIL PROTECTED] rewrite proxy

2006-10-06 Thread David Salisbury
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;

Re: [EMAIL PROTECTED] rewrite proxy

2006-10-06 Thread Jeff DeFord
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

[EMAIL PROTECTED] Info: An existing connection was forcibly closed by the remote host

2006-10-06 Thread Júlio Maranhão
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

[EMAIL PROTECTED] question about MaxSpareThreads?

2006-10-06 Thread Qingshan Xie
Hi, We have Apache-2.0.54 with worker MPM in Solaris 8, the confgiuration part about worker.c is as below, IfModule worker.c ServerLimit 3 ThreadLimit 250 StartServers 1 MaxClients 750 MinSpareThreads 100 MaxSpareThreads 350 ThreadsPerChild