[EMAIL PROTECTED] tomcat port

2008-04-16 Thread Mamta Singh
Hi all, I need to set Tomat jdpa_port and debug_port. According to various readings it seems like these both have same functionality. I have set jpda_port but don't know anything about debug_port. Can some one tell where and how should I set debug port. Thanks

Re: [EMAIL PROTECTED] Single Client Simultaneous Page Load Issue

2008-04-16 Thread Abhinav Bhagwat
Hi, Try turning off HTTP1.1. Just use HTTP1.0 for your communication. Regards, Abhinav On Thu, Apr 17, 2008 at 12:33 AM, Robert Conrad <[EMAIL PROTECTED]> wrote: > I am aware of the browser limitation, however that is certainly not the > problem. The simplest way I can explain it is this: if I l

[EMAIL PROTECTED] configuring mod_rewrite,mod_perl and mod_proxy

2008-04-16 Thread Mamta Singh
Hi all, I am configuring mod_rewrite, mod_perl and mod_proxy. I have enabled these modules in mod-enabled. I don't know what should I add in apache2.conf for configuring them. I would be great help if someone tell me what other steps I need to add in my apache2.conf. thanks,

RE: [EMAIL PROTECTED] Single Client Simultaneous Page Load Issue

2008-04-16 Thread Robert Conrad
I am aware of the browser limitation, however that is certainly not the problem. The simplest way I can explain it is this: if I load two pages with nothing but reams of text (no images, no included files, nothing else) on two different domains from the same server, they load simultaneously. If I l

Re: [EMAIL PROTECTED] Apache dynamic page caching?

2008-04-16 Thread Joshua Slive
On Wed, Apr 16, 2008 at 1:41 PM, howard chen <[EMAIL PROTECTED]> wrote: > Hi all, > > > On Wed, Apr 16, 2008 at 9:21 PM, Narendra Verma > <[EMAIL PROTECTED]> wrote: > > Hi Howard, > > 1. Be sure to load following module > > > > LoadModule headers_module modules/mod_headers.so > > > >

Re: [EMAIL PROTECTED] Apache dynamic page caching?

2008-04-16 Thread howard chen
Hi all, On Wed, Apr 16, 2008 at 9:21 PM, Narendra Verma <[EMAIL PROTECTED]> wrote: > Hi Howard, > 1. Be sure to load following module > > LoadModule headers_module modules/mod_headers.so > > 2. Add following Header directive at the last of httpd.conf file. > > Header add Cache-Control ma

[EMAIL PROTECTED] protecting directory with cosign

2008-04-16 Thread Chris Africa
Hi! I'm running Apache 2 with Cosign 2.1.0rc1 on MOSX Server 10.5.2. I'm trying to require Cosign login on a subfolder of my document root, but Apache appears not to recognize my groups file. Here's the directive in my :443 virtual host. CosignProtected On

[EMAIL PROTECTED] mod_jk and applets

2008-04-16 Thread Fabio Maggioni
Hello. I'm new to Apache and mod_jk.I configured mod_jk to forward requests from Apache 2 to Tomcat 5.I've a WebApp on Tomcat which contains an applet.If I access  the web app directly via Tomcat, the webapp works ok. If I access through apache and mod_jk, the applet is not loaded. I get a class no

Re: [EMAIL PROTECTED] Browser handling of 413 Request Entity Too Large

2008-04-16 Thread Ray Van Dolson
On Wed, Apr 16, 2008 at 10:53:38AM +0100, William A. Rowe, Jr. wrote: > Ray Van Dolson wrote: >> Hi all, running into this on an old Apache 2.0.46 installation >> (actually httpd-2.0.46-70.ent from RHEL 3 Update 9). >> >> When a user attempts to upload a large file it's exceeding the >> LimitReques

Re: [EMAIL PROTECTED] Controlling the size of the cache used by mod_disk_cache in Apache 2.2.8

