[us...@httpd] images not displayed

2009-09-15 Thread Melanie Pfefer
Hi I would like to get our opinion on a strange behavior on my website. I have a web application running on apache. The images displas normally if I try to access pages via http://localhost. On a remote machine, http://machine_name works fine but images are not displayed. any idea what could

[us...@httpd] check log between 2 dates

2009-09-11 Thread Melanie Pfefer
Hi, I am interested in getting all entries of apache between 2 dates. I am using the default log format. Any idea how to do this on Solaris? thanks - The official User-To-User support forum of the Apache HTTP Server Projec

[us...@httpd] audit logs

2009-09-08 Thread Melanie Pfefer
Hi, Before I build a script, I would like to know if anybody thought of auditing the apache log so that it reports the logins of the users who tried to access a certain folder, regardless whether the access was successful (Http response 200) or not (401 and 304) thanks ---

Re: [us...@httpd] 'require' keyword

2009-09-02 Thread Melanie Pfefer
ed, 2/9/09, Eric Covener wrote: > From: Eric Covener > Subject: Re: [us...@httpd] 'require' keyword > To: users@httpd.apache.org > Date: Wednesday, 2 September, 2009, 5:27 PM > On Wed, Sep 2, 2009 at 10:09 AM, > Melanie > Pfefer > wrote: > > thanks. > &

Re: [us...@httpd] 'require' keyword

2009-09-02 Thread Melanie Pfefer
September, 2009, 4:49 PM > On Wed, Sep 2, 2009 at 9:44 AM, > Melanie > Pfefer > wrote: > > Hi > > > >  I have ldap integrated with apache > > > >  what's the difference between require valid-user and > require user > > > >  Why when I h

Re: [us...@httpd] 'require' keyword

2009-09-02 Thread Melanie Pfefer
Hi I have ldap integrated with apache what's the difference between require valid-user and require user Why when I have require valid-user, no authentication is required thanks --- On Fri, 21/8/09, Melanie Pfefer wrote: > From: Melanie Pfefer > Subject: Re: [us...@http

[us...@httpd] compilation error

2009-08-27 Thread Melanie Pfefer
Hi, Can you please advise why I have this error upon compilation time (make)? /bin/bash /apache/httpd-2.2.6/srclib/apr/libtool --silent --mode=link gcc -g -O2 -DHAVE_CONFIG_H -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE -I./include -I/HTTP/httpd-2.2.6/srclib

Re: [us...@httpd] 'require' keyword

2009-08-21 Thread Melanie Pfefer
Subject: Re: [us...@httpd] 'require' keyword > To: users@httpd.apache.org > Date: Friday, 21 August, 2009, 3:17 PM > Melanie Pfefer wrote: > > Hi > > > > I meant Eric's suggestion. > > > > But, I sent the email too fast. In fact, I am not > pro

Re: [us...@httpd] 'require' keyword

2009-08-21 Thread Melanie Pfefer
Hi Just to note these 2 conf: with this config, I directly get Forbidden 403 DAV svn SVNParentPath /jupiter/svnlinks/svn/XYZ/ABC/123/ Options FollowSymLinks AuthBasicProvider ldap AuthLDAPUrl ldap://. Require user user1 Require user user2 With this config (without LimitExcept), I

Re: [us...@httpd] 'require' keyword

2009-08-21 Thread Melanie Pfefer
at Igor mentions below, or what Eric > previously asked > you to check ? > > > > > > Melanie Pfefer wrote: > > Hi, > > > > In fact, this works but it does not suits my > requriements. > > > > I have a loose restrictions on the parent folder but

Re: [us...@httpd] 'require' keyword

2009-08-21 Thread Melanie Pfefer
Cheers, > > Igor > > > > > On Fri, Aug 21, 2009 at 6:12 AM, André Warnier > wrote: > > Melanie Pfefer wrote: > > > Hi Eric, > > > > Could you please elaborate more on what you want me to > test? > > > > > I believe E

Re: [us...@httpd] 'require' keyword

2009-08-20 Thread Melanie Pfefer
Aug 20, 2009 at 11:38 AM, > Eric Covener > wrote: > > On Thu, Aug 20, 2009 at 11:35 AM, Melanie > > Pfefer > wrote: > >> Do you think this is caused Location directive > used for a location and a sublocation? > > It ought to be fine, but i would suggest mak

Re: [us...@httpd] 'require' keyword

2009-08-20 Thread Melanie Pfefer
2009 at 10:55 AM, > André Warnier > wrote: > > Melanie Pfefer wrote: > > ... > > > >> Require user user1 > >> Require user user2 > > > > Melanie, > > I believe you may be caught by the fact that the two > lines above actually >

Re: [us...@httpd] 'require' keyword

2009-08-20 Thread Melanie Pfefer
only one entry in the error log despite several trials. --- On Thu, 20/8/09, Eric Covener wrote: > From: Eric Covener > Subject: Re: [us...@httpd] 'require' keyword > To: users@httpd.apache.org > Date: Thursday, 20 August, 2009, 4:20 PM > On Thu, Aug 20, 2009 at 7:5

