Hi,
I've had a bizarre performance problem earlier this week and I can't figure
it out. It'd be great if anyone had suggestions.
Twice recently, I've had extremely slow performance serving static files
from a single virtual host on my Apache server. Files that were sent to
Tomcat with mod_jk r
On Fri, 31 Aug 2007 02:23:38 -0700 (PDT)
wglass <[EMAIL PROTECTED]> wrote:
> * I suspected DNS/reverse DNS issues. But I ran a tcpdump on port 53
> and saw no signs of DNS queries
It does look an obvious candidate. And why would DNS be generating
traffic (let alone TCP traffic) on the server?
At 12:36 -0400 30/08/2007, Eric Gorr wrote:
On Aug 30, 2007, at 10:55 AM, Joshua Slive wrote:
On 8/30/07, Eric Gorr <[EMAIL PROTECTED]> wrote:
Sorry, I should have mentioned that I am using Apache 1.3.33 which is
the default server under MacOSX.
Then go ahead and pull out your network sniff
There is a requirement to update few HTTP parameters before routing a request
to Apache HTTP Server (AHS)? Can it be done with ServletFilter? Can we
deploy ServletFilter between Web and AHS? If yes, need instruction.
--
View this message in context:
http://www.nabble.com/ServletFilter-and-Apache
Hi,
i want to ask how to configure apache to log some requests in separate
logs. I'm using now httpd-2.2.4-2.1.fc6.x86_64, installed on Fedora 6
(x86_64)
I have this kind of records in /var/log/httpd/ssl_access_log
corporativos24219-22.etb.net.co - hpenagos [27/Aug/2007:17:22:24 +0200]
"PROPFI
Thanks, Nick.
Can you explain your question about DNS? My assumption is that if I had a
reverse DNS issue, I could identify it by running tcpdump on port 53 on the
server. (e.g. with HostnameLookup) I did this and saw no TCP/UDP traffic.
To eliminate the possibility of client DNS issues, I har
On 8/31/07, Peter Rabbitson <[EMAIL PROTECTED]> wrote:
> My question is whether this is documented anywhere? I use a number of
> mod_macro statements all over my site and always believed that order of
> statements is not significant, only the nesting level. Now I am not sure
> how many more hidden
Hello,
My goal is to allow any "Admin" user to access / of a virtual host, and
any "Backup" user to access /backups of the same host. I have a user
which is a member of the Admin group but not a member of the Backup
group. If my configuration looks like this:
AuthType Basic
Hi,
I'm trying to implement NTLM protocol in order to opening the protected
page of my intranet site without having to get a login/password. I have
the following architecture:
- Sun/Solaris 5.8
- Apache 2.0.52
- Mod JK
- Tomcat 4
- NTLM Filter defined in the web.xml file of my application
On Fri, 31 Aug 2007 06:46:37 -0700 (PDT)
wglass <[EMAIL PROTECTED]> wrote:
>
> Thanks, Nick.
>
> Can you explain your question about DNS?
If it's one vhost, that suggests the possibility of an issue
with DNS lookups at the client end.
> What's the easiest way to get and test an HTTP/1.0 client
In the ip is the pubblic ip or local Ip of server ?
Thanks
Da: Bharathi raja [mailto:[EMAIL PROTECTED]
Inviato: giovedì 30 agosto 2007 13.16
A: netmail
Oggetto: Re: [EMAIL PROTECTED] RE: VirtualHost with third level domain
DocumentRoot /var/www/mydomain/thirdlevel
ServerName IP
if (knowledge == 0) {
read (FAQ);
use (SEARCH_DOCS);
use (GOOGLE);
} else {
use (BRAIN);
make (POST);
}
Gregor
--
what's puzzlin' you, is the nature of my game
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available @ http://pgpkeys.pca.dfn.de:11371
--
Hi All,
*
FYI, I also posted this to you the Mod_python mailing list, but I am
hoping someone here might have a solution seeing this before as well. *
So I got mod_python installed, with apache on my windows box running
WinXP SP2. When I went to test the mod_install following the directions
That is expected behavior when you do not have an NTLM Apache HTTPD module
configured to authenticate the request in the same manner as the Tomcat
instance. You can search the Apache modules web site for an appropriate
module.
Cheers,
Jeff
From: LEBLANC, Damiens [mailto:[EMAIL PROTE
I have been using Apache 2.2.4 for successfully testing web pages
created in FrontPage 2003 and latterly Dreamweaver MX 2004. I am
running Windows XP Home SP2 on my computer. I recently configured
Apache, from a new install, to display includes I had added to a
Dreamweaver site and did this (
Hi Jeff,
Thanks for your queekly response,
If I have well understood your response, il means that I must install and
configure mod_ntlm module on the Apache HTTP Server and keep the "NTLM filter"
executed by Tomcat?
Best regards,
Damiens.
De : Jeff
Hi All,
So in regards to a follow up on my last post. I found this page at.
http://www.dscpl.com.au/wiki/ModPython/Articles/GettingModPythonWorking
Which describes how to get the python mod working for apache and I
changed it around so that I was no longer trying to access it globally.
My .h
Correct.
One caveat is that because I have not deployed NTLM authentication in both
Tomcat and Apache HTTPD simultaneously, I cannot tell you exactly how it
will work. Ive only done the authentication using the Apache HTTPD module
so you may need to experiment. I typically use Apache HTTPD as
On 8/31/07, Peter Rabbitson <[EMAIL PROTECTED]> wrote:
> Joshua Slive wrote:
> > On 8/31/07, Peter Rabbitson <[EMAIL PROTECTED]> wrote:
> >
> >> My question is whether this is documented anywhere? I use a number of
> >> mod_macro statements all over my site and always believed that order of
> >> st
OK, I will try this and I'll give you some news after.
Thanks again,
Damiens.
De : Jeff Beard [mailto:[EMAIL PROTECTED]
Envoyé : vendredi 31 août 2007 18:39
À : users@httpd.apache.org
Objet : RE: [EMAIL PROTECTED] Apache Httpd Server 2.0.52, ModJK, Tomcat
On 8/31/07, Chris Howell <[EMAIL PROTECTED]> wrote:
>
> AddHandler python-program .py
> PythonHandler mptest
> PythonDebug On
>
Chris:
I would suggest you use the Publisher mod_python handler, at least to
get started.
Here is a simple hello, world in mod_python. I assume you fixed your
othe
Joshua Slive wrote:
On 8/31/07, Peter Rabbitson <[EMAIL PROTECTED]> wrote:
My question is whether this is documented anywhere? I use a number of
mod_macro statements all over my site and always believed that order of
statements is not significant, only the nesting level. Now I am not sure
how m
On 8/30/07, Eric Gorr <[EMAIL PROTECTED]> wrote:
> I am also assuming that if I install Apache2, I would no longer be
> able to use the Sharing panel to turn the server on/off and would
> need to do so from the command line.
>
> I can't imagine this is terribly difficult...I just don't know the
>
Joshua Slive wrote:
On 8/31/07, Peter Rabbitson <[EMAIL PROTECTED]> wrote:
Joshua Slive wrote:
On 8/31/07, Peter Rabbitson <[EMAIL PROTECTED]> wrote:
My question is whether this is documented anywhere? I use a number of
mod_macro statements all over my site and always believed that order of
s
Hi,
You seem to have two problems in your config. First, You're not using
any virtual hosts, and your DocumentRoot is F:/webs, so presumably
you're using a URL like http://localhost/mcjdreamweaver/ to access
your site. In this case, using an include with a local uri ref like
/includes/something wo
Hi Nick,
I'm puzzled by the client DNS theory, since I had the host (in Windows, mind
you) directly mapped in /etc/hosts. (the Windows equivalent).
The argument in favor of the DNS theory is that we ran a web test of DNS
with www.dnsreports.com and it reported several problems. (we were using
Vincent,
>so presumably you're using a URL like http://localhost/mcjdreamweaver/
to access your site
Yes you are correct and I am very grateful for your reply but I find I
am out of my depth. I had read (several times both before my post and
after your reply) the article on configuring Virtua
Malcolm Walker wrote:
Vincent,
>so presumably you're using a URL like
http://localhost/mcjdreamweaver/ to access your site
Yes you are correct and I am very grateful for your reply but I find I
am out of my depth. I had read (several times both before my post and
after your reply) the articl
28 matches
Mail list logo