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
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
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,
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
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
> >
> >
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
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
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
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
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
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
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
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
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
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
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
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
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
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).
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
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
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:
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
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
> >
>
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
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
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
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
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
29 matches
Mail list logo