Re: [us...@httpd] 'require' keyword

2009-08-20 Thread Melanie Pfefer
let me rephrase my question I have Require valid-user Require user user1 user2 Do you know why I am getting Forbidden when user1 logs in to access xyz? --- On Thu, 20/8/09, Melanie Pfefer wrote: > From: Melanie Pfefer > Subject: Re: [us...@httpd] 'require' key

Re: [us...@httpd] 'require' keyword

2009-08-19 Thread Melanie Pfefer
Hi, Can you please help me out with this? To note also that the logs does not show anything now. thanks --- On Wed, 19/8/09, Melanie Pfefer wrote: > From: Melanie Pfefer > Subject: Re: [us...@httpd] 'require' keyword > To: users@httpd.apache.org > Date: Wednesday, 19

Re: [us...@httpd] 'require' keyword

2009-08-19 Thread Melanie Pfefer
required. thank you. --- On Wed, 19/8/09, Melanie Pfefer wrote: > From: Melanie Pfefer > Subject: Re: [us...@httpd] 'require' keyword > To: users@httpd.apache.org, a...@ice-sa.com > Date: Wednesday, 19 August, 2009, 3:50 PM > any idea why I am getting this error > (although

Re: [us...@httpd] 'require' keyword

2009-08-19 Thread Melanie Pfefer
Subject: Re: [us...@httpd] 'require' keyword > To: users@httpd.apache.org > Date: Wednesday, 19 August, 2009, 1:11 PM > Melanie Pfefer wrote: > > > > Require valid-user  <--- change here to > Require followed by the ldap username. Repeat this for all > us

[us...@httpd] 'require' keyword

2009-08-19 Thread Melanie Pfefer
Hi, I want to check 2 things here regarding 'require' keyword. I have this directive: DAV svn SVNParentPath /jupiter/export/ABC/XYZ/ AuthBasicProvider ldap AuthLDAPUrl ldap:// Require valid-user AuthType Basic AuthName "Please enter your credentials" Now if I want to restrict a di

[us...@httpd] log rotation

2009-07-16 Thread Melanie Pfefer
hi folks, could you please advise on what solutions (preferably without using third-party tool) you use to rotate apache logs? I see rotatelogs under bin/ Could you please advise on its usage? Is there a config option in httpd.conf we can benefit from to rotate logs? thanks -

Re: [us...@httpd] compilation error

2009-06-23 Thread Melanie Pfefer
pilation error > To: users@httpd.apache.org > Date: Tuesday, 23 June, 2009, 3:52 PM > On Tue, Jun 23, 2009 at 8:17 AM, > Melanie > Pfefer > wrote: > > > > Hi > > > > what might break the compilation? > > > > make: Fatal error: Command failed for tar

[us...@httpd] compilation error

2009-06-23 Thread Melanie Pfefer
Hi what might break the compilation? make: Fatal error: Command failed for target `all-recursive' Current working directory /opt/jupiter/httpd-2.2.4/support *** Error code 1 The following command caused the error: otarget=`echo all-recursive|sed s/-recursive//`; \ list=' srclib os server m

[us...@httpd] What does this info means and how to fix?

2009-06-18 Thread Melanie Pfefer
Hi I see this in the error logs: [info] server seems busy, (you may need to increase StartServers, or Min/MaxSpareServers), spawning 8 children, there are 0 idle, and 21 total children [info] server seems busy, (you may need to increase StartServers, or Min/MaxSpareServers), spawning 16 child

[us...@httpd] logging URLs

2009-05-21 Thread Melanie Pfefer
Hi Is it possible for apache to log the URL requested even if some web applications are obtained via RewriteRule to another servlet or another apache instance? Thank you - The official User-To-User support forum of the

[us...@httpd] virtual hosts and rewrite rules

2009-05-21 Thread Melanie Pfefer
Hi I have an apache instance where I defined several rewrite rules and ProxyPassReverse that redirects to other web applications. I added a virtual host in the conf file NameVirtualHost *:80 ServerAdmin y...@example.com DocumentRoot "/usr/local/apache2/htdocs" RewriteEngine On RewriteRule

Re: [us...@httpd] php

2009-05-19 Thread Melanie Pfefer
e: [us...@httpd] php > To: users@httpd.apache.org > Date: Tuesday, 19 May, 2009, 11:24 AM > Melanie Pfefer wrote: > > Hi > > > > I have an apache web server and other instances > started with a different httpd.conf (where I specified > different htdocs, port number, p

[us...@httpd] php

2009-05-19 Thread Melanie Pfefer
Hi I have an apache web server and other instances started with a different httpd.conf (where I specified different htdocs, port number, pid...) Now the instances count around 10. A sudden request came to have php integrated in all instances. Could you please share your expertise on the best

Re: [us...@httpd] ssl on apache

2009-05-07 Thread Melanie Pfefer
May, 2009, 3:36 PM > On Thu, May 7, 2009 at 2:31 PM, > Melanie Pfefer > > wrote: > > > > Hi Krist, > > > > I am proxying (I think): > > > > RewriteRule ^/(abc.*) https://tomcat:port/$1 [P,L] > > > > Yes it is ssl to ssl > > Odd the

Re: [us...@httpd] ssl on apache

2009-05-07 Thread Melanie Pfefer
May, 2009, 3:14 PM > On Thu, May 7, 2009 at 2:04 PM, > Melanie Pfefer > > wrote: > > > > Hi > > > > Things went OK now. > > I can access apache on the secure port and using a > real certificate. > > > > Now, I want to redirect to tomcat th

Re: [us...@httpd] ssl on apache

2009-05-07 Thread Melanie Pfefer
ote: > From: Krist van Besien > Subject: Re: [us...@httpd] ssl on apache > To: users@httpd.apache.org > Date: Thursday, 7 May, 2009, 2:30 PM > On Thu, May 7, 2009 at 11:23 AM, > Melanie Pfefer > > wrote: > > > > Hi. > > > > I am getting this error

Re: [us...@httpd] ssl on apache

2009-05-07 Thread Melanie Pfefer
wrote: > From: Prasanna Ram Venkatachalam > Subject: Re: [us...@httpd] ssl on apache > To: users@httpd.apache.org > Date: Thursday, 7 May, 2009, 11:28 AM > Yes Correct! > > > On Thu, May 7, 2009 at 1:50 PM, > Melanie Pfefer > wrote: > > > Hi > >

Re: [us...@httpd] ssl on apache

2009-05-07 Thread Melanie Pfefer
09, 11:10 AM > Melanie Pfefer wrote: > > Hi, > > > > I had an official signature from the root CA. > > > > Now how to generate the server.key and server.crt? > > If you have a 'key' that is used to sign the certificate, > simply use > THAT k

[us...@httpd] ssl on apache

2009-05-07 Thread Melanie Pfefer
Hi, I had an official signature from the root CA. Now how to generate the server.key and server.crt? What I did so far is using a self-signed certificate: file.pem was generated by keytool openssl req -new -x509 -key file.pem openssl genrsa -des3 -out server.key 2048 thanks,

Re: [us...@httpd] renewing a certificate

2009-05-06 Thread Melanie Pfefer
/j2se/1.4.2/docs/tooldocs/solaris/keytool.html >   > What did you use to get server.crt? openssl ,selfssl > or some free sites available?? > > Regards > Prasanna Ram > > > > > On Wed, May 6, 2009 at 12:22 PM, > Melanie Pfefer > wrote: > > > Hi,

Re: [us...@httpd] renewing a certificate

2009-05-06 Thread Melanie Pfefer
pache.org > Date: Wednesday, 6 May, 2009, 2:53 PM > On Wed, May 6, 2009 at 1:37 PM, > Melanie Pfefer > > wrote: > > > > you are right. > > > > But I tried now a replica of what I have: > > apache > > tomcat > > > > The certificate is se

Re: [us...@httpd] renewing a certificate

2009-05-06 Thread Melanie Pfefer
ct: Re: [us...@httpd] renewing a certificate > To: users@httpd.apache.org > Date: Wednesday, 6 May, 2009, 12:11 PM > On Wed, May 6, 2009 at 8:52 AM, > Melanie Pfefer > > wrote: > > > > Hi, > > > > I have tomcat server running as a backend server and > ap

[us...@httpd] renewing a certificate

2009-05-05 Thread Melanie Pfefer
Hi, I have tomcat server running as a backend server and apache running as front-end, both on the same machine In httpd.conf, I have: SSLProxyEngine On RewriteEngine On SSLProxyCACertificatePath /usr/local/apache/conf/ssl RewriteRule ^/(abc.*) https://host:port/$1 [P,L] I am getting an error

[us...@httpd] trailing slash

2009-04-28 Thread Melanie Pfefer
Hi I did the following redirection: ProxyPass /abc http://host:7005/ ProxyPassReverse /abc http://abc:7005/ Now: http://host/abc/rep/ works but http://host/abc/rep does not work. any idea how to resolve this? thanks, -

Re: [us...@httpd] alias using Virtual host

2009-04-28 Thread Melanie Pfefer
ré Warnier wrote: > From: André Warnier > Subject: Re: [us...@httpd] alias using Virtual host > To: users@httpd.apache.org > Date: Tuesday, 28 April, 2009, 1:22 PM > Melanie Pfefer wrote: > > Hi Andre, > > > > Thanks for the clarification. > > Before proc

Re: [us...@httpd] alias using Virtual host

2009-04-28 Thread Melanie Pfefer
rg > Date: Tuesday, 28 April, 2009, 11:25 AM > Melanie Pfefer wrote: > > Hi, > > > > Let me clarify more: > > > > I have the main http.conf file and created another > http.conf to run another apache instance on port 8094. > > That is a welcome clarification

Re: [us...@httpd] alias using Virtual host

2009-04-28 Thread Melanie Pfefer
: > From: André Warnier > Subject: Re: [us...@httpd] alias using Virtual host > To: users@httpd.apache.org > Date: Monday, 27 April, 2009, 6:31 PM > Melanie Pfefer wrote: > > Hi. > > > > thanks for the clarification. > > What do you propose as a solution so tha

Re: [us...@httpd] alias using Virtual host

2009-04-27 Thread Melanie Pfefer
To: users@httpd.apache.org > Date: Monday, 27 April, 2009, 4:50 PM > Melanie Pfefer wrote: > > Hi > > > > I have the main apache running on port 80. > > I built another configuration file to have another > apache running on port 8094. > > > > I can access b

RE: [us...@httpd] alias using Virtual host

2009-04-27 Thread Melanie Pfefer
ay, 27 April, 2009, 3:25 PM > Use "ServerAlias MyServerAlias" in > the other VirtualHost directive, instead of another > ServeRName. > > > -Opprinnelig melding- > Fra: Melanie Pfefer [mailto:melanie_pfe...@yahoo.co.uk] > > Sendt: 27. april 2009 14:21 &

[us...@httpd] alias using Virtual host

2009-04-27 Thread Melanie Pfefer
Hi I have the main apache running on port 80. I built another configuration file to have another apache running on port 8094. I can access both servers: http://host http://host:8094 Now I want to have http://MySecondAlias to redirect to http://host:8094 I added MySecondAlias to DNS and I adde

Re: [EMAIL PROTECTED] rewrite rules

2008-09-16 Thread Melanie Pfefer
thank you. it worked after clearing the cache --- On Tue, 16/9/08, Davide Bianchi <[EMAIL PROTECTED]> wrote: > From: Davide Bianchi <[EMAIL PROTECTED]> > Subject: Re: [EMAIL PROTECTED] rewrite rules > To: users@httpd.apache.org > Date: Tuesday, 16 September, 2008, 3:13 P

Re: [EMAIL PROTECTED] rewrite rules

2008-09-16 Thread Melanie Pfefer
e Bianchi <[EMAIL PROTECTED]> > Subject: Re: [EMAIL PROTECTED] rewrite rules > To: users@httpd.apache.org > Date: Tuesday, 16 September, 2008, 2:38 PM > Melanie Pfefer wrote: > > hi Davide, > > > > both apache instances have the basic configuration. > They have

Re: [EMAIL PROTECTED] rewrite rules

2008-09-16 Thread Melanie Pfefer
wrote: > From: Davide Bianchi <[EMAIL PROTECTED]> > Subject: Re: [EMAIL PROTECTED] rewrite rules > To: users@httpd.apache.org > Date: Tuesday, 16 September, 2008, 2:18 PM > Melanie Pfefer wrote: > > Hi > > > > the DNS already has this alias. > > ser

Re: [EMAIL PROTECTED] rewrite rules

2008-09-16 Thread Melanie Pfefer
m: Davide Bianchi <[EMAIL PROTECTED]> > Subject: Re: [EMAIL PROTECTED] rewrite rules > To: users@httpd.apache.org > Date: Tuesday, 16 September, 2008, 2:07 PM > Melanie Pfefer wrote: > > Hi > > > > I am not using virtualhosts because I need to restart > each inst

Re: [EMAIL PROTECTED] rewrite rules

2008-09-16 Thread Melanie Pfefer
Bianchi <[EMAIL PROTECTED]> wrote: > From: Davide Bianchi <[EMAIL PROTECTED]> > Subject: Re: [EMAIL PROTECTED] rewrite rules > To: users@httpd.apache.org > Date: Tuesday, 16 September, 2008, 1:52 PM > Melanie Pfefer wrote: > > hi, > > > > I have 3 instance

[EMAIL PROTECTED] rewrite rules

2008-09-16 Thread Melanie Pfefer
hi, I have 3 instances of apache each running on a separate port. I have created a 4th instance on port 80 and 3 aliases so that when users want to access let’s say: http://alias1 it goes to http://server:port1 http://alias2 it goes to http://server:port2 http://alias3 it goes to http://server:

[EMAIL PROTECTED] AuthLDAPBindPassword

2008-07-22 Thread Melanie Pfefer
hi, Is there a way to avoid putting the user password in clear text? AuthType Basic AuthName "internal users" AuthLDAPBindDN "uk-siroe-com\user" AuthLDAPBindPassword "password" thank you __ Not happy with your email address?. Get t

[EMAIL PROTECTED] httpd already running

2008-07-22 Thread Melanie Pfefer
hi I am copying the httpd.conf and then change the port number. When I do ./httpd -k start -f I have this error httpd (pid 18877) already running What am I missing? my goal is to run another apache on a new port. thanks __ Not

Re: [EMAIL PROTECTED] virtual instances

2008-07-16 Thread Melanie Pfefer
again --- On Wed, 16/7/08, Severin Gehwolf <[EMAIL PROTECTED]> wrote: > From: Severin Gehwolf <[EMAIL PROTECTED]> > Subject: Re: [EMAIL PROTECTED] virtual instances > To: users@httpd.apache.org > Date: Wednesday, 16 July, 2008, 5:24 PM > On Wed, 2008-07-16 at 13:10

Re: [EMAIL PROTECTED] virtual instances

2008-07-16 Thread Melanie Pfefer
.conf > host2.conf > host3.conf > > etc. > > Severin > > > > > > --- On Wed, 16/7/08, Davide Bianchi > <[EMAIL PROTECTED]> wrote: > > > > > From: Davide Bianchi > <[EMAIL PROTECTED]> > &

[EMAIL PROTECTED] moving apache installation directory

2008-07-16 Thread Melanie Pfefer
Hi I installed apache under /usr/local/apache2 this might change later on. Would it be sufficient to move the directory to the new location and start the http service again? thanks. __ Not happy with your email address?. Get the o

Re: [EMAIL PROTECTED] virtual instances

2008-07-16 Thread Melanie Pfefer
ual instances > To: "Melanie Pfefer" <[EMAIL PROTECTED]> > Cc: users@httpd.apache.org > Date: Wednesday, 16 July, 2008, 11:20 AM > Melanie Pfefer wrote: > > I added these lines: > > > > Listen 80 > > Listen 81 > > > > NameVirtual

Re: [EMAIL PROTECTED] virtual instances

2008-07-16 Thread Melanie Pfefer
]> > Subject: Re: [EMAIL PROTECTED] virtual instances > To: "Melanie Pfefer" <[EMAIL PROTECTED]> > Cc: users@httpd.apache.org > Date: Wednesday, 16 July, 2008, 10:24 AM > Melanie Pfefer wrote: > > I want to use virtual servers on apache. > > > > S

[EMAIL PROTECTED] virtual instances

2008-07-16 Thread Melanie Pfefer
Hi, I want to use virtual servers on apache. So I install one server and have several virtual instances each one running on a different port. 1] once apache is installed, what needs to be done to create these virtual instances? 2] each virtual instance should have an htdocs where to put docume