2008-04-16 Thread Joshua Slive
On Wed, Apr 16, 2008 at 10:20 AM, Jeremy Jones <[EMAIL PROTECTED]> wrote: > > > Hi, > > Apache 2.2.8 on Linux. > > Is there a directive anywhere to allow me to control the size of the cache > used by mod_disk_cache? > > but my cache directory is growing and growing. I see MCacheSize but that's > o

Re: [EMAIL PROTECTED] Fetching pages from a user's home filestore on windows

2008-04-16 Thread William A. Rowe, Jr.
Mike Sandells wrote: I asked this a couple of days ago, but have not seen any replies to it. If this is not the correct forum to ask such questions, could someone direct me to a more appropriate one? Essentially, we have a need to serve pages from user home filestore, where; - The home filesto

[EMAIL PROTECTED] Controlling the size of the cache used by mod_disk_cache in Apache 2.2.8

2008-04-16 Thread Jeremy Jones
Hi, Apache 2.2.8 on Linux. Is there a directive anywhere to allow me to control the size of the cache used by mod_disk_cache? >From httpd.conf # Apache 2 caching # CacheRoot /usr/local/apache-common/proxy-80 CacheEnable disk /images CacheIgno

Re: [EMAIL PROTECTED] Authentication with Active Directory

2008-04-16 Thread Mark H. Wood
The stock LDAP module works for me. DAV svn SVNPath /var/svn AuthType Basic AuthBasicProvider ldap AuthName ADS AuthLDAPBindDN "CN=anaccount,OU=Accounts,DC=ads,DC=iu,DC=edu" AuthLDAPBindPassword"apassword" AuthLDAPURL "ldap://anADSDC.ADS

Re: [EMAIL PROTECTED] Authentication with Active Directory

2008-04-16 Thread Davide Bianchi
Ralf Wiegand wrote: hello - This is a newbie question, but I searched the apache archives and couldn't find a clear answer on what is the recommended way on doing this. Q1. What is the correct way (recommended) on doing this? Use mod_ntlm Q2. Where can I find a "how-to" on Q1? Search for

[EMAIL PROTECTED] Authentication with Active Directory

2008-04-16 Thread Ralf Wiegand
hello - This is a newbie question, but I searched the apache archives and couldn't find a clear answer on what is the recommended way on doing this. Q1. What is the correct way (recommended) on doing this? Q2. Where can I find a "how-to" on Q1? Q3. Is this a good way on doing this: http://modnt

RE: [EMAIL PROTECTED] Apache dynamic page caching?

2008-04-16 Thread Narendra Verma
Hi Howard, 1. Be sure to load following module LoadModule headers_module modules/mod_headers.so 2. Add following Header directive at the last of httpd.conf file. Header add Cache-Control max-age=3600 (in seconds) Here we can decide that what is the maximum age of cached res

Re: [EMAIL PROTECTED] Single Client Simultaneous Page Load Issue

2008-04-16 Thread Joshua Slive
On Wed, Apr 16, 2008 at 6:43 AM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Tue, Apr 15, 2008 at 10:53 PM, Robert Conrad > <[EMAIL PROTECTED]> wrote: > > Hi Everybody, > > > Does anyone have any idea how to force apache to server two pages to a > > single client on the same domain simultaneous

Re: [EMAIL PROTECTED] Roadmap for Apache HTTP 2.0 and/or 2.2

2008-04-16 Thread Joshua Slive
On Wed, Apr 16, 2008 at 8:29 AM, Apache Support <[EMAIL PROTECTED]> wrote: > Hello, > > I have been asked to evaluate the life cycle contingencies for our apache > servers. > So far I have been unable to find something like a roadmap to see how > future releases are planned for the different bran

Re: [EMAIL PROTECTED] Apache dynamic page caching?

2008-04-16 Thread Joshua Slive
On Wed, Apr 16, 2008 at 8:10 AM, Guillaume Duchesneau <[EMAIL PROTECTED]> wrote: > To my knowledge, you cannot directly invalidate an entry in the cache. You can by making an HTTP request to the cache with appropriate Cache-Control headers or by directly manipulating the cache (see htcacheclean).

