Dear People,
I'm having some problems with using Apache as a proxy with Zope/Plone.
I'm trying to get urls of the form
http://machine_name/test_plone
and
https://machine_name/test_plone
to redirect to my test Plone site at
machine_name:9673/test_plone
via SSL.
However, I have not been su
Joshua Slive wrote:
2) looking at the wrong config file;
Lets go back to what Nick asked you. Your answer to him was
ambiguous. When you put some random garbage in the config file (like
a directive FooBar that doesn't exist) and restarted the server, did
you or did you not receive an error m
Guy Knights wrote:
The troubleshooting we've performed so far includes:
- bypassing apache altogether to access the PDFs via tomcat. The PDFs
accessed in this fashion downloaded with NO delay.
Instead, did you try just serving up the PDF files directly from Apache
itself? Those are static f
Hello,I'm setting up a hosting site with virtual domains, and to increase security I intend to run suexec'd php and cgi's.I'd also like to keep redundancy to a minimum; i.e. only one copy of php in /usr/lib/cgi-bin . If I need to upgrade php, I'd like
to do it in one place, not messing with users
Chris wrote:
> I have read about a couple of differnt ways to make php scripts run as their
> owner, and wondered if there is a general consensus with Apache2 as to the
> best way to accomplish this.
>
> On a server with multiple virtual hosts, wouldn't it be safer to have each
> site owner to
I have read about a couple of differnt ways to make php scripts run as their
owner, and wondered if there is a general consensus with Apache2 as to the best
way to accomplish this.
On a server with multiple virtual hosts, wouldn't it be safer to have each site
owner to be running their php scr
FreeBSD 5.4 running Apache 2.1.8
I have Apache running just fine, but at some point since the time I started the
server on November 3, and now, something has happened which prevents me from
doing a 'restart' of the server.
The log shows it starting okay about a week ago:
[Thu Nov 03 02:26:54
On 11/11/05, Jared Ingersoll <[EMAIL PROTECTED]> wrote:
> No, I don't think this has anything to do with weblogic.
>
> Basically, all I'm asking is if there is a way in Apache to send users
> requesting
>
> http://www.foo.com
>
> To the weblogic server using SetHandler much in the same way this wor
No, I don't think this has anything to do with weblogic.
Basically, all I'm asking is if there is a way in Apache to send users
requesting
http://www.foo.com
To the weblogic server using SetHandler much in the same way this works:
http://www.foo.com/weblogic
If SetHandler is not the way to do
On 11/11/05, Jared Ingersoll <[EMAIL PROTECTED]> wrote:
> Nothing happens with that configuration. If I use
> and go to http://foo/weblogic/, the appserver page comes up. If I set
> and go to http://foo/ I get the default apache page.
>
> I removed the pathtrim in the second example and it has th
The current documentation for the AuthLDAPUrl directive includes
the following:
ldap://host:port/basedn?attribute?scope?filter
attribute The attribute to search for. Although RFC 2255 allows a
comma-separated list of attributes, only the first attribute
will be used, no ma
Nothing happens with that configuration. If I use
and go to http://foo/weblogic/, the appserver page comes up. If I set
and go to http://foo/ I get the default apache page.
I removed the pathtrim in the second example and it has the same
results.
Thanks,
jared
-Original Message-
From
On 11/11/05, Jared Ingersoll <[EMAIL PROTECTED]> wrote:
> This works, however, I would like any traffic that goes to the root
> directory on apache to be redirected, and the following does not seem to
> work:
>
>
> SetHandler weblogic-handler
> PathTrim /
>
>
> Can anyone make a recommendation
On 11/11/05, Lars Ohlén <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Well I does not fail it simply does its rewriting little to early.
>
> The actual problem is that the SSO module has different policy rules (NTML,
> Basic Auth etc) for differnt URL so
> we wanted to rewrite some URL so that the SSO modul
Hi,
Well I does not fail it simply does its rewriting little to early.
The actual problem is that the SSO module has different policy rules (NTML,
Basic Auth etc) for differnt URL so
we wanted to rewrite some URL so that the SSO module used the Basisc Auth
policy.
BR
Lars
- Ori
On 11/11/05, Thomas J Berger <[EMAIL PROTECTED]> wrote:
> I would like to eliminate my user from having to type ".html" at the each
> web page
>
> www.thermoweb.com/edgebanding.html to www.thermoweb.com/edgebanding
>
> How do I code this in the htaccess file.
One simple way is
Options +MultiViews
Hello,
I'm using a bea weblogic module for apache to bridge the http traffic
from apache to the app server. Currently, I have it configured to use
the following virtual directory for the redirect:
SetHandler weblogic-handler
PathTrim /weblogic
This works, however, I would like any traffic th
Hi!
I have a servlet in a webapp ( /web) but would like
to be able to invoke the same servlet (without duplication of .class file) with
another webapp name (/script)
My original idea was to implement this in the httpd
processing using mod_rewrite, but I have run into some other issues wi
Try
RewriteEngine on
RewriteRule ^(.*)edgebanding[/]?$
/edgebanding.html
Boysenberry
boysenberrys.com | habitatlife.com | selfgnosis.com
On Nov 11, 2005, at 10:16 AM, Thomas J Berger wrote:
I would like to eliminate my user from having to type ".h
On 11/11/05, Lars Ohlén <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> We have a Apache 2.0.54 server with mod_rewrite staticlly compiled.
> (customer defined) The httpd server also have a dynamic module loaded that
> implements Single Sign-On (SSO)
>
> The problem is that mod_rewrite rewriting occurs prio
On 11/11/05, bob self <[EMAIL PROTECTED]> wrote:
> I'm running FreeBSD 5.4 and apache2.
>
> How can I get apache2 to process xml files? Right now it just treats them
> as regular files and uploads them to the browser. I'm not sure how the
> AddType line should be or what module I need to install an
Hi,
We have a Apache 2.0.54 server with mod_rewrite
staticlly compiled.
(customer defined) The httpd server also have a dynamic module loaded that implements Single
Sign-On (SSO)
The problem is that mod_rewrite rewriting occurs
prior to the the SSO module processing. And this is
not the w
I'm running FreeBSD 5.4 and apache2.
How can I get apache2 to process xml files? Right now it just treats them
as regular files and uploads them to the browser. I'm not sure how the
AddType line should be or what module I need to install and load.
thanks,
Bob
---
I would like to eliminate my user from having to type ".html" at the each
web page
www.thermoweb.com/edgebanding.html to www.thermoweb.com/edgebanding
How do I code this in the htaccess file.
Thanks
Tom
-
The official User-To
Hi,
i'm using apache 2.1.9beta and mod_proxy_balancer on an AMD Opteron 64 running
SLES 9. It compiled well and it runs.
There is one special thing:
Case 1 : If i make a balancercluster like this [for every context 1 cluster]
ProxyPass /web balancer://wpgcluster lbmethod=byrequests
stick
jiesheng zhang wrote:
Hi,
My system is suse 9.3, apache 2.0 and mod_ssl.
The /var/log/apache2/error_log has lots of ssl debug information such as
this
---
[Thu Nov 10 22:55:48 2005] [debug] ssl_engine_io.c(1593): | 01d0: d6 07
05 83 7f f6 3c cb-50 cc b3 a2 eb 1c f8 2f
26 matches
Mail list logo