Apache2 laesst sich unter HP-UX nicht dynamisch linken

2006-09-18 Thread Chritsian weiss
Hallo, ich habe den Apache 2.0.47 auf HP-UX übersetzt mit folgender Konfiguration: Rechner: Apache 2.0.47 HP-UX 11.00 HP aC++ compiler (B3911DB) ./configure --prefix=/home/cw/apache2 --libdir=/home/cw/apache2/bin --enable-so --enable-static-support Bei anderen UNIX Systemen habe ich die

Re: Apache2 laesst sich unter HP-UX nicht dynamisch linken

2006-09-18 Thread Paul Puschmann
Chritsian weiss [EMAIL PROTECTED] schrieb am Mon, Sep 18, 2006 at 02:24:38PM +0200: Hallo, ich habe den Apache 2.0.47 auf HP-UX übersetzt mit folgender Konfiguration: Rechner: Apache 2.0.47 HP-UX 11.00 HP aC++ compiler (B3911DB) ./configure --prefix=/home/cw/apache2

Re: Apache2 laesst sich unter HP-UX nicht dynamisch linken

2006-09-18 Thread Chritsian weiss
Bist Du Dir /ganz sicher/, daß HP/UX kein LD_LIBRARY_PATH kennt? Auch nicht LD_PRELOAD? Was sagt denn ein ldd auf Deinen httpd? = /usr/lib/libc.2 = /usr/lib/libc.2 /usr/lib/libdld.2 =/usr/lib/libdld.2 /usr/lib/libc.2 = /usr/lib/libc.2

RE: Apache2 laesst sich unter HP-UX nicht dynamisch linken

2006-09-18 Thread Marcus Reimann
Hallo Christian, Du schreibst: ich habe den Apache 2.0.47 auf HP-UX übersetzt mit folgender Konfiguration: Rechner: Apache 2.0.47 HP-UX 11.00 HP aC++ compiler (B3911DB) Ist das der ANSI C-Compiler (hab jetzt nicht extra nachgeschaut). Prüf notfalls mal mit swlist | grep -i ansi, ob Du auch den

RE: [EMAIL PROTECTED] install

2006-09-18 Thread Boyle Owen
-Original Message- From: Carl Wenrich [mailto:[EMAIL PROTECTED] Sent: Friday, September 15, 2006 4:44 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] install When I run netstat -a | grep '*.80' I get nothing. Well, I don't actually know the exact format of every

[EMAIL PROTECTED] Extra garbage in URL when using mod_rewrite with redirects

2006-09-18 Thread Philip Pemberton
Hi, I have the following rewrite rules in my site's .htaccess: --- begin cut RewriteEngine On # Only rewrite URLs on the primary domain, not subdomains RewriteCond %{HTTP_HOST} ^www\.philpem\.me\.uk$ [OR] RewriteCond %{HTTP_HOST} ^philpem\.me\.uk$ # This makes sure AWStats can get through

[EMAIL PROTECTED] mod_jk or proxy_ajp

2006-09-18 Thread Martyn
Hi all I have set up apache 2.2.3 using the latest release of mod_jk 1.2.18 with glassfish on windows and all works as expected. Only when I tried to set this up on Linux I have problems that apache will not start. I have installed apache 2.2.3 on the linux box but I don't see any downloads for

Re: [EMAIL PROTECTED] mod_jk or proxy_ajp

2006-09-18 Thread Pid
Search the archive for mod_proxy_ajp, a couple of weeks ago I posted a sample of how to use mod_rewrite [p] to select .jsp files and forward them instead of using ProxyPass. pid Martyn wrote: Hi all I have set up apache 2.2.3 using the latest release of mod_jk 1.2.18 with glassfish on

Re: [EMAIL PROTECTED] mod_proxy and mod_headers

