David Bear wrote:
> I have two goals with my apache server that I hope are not mutual
> exclusive.
>
> I use apache to proxy requests to a backend user using modproxy and
> rewrite rules. (the backend is zope) This works great. I also use apache
> to handle ssl. I also have virtual hosts, some
Hello
I'm trying to figure out if my simple mod_cache setup is working. I compiled
the mod_cache modules (mod_cache, mod_disk_cache and mod_mem_cache) and put
together a simple configuration. The server starts up without a murmur, but
I'm not sure that the caching is actually taking place.
In my
I have two goals with my apache server that I hope are not mutual exclusive.
I use apache to proxy requests to a backend user using modproxy and rewrite
rules. (the backend is zope) This works great. I also use apache to handle
ssl. I also have virtual hosts, some ip based, some name based. My rew
httpd v2.2.4 from source on macos 10.4.9
I have a configuration like this. In the first case using require
valid-user, everything works as expected. I can authenticate users just
fine. However, when I use the second Location block, I have problems
and cannot authorize against the group. Any su
Jeff Murch wrote:
I am almost to the point of having my apache2 reverse proxy complete. I am
having trouble now when the reverse proxy forwards a user from the login
page to the cgi-bin on the main server. I get an error that is generated
from the main server:
Forbidden
You don't have permis
I am almost to the point of having my apache2 reverse proxy complete. I am
having trouble now when the reverse proxy forwards a user from the login
page to the cgi-bin on the main server. I get an error that is generated
from the main server:
Forbidden
You don't have permission to access /cgi-bi
Aaron Smith wrote:
So I’m having a devil of a time getting Apache 2.0.55 compiled on an
HP-UX 11.11 system to support secure LDAP authentication to our Active
Directory servers. I configure it like so:
./configure --prefix=/opt/apache2 --enable-auth-dbm=shared
--enable-expires=shared --enabl
Hi,
I am having a problem in Load Balancing with Apache 2.2.4 server setup
and the issue is as follows,
Ihave Jboss4.2.0 GA with two server instances [TestAdmin and Test] and
I have deployed two applications namely TestAdmin and Test in
respective server instance. Both the server instances are i
Now I'm back to the original problem. I turned off name resolution and I
restarted apache. The virtual host for www.myserver.com:443 works as
expected. However, this error continues to repeat itself in the logs:
[Wed Jul 11 13:14:39 2007] [info] Connection to child 22 established
(server www.myser
lsof tells me that apache is using libnsl on startup. I assume it's using
that to acquire the server name. That library appears to use DNS for
resolution despite the fact that nsswitch.conf is set for hosts only.
I commented out the name servers in /etc/resolv.conf and guess what? The
virtual host
Mark,
You understand the problem. That should work but I've been reluctant to do
that. The goal is to maintain a configuration in development that mirrors
production. I test all configuration changes on the LAN then push the
file(s) into production.
Jeff
> Hi,
>
> Sorry if I have the wrong end
So I'm having a devil of a time getting Apache 2.0.55 compiled on an
HP-UX 11.11 system to support secure LDAP authentication to our Active
Directory servers. I configure it like so:
./configure --prefix=/opt/apache2 --enable-auth-dbm=shared
--enable-expires=shared --enable-headers=shared --en
Thanks for the information. I will put it in the httpd.conf. You all are
great.
Bob R
Robert A. Rawlinson wrote:
What file should I add the ScriptAlias entry to? I have been reading
for two days now and found the entry I need but nowhere does it seem
to tell in what file the statement should b
Thanks Steve, BEA had just confirmed the backwards compatibility of plugins
and thats what we are looking to do now.
cheers,
Chaitanya
Foster, Stephen (ASPIRE) wrote:
>
> Why not just use the weblogic9.1 plugin to handle delegation to both the
> 8.1 and 9.1 servers, it is backwards compatible.
Why not just use the weblogic9.1 plugin to handle delegation to both the 8.1
and 9.1 servers, it is backwards compatible.
you can then configure the module and use different Location blocks with
different URI's mapping to different clusters.
Steve
-Original Message-
From: apacheIndian [
On 11/07/07, Robert A. Rawlinson <[EMAIL PROTECTED]> wrote:
What file should I add the ScriptAlias entry to? I have been reading for
two days now and found the entry I need but nowhere does it seem to tell
in what file the statement should be.
Which file to use is largely a matter of how your O
> From: Robert A. Rawlinson [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 11, 2007 10:33 AM
>
> What file should I add the ScriptAlias entry to? I have been
Which file? If you're not doing secure, httpd.conf, of course. If you
are... well, I only know what our in-house standard is, which is
What file should I add the ScriptAlias entry to? I have been reading for
two days now and found the entry I need but nowhere does it seem to tell
in what file the statement should be.
Thanks for any help you can offer.
Bob R
-
Hi,
Sorry if I have the wrong end of the stick, but why don't you just do
NameVirtualHost 10.37.74.24:80
in your httpd.conf
and then set your virtualhost to that NameVirtualHost.
ServerName www.myserver.com
Again sorry if I've misunderstood your problem.
Regards,
>> -Original Message-
>> From: Jeff Fulmer [mailto:[EMAIL PROTECTED]
>> Sent: Tuesday, July 10, 2007 2:56 PM
>> To: users@httpd.apache.org
>> Subject: [EMAIL PROTECTED] apache hostname resolution (strange problem)
>>
>> I have the oddest situation. I have a test server on the LAN.
>> I adde
> -Original Message-
> From: Chris Arnold [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 11, 2007 2:25 PM
> To: users@httpd.apache.org
> Cc: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Re:[EMAIL PROTECTED] Permissions problem
>
> >This is the browser error message.
>
> >What
On 7/10/07, Vincent Bray <[EMAIL PROTECTED]> wrote:
On 11/07/07, Paul Kuykendall <[EMAIL PROTECTED]> wrote:
> I am trying to get a rewrite rule working that will take the value
> from an HTTP header and use the value to create a new target
> destination for the HTTP request. An example of what I
Thanks noodl I Will look into the reverse proxies.
noodl wrote:
>
> On 11/07/07, apacheIndian <[EMAIL PROTECTED]> wrote:
>>
>> Hi,
>>
>> I have a requirement to configure weblogic plugin for Apache, more than
>> once.
>> first, the plugin provided by the Weblogic 8.1 and again the plugin
>> pro
>This is the browser error message.
>What is in the apache error_log? That will tell you precisely what is
>wrong rather than the browser and everyone else having to guess.
[Tue Jul 10 18:07:45 2007] [error] [client xx.xx.xx.xx] PHP Fatal error:
require_once() [function.require]: Failed
opening
--- John Steel <[EMAIL PROTECTED]> a écrit :
> I did this and it still happened, but it ddn't seem
> as bad.
> What I really want to know is which vhost is causing
> it. The only thing
[...]
If all your vhost are writing the same access.log,
what you can do is an
while true
do
sleep 1
free -m
Many thanks,
find . -exec file {} \; |grep -i "PDF Document" worked a treat in
finding the PDF's in cache root.
I'll provide an example of Good vs Broken cached header files on
bugzilla hopefully this will assist in resolving the problem, however
I'm getting a fair of heat to resolve the issue s
On 11/07/07, apacheIndian <[EMAIL PROTECTED]> wrote:
Hi,
I have a requirement to configure weblogic plugin for Apache, more than
once.
first, the plugin provided by the Weblogic 8.1 and again the plugin provided
by Weblogic 9.1 in the same apache config.
The requests coming in need to be handle
On 11/07/07, Mark Stevens <[EMAIL PROTECTED]> wrote:
Thanks Vincent,
I took a look at the Change log under the trunk link you provided, and
didn't see any specific fix on mod_cache for storing corrupted files
however I did notice a mod_disk_cache fix that prevents it from
storing responses from
Hi,
I have a requirement to configure weblogic plugin for Apache, more than
once.
first, the plugin provided by the Weblogic 8.1 and again the plugin provided
by Weblogic 9.1 in the same apache config.
The requests coming in need to be handled by these different plugins based
on the url, for exam
Thanks Vincent,
I took a look at the Change log under the trunk link you provided, and
didn't see any specific fix on mod_cache for storing corrupted files
however I did notice a mod_disk_cache fix that prevents it from
storing responses from aborted requests..
mod_disk_cache: Do not store abort
On 11/07/07, Maurer, Hermann <[EMAIL PROTECTED]> wrote:
Hi folks,
I've been watching a strange behaviour of my subversion server.
Sometimes the apache processes use almost all virtual memory. I think,
that the problem is caused by some ldap or subversion module's issue,
because I see a lot of op
On 11/07/07, Mark Stevens <[EMAIL PROTECTED]> wrote:
Hi,
Many thanks for the response,
The bug I was referring to is 32950 detailed in the following URL.
http://issues.apache.org/bugzilla/show_bug.cgi?id=32950
There's a request for clarifications at the end of that bug. I'm sure
it'd be a bi
Laurent FAILLIE wrote:
Do avoid resources problem, I reduced both MaxClients
and MaxRequestsPerChild in order to force more
frequent child recycling (0 means unlimited).
I did this and it still happened, but it ddn't seem as bad.
What I really want to know is which vhost is causing it. The o
Hi folks,
I've been watching a strange behaviour of my subversion server.
Sometimes the apache processes use almost all virtual memory. I think,
that the problem is caused by some ldap or subversion module's issue,
because I see a lot of open connections to our ldap server (Active
Directory), whic
Hi,
Many thanks for the response,
The bug I was referring to is 32950 detailed in the following URL.
http://issues.apache.org/bugzilla/show_bug.cgi?id=32950
I've never used the trunk you mentioned, is there an information page
on how to use it?
Many thanks again,
Mark.
On 09/07/07, Vi
Nanu Kalmanovitz wrote:
>
> Looks like Analog does not parse those lines correctly.
>
> Have you any idea how can I set the system to show\parse the data correctly?
>
> Alternatively can anyone propose other Analog logfile analyzer for my
> system?
The trouble is that everything from \x80 -
Hi!
I'm using Analog (logfile analyzer - http://www.analog.cx/) on a
Netware-Novell with Apache 2 WEB server..
Checking the "Listing queries" report I found the following lines:
Listing queries, sorted by the number of requests.
reqs search term
2 yaffa tel aviv
1 *³-%9c*³-%95*³-%92
> -Original Message-
> From: Chris Arnold [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 10, 2007 8:17 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Permissions problem
>
> I think i am having a permissions problem on apache2.2.3. Anytime i
> create a folder in htdocs, i g
> -Original Message-
> From: Vincent Bray [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 11, 2007 6:48 AM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] Protecting CGI script from download?
>
> ...
>
> ScriptAlias /cgi-bin/ "/Library/WebServer/CGI-Executables/"
>
>
>
39 matches
Mail list logo