Re: [EMAIL PROTECTED] apache does not preserve user session of tomcat

2008-04-22 Thread Melanie Pfefer
pd.apache.org, [EMAIL PROTECTED] > Date: Monday, 21 April, 2008, 8:57 PM > On Mon, Apr 21, 2008 at 6:26 PM, Melanie Pfefer > <[EMAIL PROTECTED]> wrote: > > or should I install ssl on apache? this way, the > secure cookie will go to ssl channel also. Will it solve > the prob

Re: [EMAIL PROTECTED] url proxying (ssl->ssl)

2008-04-22 Thread Melanie Pfefer
it is ok now... I missed RewriteEngine On :) thanks. --- On Tue, 22/4/08, Melanie Pfefer <[EMAIL PROTECTED]> wrote: > From: Melanie Pfefer <[EMAIL PROTECTED]> > Subject: [EMAIL PROTECTED] url proxying (ssl->ssl) > To: users@httpd.apache.org > Date: Tuesday, 22 April

[EMAIL PROTECTED] url proxying (ssl->ssl)

2008-04-22 Thread Melanie Pfefer
hi again, I configured ssl on apache (front-end) to access my backend server (tomcat) using https (https://proxy-->https://backend) The following rewrite rule was working when I used url proxying on non-ssl apache (http://proxy -> https://backend) SSLProxyEngine On SSLProxyCACertificatePath /u

Re: [EMAIL PROTECTED] apache does not preserve user session of tomcat

2008-04-21 Thread Melanie Pfefer
does not preserve user session of tomcat > To: users@httpd.apache.org, [EMAIL PROTECTED] > Date: Monday, 21 April, 2008, 6:55 PM > On Mon, Apr 21, 2008 at 4:16 PM, Melanie Pfefer > <[EMAIL PROTECTED]> wrote: > > hi Krist, > > > > > > In LiveHTTPHeaders: > &

Re: [EMAIL PROTECTED] apache does not preserve user session of tomcat

2008-04-21 Thread Melanie Pfefer
e: Monday, 21 April, 2008, 4:09 PM > On Mon, Apr 21, 2008 at 2:21 PM, Melanie Pfefer > <[EMAIL PROTECTED]> wrote: > > > Before editing httpd.conf, on the tomcat side: how to > set the correct cookiedomain in the webapp? > > How to set this in the webapp I can

Re: [EMAIL PROTECTED] apache does not preserve user session of tomcat

2008-04-21 Thread Melanie Pfefer
D] > Date: Monday, 21 April, 2008, 2:32 PM > On Mon, Apr 21, 2008 at 8:57 AM, Melanie Pfefer > <[EMAIL PROTECTED]> wrote: > > hi again, > > > > I am using apache as a reverse proxy to a tomcat > server running ssl. In httpd.conf: > > > > SSLProx