2006-09-18 Thread Spil Oss
Finally got the setup to work. For some backends I thought I needed ProxyPreserveHost On. Investigating further I found a way for the server to construct pages with absolute URLs to the external server-name. On 15/09/06, Joshua Slive [EMAIL PROTECTED] wrote: On 9/15/06, Spil Oss [EMAIL

Re: [EMAIL PROTECTED] Reverse SSL proxy with NULL cipher on backend?

2006-09-18 Thread Spil Oss
Hi Josh, When you say https is hard-coded as the beginning of all URLs you mean that that is done in all pages that the webserver generates? In that case you might just address oapache using http, and in apache2's config ProxyPass / http://localhost/. Kind Regards, Spil On 18/09/06, Josh Wyatt

RE: [EMAIL PROTECTED] mod_jk or proxy_ajp

2006-09-18 Thread Fenlason, Josh
We pass all our dynamic content to Tomcat with this configuration RewriteEngine on RewriteCond %{REQUEST_URI} /(.*).jsp(.*) RewriteRule ^/(.*) ajp://localhost:8010/$1 [P] RewriteCond %{REQUEST_URI} /servlet/url/ RewriteRule ^/(.*) ajp://localhost:8010/$1 [P] , Josh. -Original

Re: [EMAIL PROTECTED] Inquiry

2006-09-18 Thread Joshua Slive
On 9/17/06, JM [EMAIL PROTECTED] wrote: Hi, Based on the docs I still have to do manipulation on the DNS side. Can it be done without manipulation on the DNS side? Can a mod_rewrite ( just guessing ) or a combination of something do the trick? No, that part of it has nothing to do

Re: [EMAIL PROTECTED] Extra garbage in URL when using mod_rewrite with redirects

2006-09-18 Thread Joshua Slive
On 9/18/06, Philip Pemberton [EMAIL PROTECTED] wrote: RedirectPermanent /forum http://forum.philpem.me.uk RedirectPermanent /blog http://blog.philpem.me.uk Although the stuff after the ? is pretty benign (the scripts in those directories just ignore it), for the sake of URL tidiness I'd

Re: [EMAIL PROTECTED] Preventing mod_deflate dechunking of dynamic content

2006-09-18 Thread Joshua Slive
On 9/17/06, Manuel Lemos [EMAIL PROTECTED] wrote: Hello, I have some PHP scripts that serve dynamic HTML content that takes a while to serve completely. They have Javascript blocks that I need to execute immediately on the browser right after the PHP scripts outputs them, even while the script

[EMAIL PROTECTED] Question about suexec

2006-09-18 Thread Yves Dorfsman
I've posted that question last week and got zero feedback, sorry to resubmit, I'm just afraid it got drowned among all the posts. Thanks in advance for any help on this. Anybody has any idea if it's possible to do something like: SuexecUserGroup $REMOTE_USER agroup What I'm trying to do,

RE: [EMAIL PROTECTED] mod_jk or proxy_ajp

2006-09-18 Thread Martyn
Thanks for your posts Pid, Josh I will give the rewrite a try Regards, Chainy -Original Message- From: Fenlason, Josh [mailto:[EMAIL PROTECTED] Sent: 18 September 2006 14:01 To: users@httpd.apache.org; [EMAIL PROTECTED] Subject: RE: [EMAIL PROTECTED] mod_jk or proxy_ajp We pass all our

Re: [EMAIL PROTECTED] Question about suexec

2006-09-18 Thread Joshua Slive
On 9/18/06, Yves Dorfsman [EMAIL PROTECTED] wrote: I've posted that question last week and got zero feedback, sorry to resubmit, I'm just afraid it got drowned among all the posts. Thanks in advance for any help on this. In fact, you did receive a response:

Re: [EMAIL PROTECTED] Question about suexec

2006-09-18 Thread Yves Dorfsman
In fact, you did receive a response: http://mail-archives.apache.org/mod_mbox/httpd-users/200609.mbox/[EMAIL PROTECTED] Oops missed it - sorry, and thanks for pointing to this. Darn, this means I've got to re-compile with BIG_SECURITY_HOLE... Thanks. Yves. Yves Dorfsman

[EMAIL PROTECTED] Apache 2.x collapsing multiple slashes in PATH_INFO

2006-09-18 Thread Kees Hoekzema
Hello list, At this moment we are using Apache 1.3.x for our webservices. We are in the process of testing apache 2.x, but it isnt working correctly for our purposes. The case being: Php or cgi script that dumps the $_SERVER variable or the printenv cgi-test program Apache 1.3.x: GET

[EMAIL PROTECTED] compilation problem

2006-09-18 Thread Hasson Yehudit
Hi I have a compilation problem while trying to compile the apache second time with different configuration: My steps are: 1) ./configure --prefix=/usr/apache --enable-proxy --enable-cache --enable-disk-cache 2) make 3) make install 4) ./configure --prefix=/usr/apache --enable-proxy

