[EMAIL PROTECTED] RE [EMAIL PROTECTED] force 404 error

2006-02-16 Thread Oliver.Schaudt
Update RewriteCond %{REQUEST_URI} ^(.*)/\.svn(.*)$ RewriteRule ^(.*)$ /errors/404.html [R,L] I tested this and it finds /dir1/.svn /.svn but it leaves untouched /tsvn bye Oliver -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Mi 15.02.2006 21:44 An:

[EMAIL PROTECTED] Client side Java problem

2006-02-16 Thread Dan Kruse
Hello everyone. I have the Apache 2.0.55 server installed, just with the standard package options. Everything has been going fine, except for one thing. I have been trying to get a java applet called NESCafe to work, but every time I try to access the page through my browser I get nothing. The page

RE: [EMAIL PROTECTED] Client side Java problem

2006-02-16 Thread Oliver.Schaudt
http://www.faqs.org/docs/htmltut/applets/_APPLET_ARCHIVE.html when i look at this it seems that it should work without the codebase line. bye oliver -Ursprüngliche Nachricht- Von: Dan Kruse [mailto:[EMAIL PROTECTED] Gesendet: Do 16.02.2006 09:27 An: users@httpd.apache.org Betreff: [EMAIL

AW: [EMAIL PROTECTED] wildcard in proxypass logic

2006-02-16 Thread Oliver.Schaudt
For the wildcard use better "LocationMatch" instead of "Location". http://httpd.apache.org/docs/2.2/en/mod/core.html#locationmatch If you want to playing with a bunch of tomcats in the back you should have a look of mod_proxy_balancer/mod_proxy_ajp too http://httpd.apache.org/docs/2.2/en/mod/mod_

[EMAIL PROTECTED] webdav and quota

2006-02-16 Thread Martin Marcher
Hello, I set up a webdav virtual host which works fine for now. Authentication is done group based with auth_mysql. The next step would be to limit the usage for groups users: * listing files is allowed * uploading files is allowed * creating directories is allowed * down

Re: [EMAIL PROTECTED] webdav and LIMIT (was: webdav and quota)

2006-02-16 Thread Martin Marcher
That should of course read Subject: webdav and LIMIT - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTE

[EMAIL PROTECTED] Problems with several ssl-certs and dyndns machine

2006-02-16 Thread Jochen Kaechelin
I run a small webserver (dyndns machine) and several vhosts running on port 443. I created a *.crt, *.csr and *.key file for each host. ... SSLEngine on SSLCertificateFile /etc/apache2/ssl/ahost.crt SSLCertificateKeyFile /etc/apache2/ssl/ahost.key ... SSLEngi

AW: [EMAIL PROTECTED] Problems with several ssl-certs and dyndns machine

2006-02-16 Thread Oliver.Schaudt
The description what you gave is the case if you have running several SSL-Host on the same ip-adress but with different names. Without SSL you can do this but with SSL each Host need its own ip address. If this is not the case, than you should post the host parts of your config. look more at ht

[EMAIL PROTECTED] Solaris-10, Apache, PAM : can't get it to work

2006-02-16 Thread rob.de.langhe
Hi,   I managed to compile and install Apache 2.2 from the source bundle on Solaris-10, then compiled and installed "mod_auth_pam" module, then told Apache to use this PAM module with   LoadModule auth_pam_module modules/mod_auth_pam.so AuthBasicProvider pam   but when I start "httpd", it

RE: [EMAIL PROTECTED] Reverse proxy and cache

2006-02-16 Thread Axel-Stéphane SMORGRAV
All I see here is a document actually being saved to cache. It does not show the cache modules declining the request because the document is not in cache. I can therefore only assume that the document was NOT in cache when the request was issued. There are request headers that will prevent a do

[EMAIL PROTECTED] rewrite module/regexp question

2006-02-16 Thread Kjell Grindalen
Hi everyone   I have a question about regexp use with apache 2.0.55   I have an url: http://www.domain.com, I want visitors that visits this site to go to the following http://www.otherdomain.com/Amat%C3%B8ren/   I use the following rewrite:   RewriteRule ^/$ http://www.otherdomain.

[EMAIL PROTECTED] virtual sites in vs-ftpd