[EMAIL PROTECTED] apache does not preserve user session of tomcat

2008-04-20 Thread Melanie Pfefer
hi again, I am using apache as a reverse proxy to a tomcat server running ssl. In httpd.conf: SSLProxyEngine On SSLProxyCACertificatePath /usr/local/apache2/conf/ssl RewriteRule ^/(abc.*) https://backend:8443/$1 [P,L] and url proxying is working. however I noticed that the tomcat user session i

[EMAIL PROTECTED] mod_proxy_html and segmentation fault

2008-04-17 Thread Melanie Pfefer
hi, I am getting a segmentation fault when I use mod_proxy_html so I wonder if this is due to a compilation error, a bug, a mis-configuration…. RewriteEngine On RewriteRule ^/(.*XYZ.*) http://backend:8080/abc/$1 [P,L] Or ProxyPass /XYZ:001 http://backend:8080/abc/XYZ:001 ProxyPassRever

Re: [EMAIL PROTECTED] url proxying

2008-04-16 Thread Melanie Pfefer
an Besien <[EMAIL PROTECTED]> > Subject: Re: [EMAIL PROTECTED] url proxying > To: users@httpd.apache.org, [EMAIL PROTECTED] > Date: Tuesday, 15 April, 2008, 10:48 PM > On Tue, Apr 15, 2008 at 9:03 PM, Melanie Pfefer > <[EMAIL PROTECTED]> wrote: > > > > SSLProxy