Re: [EMAIL PROTECTED] compilation problem

2006-09-18 Thread Ben
I've seen this error before. It's because the current /usr/apache directory is causing some sort of config problem Try this - mv /usr/apache /usr/apache.x ./configure --prefix=/usr/apache --enable-proxy --enable-cache -- enable-disk-cache make mv /usr/apache.x /usr/apache make install

Re: [EMAIL PROTECTED] Question about suexec

2006-09-18 Thread Joshua Slive
On 9/18/06, Yves Dorfsman [EMAIL PROTECTED] wrote: In fact, you did receive a response: http://mail-archives.apache.org/mod_mbox/httpd-users/200609.mbox/[EMAIL PROTECTED] Oops missed it - sorry, and thanks for pointing to this. Darn, this means I've got to re-compile with

Re: [EMAIL PROTECTED] Reverse SSL proxy with NULL cipher on backend?

2006-09-18 Thread Josh Wyatt
Spil Oss wrote: Hi Josh, When you say https is hard-coded as the beginning of all URLs you mean that that is done in all pages that the webserver generates? In that case you might just address oapache using http, and in apache2's config ProxyPass / http://localhost/. Kind Regards, Spil Hi

[EMAIL PROTECTED] Different direction - WAS: Reverse SSL proxy with NULL cipher on backend?

2006-09-18 Thread Josh Wyatt
To ask a different way, and potentially simplify the question- On Apache 1.3.x webserver, when I specify the following cipher suite config using: SSLCipherSuite NULL:eNULL Apache demands a certificate and keyfile, even though the only valid request is for NULL. So, the question is, what is

[EMAIL PROTECTED] mod_jk for apache 2.2.3

2006-09-18 Thread Martyn
Hi could any one tell me where I can download binary mod_jk for apache 2.2.3 on Linux Only I can only find mod_jk downloads for older versions of apache i.e. apache 2.0.54 or should this work with 2.2.3 Regards, Chainy - The

RE: [EMAIL PROTECTED] mod_jk for apache 2.2.3

2006-09-18 Thread Fenlason, Josh
Mod_proxy_ajp is mod_jk's replacement in Apache 2.2. , Josh. -Original Message- From: Martyn [mailto:[EMAIL PROTECTED] Sent: Monday, September 18, 2006 12:22 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] mod_jk for apache 2.2.3 Hi could any one tell me where I can

RE: [EMAIL PROTECTED] mod_jk for apache 2.2.3

