[EMAIL PROTECTED] problem using Apache with Zope

2005-11-11 Thread Faheem Mitha
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

Re: [EMAIL PROTECTED] basic auth config

2005-11-11 Thread Mike Dewhirst
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

[EMAIL PROTECTED] Re: Apache 2/Mod_JK 1.2 Slow File Download

2005-11-11 Thread Shankar Unni
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

[EMAIL PROTECTED] suexec and shared binaries

2005-11-11 Thread Sven Karlsson
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

Re: [EMAIL PROTECTED] Running PHP scripts as owner UID

2005-11-11 Thread Ivan Barrera A.
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

[EMAIL PROTECTED] Running PHP scripts as owner UID

2005-11-11 Thread Chris
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

[EMAIL PROTECTED] mod_rewrite.so: Undefined symbol "apr_thread_mutex_lock"

2005-11-11 Thread Chris
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

Re: [EMAIL PROTECTED] Using SetHandler to redirect requests to the webserver root directory

2005-11-11 Thread Joshua Slive
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

RE: [EMAIL PROTECTED] Using SetHandler to redirect requests to the webserver root directory

2005-11-11 Thread Jared Ingersoll
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

Re: [EMAIL PROTECTED] Using SetHandler to redirect requests to the webserver root directory

2005-11-11 Thread Joshua Slive
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

[EMAIL PROTECTED] LDAP and AUTHENTICATE_[attribute] environment variables

2005-11-11 Thread James Garrison
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

RE: [EMAIL PROTECTED] Using SetHandler to redirect requests to the webserver root directory

2005-11-11 Thread Jared Ingersoll
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

Re: [EMAIL PROTECTED] Using SetHandler to redirect requests to the webserver root directory

2005-11-11 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] Apache 2.0.54: mod_rewrite rewriting to early in processing

2005-11-11 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] Apache 2.0.54: mod_rewrite rewriting to early in processing

2005-11-11 Thread Lars Ohlén
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

Re: [EMAIL PROTECTED] rewrite module eliminate the of .html address

2005-11-11 Thread Joshua Slive
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

[EMAIL PROTECTED] Using SetHandler to redirect requests to the webserver root directory

2005-11-11 Thread Jared Ingersoll
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

[EMAIL PROTECTED] Servlet alias cross Webapp boundaries

2005-11-11 Thread Lars Ohlén
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

Re: [EMAIL PROTECTED] rewrite module eliminate the of .html address

2005-11-11 Thread Boysenberry Payne
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

Re: [EMAIL PROTECTED] Apache 2.0.54: mod_rewrite rewriting to early in processing

2005-11-11 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] getting apache2 to process .xml files?

2005-11-11 Thread Joshua Slive
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

[EMAIL PROTECTED] Apache 2.0.54: mod_rewrite rewriting to early in processing

2005-11-11 Thread Lars Ohlén
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

[EMAIL PROTECTED] getting apache2 to process .xml files?

2005-11-11 Thread bob self
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 ---

[EMAIL PROTECTED] rewrite module eliminate the of .html address

2005-11-11 Thread Thomas J Berger
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

[EMAIL PROTECTED] mod_proxy_balancer question 2.1.9

2005-11-11 Thread Oliver.Schaudt
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

Re: [EMAIL PROTECTED] how to turn off ssl debug log

2005-11-11 Thread William A. Rowe, Jr.
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