Re: [EMAIL PROTECTED] url proxying

2008-04-15 Thread Melanie Pfefer
s@httpd.apache.org, [EMAIL PROTECTED] > Date: Tuesday, 15 April, 2008, 10:48 PM > On Tue, Apr 15, 2008 at 9:03 PM, Melanie Pfefer > <[EMAIL PROTECTED]> wrote: > > > > SSLProxyEngine On > > > > SSLProxyCACertificatePath /usr/local/apache2/conf/ssl > > Proxy

Re: [EMAIL PROTECTED] url proxying

2008-04-15 Thread Melanie Pfefer
gt; From: Krist van Besien <[EMAIL PROTECTED]> > Subject: Re: [EMAIL PROTECTED] url proxying > To: users@httpd.apache.org, [EMAIL PROTECTED] > Date: Tuesday, 15 April, 2008, 11:19 AM > On Mon, Apr 14, 2008 at 10:48 PM, Melanie Pfefer > <[EMAIL PROTECTED]> wrote: > > h

Re: [EMAIL PROTECTED] url proxying

2008-04-14 Thread Melanie Pfefer
ubject: Re: [EMAIL PROTECTED] url proxying > To: users@httpd.apache.org, [EMAIL PROTECTED] > Date: Monday, 14 April, 2008, 11:28 PM > On Mon, Apr 14, 2008 at 3:44 PM, Melanie Pfefer > <[EMAIL PROTECTED]> wrote: > > Hi Krist, all, > > > > The url proxying is still