2006-02-16 Thread Muhammad Rizwan
Hello! Any body know how to create virtual sites in vs-ftpd. Thanks - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail:

Re: [EMAIL PROTECTED] Solaris-10, Apache, PAM : can't get it to work

2006-02-16 Thread Nick Kew
On Thursday 16 February 2006 12:00, [EMAIL PROTECTED] wrote: > Hi, > > I managed to compile and install Apache 2.2 from the source bundle on > Solaris-10, > then compiled and installed "mod_auth_pam" module, > then told Apache to use this PAM module with > > LoadModule auth_pam_module modules/mod_a

Re: [EMAIL PROTECTED] rewrite module/regexp question

2006-02-16 Thread Robert Ionescu
Kjell Grindalen wrote: RewriteRule ^/$ http://www.otherdomain.com/Amat\%C3\%B8ren/ [R] My problem is that when its written out to the client, it comes out like this http://www.otherdomain.com/Amat%25C3%25B8ren/ Use the NE flag (no escape) to prevent the escaping of % into %25 Rewrite

SV: [EMAIL PROTECTED] rewrite module/regexp question

2006-02-16 Thread Kjell Grindalen
Thank you very much, that fixed it :-) Mvh Kjell Grindalen -Opprinnelig melding- Fra: Robert Ionescu [mailto:[EMAIL PROTECTED] Sendt: 16. februar 2006 14:07 Til: users@httpd.apache.org Emne: Re: [EMAIL PROTECTED] rewrite module/regexp question Kjell Grindalen wrote: > RewriteRule ^/$ h

Re: [EMAIL PROTECTED] Modify the output of top to show the page being served

2006-02-16 Thread Joshua Slive
On 2/15/06, Khai Doan <[EMAIL PROTECTED]> wrote: > Hi List, > > Is it possible to modify the output of top to show the page being served in > the command column? In mod_perl you can do $0 = $url; and that will work. > Is there a configuration directive to achieve the same thing when not using > mo

Re: [EMAIL PROTECTED] PHP and Cold Fusion on Apache (Linux)

2006-02-16 Thread Joshua Slive
On 2/16/06, Muhammad Rizwan <[EMAIL PROTECTED]> wrote: > >Then if you get stuck, come back with a much more specific question > > including details on what you have tried and what your system looks > > like. > > Yes, thats what i want to ask from this forum, i am trying to know that > which option

Re: [EMAIL PROTECTED] Redirecting /foo//bar to /foo/bar without creating a loop

2006-02-16 Thread Fabian Keil
Krist van Besien <[EMAIL PROTECTED]> wrote: > On 2/14/06, Fabian Keil <[EMAIL PROTECTED]> wrote: > > Using *? results in a server error and I have no better idea how > > to make * ungreedy. > > > > Now I use: > > > > RewriteRule ^([^/]*)/{2,}(.*$) http://www.fabiankeil.de/$1/$2 > > [R=Permanent,

[EMAIL PROTECTED] Passing WIA Information

2006-02-16 Thread Rosado, Rodolfo CTR MDA/IOM
Is it possible to pass WIA information to a backend IIS5 server using Apache 2.0.55, reverse proxy and SSL? R2 - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.htm

Re: [EMAIL PROTECTED] wildcard in proxypass logic

2006-02-16 Thread Steven Wagner
Hello Oliver, Thanks for the reply. If I try to define an expression (either LocationMatch or using ~ in Location), rather than the 403 Forbidden error I get a 404 Not Found error. It's as if the ProxyPass directive is lost and Apache tries to process the request locally. Order Allow,Deny Allow

Re: [EMAIL PROTECTED] wildcard in proxypass logic

2006-02-16 Thread Joshua Slive
On 2/16/06, Steven Wagner <[EMAIL PROTECTED]> wrote: > Hello Oliver, > > Thanks for the reply. If I try to define an expression (either LocationMatch > or using ~ in Location), rather than the 403 Forbidden error I get a 404 Not > Found error. It's as if the ProxyPass directive is lost and Apache t

[EMAIL PROTECTED] Cross Compile Apache

2006-02-16 Thread David Brown
Hello All, I'm trying to cross-compile Apache for Arm-Linux, but I'm having an issue that I hope someone else has encountered before. I get the following message when I run the "configure" script: checking whether setpgrp takes no argument... configure: error: cannot check set pgrp when cros

Re: [EMAIL PROTECTED] Apache 2.2 on OS X 10.4

2006-02-16 Thread Ian Shafer
If I get it to crash again, I'll send along the backtrace. What I've found is that the Apache binaries that come with OS X 10.4 (1.3 and 2.0.55) are very fast, and the ones that I build are very slow (we're talking an order of magnitude). I based my counfigure options off the config.nice that cam

[EMAIL PROTECTED] Proxying and load balancing

2006-02-16 Thread Douglas WF Acheson
Hello, I am trying to set up httpd (v2.2.0) as a load balancer (for development testing, poc stuff) using the mod_proxy_balancer (and appropriate dependencies). I am fronting a J2EE applications running under tomcat 5.5.15 on two machines. I seem to have it working for the most part, but

[EMAIL PROTECTED] proxy 302 responses without proxy turned on

2006-02-16 Thread Cere Davis
Hi group, I have a problem with my Apache 2.0.54 system where it responds to CONNECT queries with a redirection of some sort (302). I don't have the proxy module installed, let alone turned on so it puzzles me why my server should even respond with anything other than a 400 to a CONNECT request.

RE: AW: [EMAIL PROTECTED] Problems with several ssl-certs and dyndns machine

2006-02-16 Thread Khai Doan
The following resource may help: http://wiki.cacert.org/wiki/VHostTaskForce http://marc.theaimsgroup.com/?l=openssl-users http://www.cacert.org/ I recently set up a certificate authority, import my CA certificate into the browser, and attempt to use that CA certificate to sign for *.domain.com

Re: [EMAIL PROTECTED] Proxying and load balancing

2006-02-16 Thread Ian Shafer
Check out the proxyHost and proxyPort XML attributes on this page: http://tomcat.apache.org/tomcat-5.5-doc/config/http.html Basically, you need to set these to your load balancer. Then clients will always go through the load balancer. Ian On 0, Douglas WF Acheson <[EMAIL PROTECTED]> did scribb

[EMAIL PROTECTED] Virtual Host Configuration Question

2006-02-16 Thread James Howe
I'm trying to configure an Apache 2.x installation to use two virtual hosts using name based virtual host definitions. I have Tomcat 5.x running two different web applications and I want to map particular server names to particular web apps. For example, if I were talking to Tomcat direct

Re: [EMAIL PROTECTED] Virtual Host Configuration Question

2006-02-16 Thread Diona Kidd
James, I'm not very familiar with Tomcat since I don't run it myself. With your vhost setup, try setting the server name like below and rewriting to localhost, the port number and /app*/. Not sure about the JkMount...but perhaps this input point you in a direction. ServerName app1.foo.bar

[EMAIL PROTECTED] httpd segfaults with high load php pages after perl modules compilation

2006-02-16 Thread Eduardo Gimeno
Hello! This is my first message to the list, and I hope someone can help me...:-( I have been using Apache Httpd 2.0.40 on RedHat 9.0 for several years. It was working 100% with PHP and perl. Recently I accomplished two tasks at the same time which I don't know which of them caused all my troubl

Re: [EMAIL PROTECTED] RE [EMAIL PROTECTED] Re: Apache 2 on Suse 9.1 Reverse Proxy not working

2006-02-16 Thread alex . lei
As a test, I have done the following: On my laptop (client) I have placed a host entry of: www.company.com On the server, I modified the /etc/host file: 127.0.0.1 www.delexian.comlocalhost using my original settings: I typed the URL: http://www.company.com/ocs/ on my laptop At t

[EMAIL PROTECTED] Identd tool for unix?

2006-02-16 Thread sridhar
Hi, 1) i have used Ident server (v1.16) to set the remote user name in windows. but for unix i am not able to find the exact tool is there any other similar tool. please let me know where can i download such tool. 2) On Windows the few warn messages like "[warn] Limiting internal redirects to

[EMAIL PROTECTED] SSLVerifyClient, per directory access, POST and renegotiation failed

2006-02-16 Thread Pierre Couderc
I want to give an access to users controlled by client certificates on a per directory basis. It seems that there is a recurrent bug in mod_ssl the traces of which I have found on the WEB and in apache bugzilla, which has for result to give an error with a bad answer to the browser and a