2006-09-18 Thread Martyn
Cheers Josh I have been following an example and they say they are using apache 2.2.x this is why I have had such trouble getting it to work. Thanks again Chainy -Original Message- From: Fenlason, Josh [mailto:[EMAIL PROTECTED] Sent: 18 September 2006 18:24 To: users@httpd.apache.org

[EMAIL PROTECTED] Re: Extra garbage in URL when using mod_rewrite with redirects

2006-09-18 Thread Philip Pemberton
Joshua Slive wrote: Don't mix mod_rewrite and mod_alias. In place of those RedirectPermanent, use RewriteRule ^forum http://forum.philpem.me.uk [R=permanent,L] etc... That sorted it - thanks. Now the only problem is I have a pair of RewriteCond commands for each redirect, and all of them

[EMAIL PROTECTED] Mod_rewrite: Timeout due to slow downstream servers

2006-09-18 Thread Mark
Hi everybody, I sometimes have problems with mod_rewrite timing out when the downstream servers are not returning a response fast enough. Is there a parameter to extend the timespan that the proxy/rewrite engine waits for before timing out? Thanks, MARK

Re: [EMAIL PROTECTED] Mod_rewrite: Timeout due to slow downstream servers

2006-09-18 Thread Serge Dubrouski
ProxyTimeout if you use P rewrite rules. On 9/18/06, Mark [EMAIL PROTECTED] wrote: Hi everybody, I sometimes have problems with mod_rewrite timing out when the downstream servers are not returning a response fast enough. Is there a parameter to extend the timespan that the proxy/rewrite

[EMAIL PROTECTED] mod_ssl and mod_proxy

2006-09-18 Thread sniedermeyer
I've been trying to find a good reference for setting up ssl between our Apache reverse proxy server and back-end web application servers. No luck so far. Here's our setup: Apache 2.2.2 reverse proxy server (RPS) === Reverse proxy function is working

Re: [EMAIL PROTECTED] mod_ssl and mod_proxy

2006-09-18 Thread Serge Dubrouski
It'll be really hard to help you without seeing your config files. At least proxy and ssl part. Usually people use mod_rewrite and mod_proxy for proxying front-end HTTPS requests to the backend servers. With SSLProxyEngine on it works just fine. On 9/18/06, [EMAIL PROTECTED] [EMAIL PROTECTED]

[EMAIL PROTECTED] duplicate emails

2006-09-18 Thread Richard de Vries
Is anyone else getting duplicate emails today? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com - The official User-To-User

[EMAIL PROTECTED] Re:mod_ssl and mod_proxy RPS config file

2006-09-18 Thread sniedermeyer
I must admit I am new to Apache so there may be some obvious errors in our reverse proxy server apache config...but here it is: Listen *:80 Listen *:443 LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_connect_module modules/mod_proxy_connect.so LoadModule proxy_html_module

Re: [EMAIL PROTECTED] Re:mod_ssl and mod_proxy RPS config file

2006-09-18 Thread Richard de Vries
Ah, I think your proxypassreverse statements are not 100% correct. Try disabling those and see if it makes a difference. --- [EMAIL PROTECTED] wrote: I must admit I am new to Apache so there may be some obvious errors in our reverse proxy server apache config...but here it is: Listen *:80

Re: [EMAIL PROTECTED] Re:mod_ssl and mod_proxy RPS config file

2006-09-18 Thread Serge Dubrouski
First of all. It sounds like your backend application support HTTPS protocol only and you are trying to open access to it through HTTP. Are you sure that you want exactly this? Most probably your backend applications send redirects to HTTPS for any HTTP requests. And Apache just proxying them to

Re: [EMAIL PROTECTED] Re:mod_ssl and mod_proxy RPS config file

2006-09-18 Thread sniedermeyer
Hi Serge, I changed the following: ProxyPass /eConnect https://192.168.1.3:443/eConnect ProxyPassReverse /eConnect https://192.168.1.3:443/eConnect to: ProxyPass /eConnect https://subdomain.mydomain.com:443/eConnect ProxyPassReverse /eConnect https://subdomain.mydomain.com:443/eConnect Now

[EMAIL PROTECTED] Doubled headers in Apache 1.3.33 / mod_expire

2006-09-18 Thread Marc SCHAEFER
Hi, using something like: Directory /home/twiki/public_html/bin Options +ExecCGI FollowSymLinks SetHandler cgi-script Order Allow,Deny Allow from all Deny from env=anonymous_spider # Disable caching in client! Else issues when editing the

Re: [EMAIL PROTECTED] duplicate emails

2006-09-18 Thread Steven Pierce
Yes, I am. I am getting three and four of the same one. *** REPLY SEPARATOR *** On 9/18/2006 at 2:08 PM Richard de Vries wrote: Is anyone else getting duplicate emails today? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has

[EMAIL PROTECTED] Re: Preventing mod_deflate dechunking of dynamic content

2006-09-18 Thread Manuel Lemos
Hello, on 09/18/2006 10:36 AM Joshua Slive said the following: So I need to find another way of signaling mod_deflate/mod_gzip to not dechunk the response. I think I could emit a custom response header like x-dechunk: no or something else as a flag to prevent dechunking. However, I do not