Re: [EMAIL PROTECTED] url proxying

2008-04-14 Thread Melanie Pfefer
ubject: Re: [EMAIL PROTECTED] url proxying > To: users@httpd.apache.org, [EMAIL PROTECTED] > Date: Monday, 14 April, 2008, 4:50 PM > On Mon, Apr 14, 2008 at 3:43 PM, Melanie Pfefer > <[EMAIL PROTECTED]> wrote: > > > But When I GET the page, nothing is returned

Re: [EMAIL PROTECTED] url proxying

2008-04-14 Thread Melanie Pfefer
On Mon, 14/4/08, Krist van Besien <[EMAIL PROTECTED]> wrote: > From: Krist van Besien <[EMAIL PROTECTED]> > Subject: Re: [EMAIL PROTECTED] url proxying > To: users@httpd.apache.org, [EMAIL PROTECTED] > Date: Monday, 14 April, 2008, 1:47 PM > On Sun, Apr 13, 2008 at 11:32

Re: [EMAIL PROTECTED] url proxying

2008-04-13 Thread Melanie Pfefer
gt; On Fri, Apr 11, 2008 at 9:48 AM, Melanie Pfefer > <[EMAIL PROTECTED]> wrote: > > Hi everybody, > > > > I want to enable proxying from apache to a tomcat > application running on ssl. > > > > Redirection is working: > > RewriteRule /abc/

[EMAIL PROTECTED] is ssl configured?

2008-04-11 Thread Melanie Pfefer
how to see that apache has ssl configured? in httpd.conf, I have: LoadModule ssl_module modules/mod_ssl.so and ./httpd -l Compiled in modules: core.c prefork.c http_core.c mod_so.c the software was compiled with: ./configure --prefix=/usr/local/apache2 --enable-mods-shared=all --enable-

Re: [EMAIL PROTECTED] url proxying

2008-04-11 Thread Melanie Pfefer
n mod_proxy, I believe you have to enable ssl connections > to the > backend with SSLProxyEngine on (or something similar, if my > memory > fails me), so this might be the issue here as well. > Mod_proxy does log > this to the error_log, though, if it is needed. > > &g

[EMAIL PROTECTED] url proxying

2008-04-11 Thread Melanie Pfefer
Hi everybody, I want to enable proxying from apache to a tomcat application running on ssl. Redirection is working: RewriteRule /abc/ https://remoteserver:8443/abc/ [R=301,L] But proxying is not: RewriteRule /abc/ https://remoteserver:8443/abc/ [P,L] In redirection: http://myapache/abc/ goes