[EMAIL PROTECTED] Roadmap for Apache HTTP 2.0 and/or 2.2

2008-04-16 Thread Apache Support
Hello, I have been asked to evaluate the life cycle contingencies for our apache servers. So far I have been unable to find something like a roadmap to see how future releases are planned for the different branches. Is there such a thing ? I am especially interested in how long the branches are

[EMAIL PROTECTED] keep-alive Connections with RewriteRule [P]

2008-04-16 Thread Reif Peter
I habe a reverse proxy apache that connects to a backend apache server. I want that the proxy uses keep alive connections to the backend server. When I use ProxyPass, it works. When I use RewriteRule ... [P] the reverse proxy makes a new connection for each request. I have a very complex configurat

RE: [EMAIL PROTECTED] Apache dynamic page caching?

2008-04-16 Thread Guillaume Duchesneau
To my knowledge, you cannot directly invalidate an entry in the cache. mod_cache uses a expiration strategy to invalidate items in the cache. You need to set expiration headers in your response to tell mod_cache when it should be removed from the cache. Guillaume -Original Message- From:

Re: [EMAIL PROTECTED] Single Client Simultaneous Page Load Issue

2008-04-16 Thread Eric Covener
On Tue, Apr 15, 2008 at 10:53 PM, Robert Conrad <[EMAIL PROTECTED]> wrote: > Hi Everybody, > Does anyone have any idea how to force apache to server two pages to a > single client on the same domain simultaneously? I think you need to focus on your client or your application, apache isn't staging

[EMAIL PROTECTED] Why does type-maps rely on MultiViews?

2008-04-16 Thread Daniel Aleksandersen
On Mon, 14 Apr 2008 07:50:47, Joshua Slive wrote: > On Mon, Apr 14, 2008 at 5:05 AM, Daniel Aleksandersen wrote: > > Another question, can I partaly negotiate between various type-maps? Say I > > have one type-map called [../resource] saying: > > URI: resource,en > > Content-Language: en > > >

Re: [EMAIL PROTECTED] Apache dynamic page caching?

2008-04-16 Thread howard chen
Hi, On Wed, Apr 16, 2008 at 3:53 PM, Nick Kew <[EMAIL PROTECTED]> wrote: > > mod_cache. > > The problem with mod_cache is when user update a page, how do I tell the cache should be removed from mod_cache? Currently I stored the cache in local file system and it can be easily unlink() to force

Re: [EMAIL PROTECTED] Browser handling of 413 Request Entity Too Large

2008-04-16 Thread William A. Rowe, Jr.
Ray Van Dolson wrote: Hi all, running into this on an old Apache 2.0.46 installation (actually httpd-2.0.46-70.ent from RHEL 3 Update 9). When a user attempts to upload a large file it's exceeding the LimitRequestBody size and Apache returns a 413 error. It appears however that the browser (IE6

Re: [EMAIL PROTECTED] Fetching pages from a user's home filestore on windows

2008-04-16 Thread Mike Sandells
I asked this a couple of days ago, but have not seen any replies to it. If this is not the correct forum to ask such questions, could someone direct me to a more appropriate one? Essentially, we have a need to serve pages from user home filestore, where; - The home filestore is on a Windows fil

Re: [EMAIL PROTECTED] url proxying

2008-04-16 Thread Melanie Pfefer
Hi Krist,all indeed the cause was related to redirects on the backend application. The developers fixed this issue and the url proxying is working now. I appreciate your help and support. thank you. --- On Tue, 15/4/08, Krist van Besien <[EMAIL PROTECTED]> wrote: > From: Krist van Besien <[E

Re: [EMAIL PROTECTED] Apache dynamic page caching?

2008-04-16 Thread Nick Kew
On 16 Apr 2008, at 03:59, howard chen wrote: Hi, Are there any existing method for Apache which can do the followings? mod_cache. E.g. When a user first go to a page, www.example.com/article.php?id=123, my PHP problem will generated a static copy of HTML under a temp folder (e.g. /tmp/arti