[EMAIL PROTECTED] mod_proxy_html: segmentation fault

2008-04-03 Thread Melanie Pfefer
Hello, I am using mod_proxy_html. The configuration looks good: ProxyPass /gqaf:soi:PAR:TRE:001 http://backend:8080/gqaf-web/gqaf:soi:PAR:TRE:001 ProxyPassReverse / ProxyHTMLLogVerbose On SetOutputFilter proxy-html ProxyHTMLURLMap http://backend:8080/gqaf-web/gqaf:soi:PAR

Re: [EMAIL PROTECTED] mod_jk

2008-04-02 Thread Melanie Pfefer
:8080/gqaf:soi:PAR:TRE:001 which does not exist It should be http://backend:8080/gqaf-web/gqaf:soi:PAR:TRE:001 thanks --- "John P. Dodge" <[EMAIL PROTECTED]> wrote: > On Wed, 2 Apr 2008, Melanie Pfefer wrote: > > > Can someone give me a hand please to in

[EMAIL PROTECTED] mod_jk

2008-04-02 Thread Melanie Pfefer
Can someone give me a hand please to install mod_jk on apache? I downloaded the connector and build it on Solaris ./configure --with-apxs=/usr/local/apache2/bin/apxs make ./libtool --finish /usr/local/apache2/modules make install I then added to httpd.conf: LoadModule jk_module modules/mod_jk.s

Re: [EMAIL PROTECTED] url redirection

2008-04-01 Thread Melanie Pfefer
] Got charset ISO-8859-1 from HTML META [Tue Apr 01 17:48:42 2008] [notice] child pid 17180 exit signal Segmentation fault (11) Could you please assist? thanks. --- Joshua Slive <[EMAIL PROTECTED]> wrote: > On Mon, Mar 31, 2008 at 7:08 AM, Melanie Pfefer > <[EMAIL PROTECTED]>

Re: [EMAIL PROTECTED] url redirection

2008-03-31 Thread Melanie Pfefer
I used this SetOutputFilter proxy-html ProxyHTMLURLMap /(.*)TRE(.*)$ http://backend:8080/gqaf-web/$1 and ProxyHTMLExtended On ProxyHTMLURLMap url\(http://proxy/(.*)TRE(.*)\) url(http://backend:8080/gqaf-web/$1) Rihe No luck :( --- Melanie Pfefer <[EMAIL PROTECTED]> wrote: > :)

Re: [EMAIL PROTECTED] url redirection

2008-03-31 Thread Melanie Pfefer
/ followed by that string xxx:TRE:xxx I will read the mod_proxy_html doc... thx --- Joshua Slive <[EMAIL PROTECTED]> wrote: > On Mon, Mar 31, 2008 at 2:45 PM, Melanie Pfefer > <[EMAIL PROTECTED]> wrote: > > Hello Josh, > > > > Do you know if we can write thi

Re: [EMAIL PROTECTED] url redirection

2008-03-31 Thread Melanie Pfefer
://backend:8080/gqaf-web/ The wildcards seems not accepted in ProxyPass. Thanks in advance for your support --- Joshua Slive <[EMAIL PROTECTED]> wrote: > On Mon, Mar 31, 2008 at 7:08 AM, Melanie Pfefer > <[EMAIL PROTECTED]> wrote: > > Hello! > > After configu

Re: [EMAIL PROTECTED] url redirection

2008-03-31 Thread Melanie Pfefer
] does not work either because the browser searches for the files in the proxy htdocs instead of the backend webapps so it displays File not Found Any idea? Thanks. --- Joshua Slive <[EMAIL PROTECTED]> wrote: > On Sat, Mar 29, 2008 at 6:41 AM, Melanie Pfefer > <[EMAIL PR

Re: [EMAIL PROTECTED] url redirection

2008-03-29 Thread Melanie Pfefer
I also find out that I do not have mod_proxy_html loaded. But the situation remains the same even after loading the module... --- Melanie Pfefer <[EMAIL PROTECTED]> wrote: > Hello again, > > I read the document and I did not get the > correlation > with my case. > >

Re: [EMAIL PROTECTED] url redirection

2008-03-29 Thread Melanie Pfefer
apps. Is this what you meant by "broken links"? Can you please also clarify what you want me to check? thanks a lot. --- Joshua Slive <[EMAIL PROTECTED]> wrote: > On Fri, Mar 28, 2008 at 2:17 PM, Melanie Pfefer > <[EMAIL PROTECTED]> wrote: > > Hello Joshua, >

Re: [EMAIL PROTECTED] url redirection

2008-03-28 Thread Melanie Pfefer
not apache? thanks binches --- Joshua Slive <[EMAIL PROTECTED]> wrote: > On Fri, Mar 28, 2008 at 3:31 AM, Melanie Pfefer > <[EMAIL PROTECTED]> wrote: > > Hello, > > > > on testserver(IP address y.y.y.y), I enabled > logging > > to debug mode. >

Re: [EMAIL PROTECTED] url redirection

2008-03-28 Thread Melanie Pfefer
Hello, on testserver(IP address y.y.y.y), I enabled logging to debug mode. httpd.conf has: RewriteEngine On RewriteRule ^/(OpenFile.*) http://zeus:9000/$1 [P,L] RewriteRule ^/(.*gqaf:soi:PAR:TRE.*) http://zeus:8080/gqaf-web/$1 [P,L] RewriteLog "/usr/local/apache2/logs/rewrite.log" RewriteLogLeve

Re: [EMAIL PROTECTED] url redirection

2008-03-27 Thread Melanie Pfefer
se <[EMAIL PROTECTED]> wrote: > No. > > Make sure you are loading proxy and the proxy_http > mods. > > > > > ----- Original Message - > From: Melanie Pfefer [EMAIL PROTECTED] > Sent: 03/27/2008 05:40 PM > To: users@httpd.apache.org > Subject: Re:

Re: [EMAIL PROTECTED] url redirection

2008-03-27 Thread Melanie Pfefer
the proxy module should be loaded since [P] is working on another rewrite rule (but not to a tomcat server) --- Peter J Milanese <[EMAIL PROTECTED]> wrote: > Are you loading the proxy modules? > > > > > - Original Message - > From: Melanie Pfefer [EMA

Re: [EMAIL PROTECTED] url redirection

2008-03-27 Thread Melanie Pfefer
--- Melanie Pfefer <[EMAIL PROTECTED]> wrote: > things are ok now with this rewrite rule > > RewriteRule ^/(.*web:jar.*) http://zeus:8086/src/$1 > [R=301,L] > > I wanted to have 'jar' as pattern but couldn't do > it. > > If someone can help, I appre

Re: [EMAIL PROTECTED] url redirection

2008-03-27 Thread Melanie Pfefer
things are ok now with this rewrite rule RewriteRule ^/(.*web:jar.*) http://zeus:8086/src/$1 [R=301,L] I wanted to have 'jar' as pattern but couldn't do it. If someone can help, I appreciate. --- Melanie Pfefer <[EMAIL PROTECTED]> wrote: > I tried this > >

Re: [EMAIL PROTECTED] url redirection

2008-03-27 Thread Melanie Pfefer
AIL PROTECTED]> wrote: > The last time I had to configure something for > tomcat I used proxy settings. I don't have access > to this information right now otherwise I'd give an > example of what I did but I'm sure you can find > something on Google. > >

[EMAIL PROTECTED] url redirection

2008-03-27 Thread Melanie Pfefer
Hi, How to redirect urls that contains ‘jar’ string from http://zeus:8085/web/sec:jar:001 to http://zeus:8086/src/web:sec:jar:001 the first one is on apache the 2nd web app is on tomcat thanks bunches __ Sent from Yahoo! M

Re: [EMAIL PROTECTED] xml

2008-03-25 Thread Melanie Pfefer
> On Tuesday 25 March 2008 09:55:16 Melanie Pfefer > wrote: > > the page property is Firefox Document (should be > xml > > document) > > I'm not sure what you mean by the "page property". > Have you looked at the > HTTP response headers to see what&#x

Re: [EMAIL PROTECTED] xml

2008-03-25 Thread Melanie Pfefer
Hi Scott and thanks for your reply. Even with only third parameter AddType application/xml .xml the page property is Firefox Document (should be xml document) thanks --- Scott Courtney <[EMAIL PROTECTED]> wrote: > On Tuesday 25 March 2008 08:06:38 Melanie Pfefer > wrote: > >

Re: [EMAIL PROTECTED] xml

2008-03-25 Thread Melanie Pfefer
I have now AddType text/html .xml AddType text/xml .xml AddType application/xml .xml still the browser does not recognize the page as xml: text/plain even on firefox. thanks. --- Dragon <[EMAIL PROTECTED]> wrote: > Melanie Pfefer wrote: > >hello > > > >I

[EMAIL PROTECTED] xml

2008-03-20 Thread Melanie Pfefer
hello I added this to the conf file: AddType text/xml .xml xml files are still treatead as html pages not xml any idea what could be the cause? thanks. ___ Rise to the challenge for Sport Relief with Yahoo! For Good http://uk

Re: [EMAIL PROTECTED] High availability

2008-03-19 Thread Melanie Pfefer
thanks but I also need whether apache can work with Sun Cluster or veritas. Can you please advise? thanks --- Serge Dubrouski <[EMAIL PROTECTED]> wrote: > www.linux-ha.org > > On Wed, Mar 19, 2008 at 6:39 AM, Melanie Pfefer > <[EMAIL PROTECTED]> wrote: > > Could yo

[EMAIL PROTECTED] High availability

2008-03-19 Thread Melanie Pfefer
Could you please share how you provide high availability on apache? veritas is supported? Sun cluster is supported? other simpler solutions? thanks. ___ Rise to the challenge for Sport Relief with Yahoo! For Good http://uk.promo

  1   2   >