RE: Forwarden eines Webfrontends

2006-05-03 Thread Marcus Reimann
Hallo Michael, versuch mal folgende Konfiguration für einen ReverseProxy: RewriteEngineon RewriteLogLevel 0 ProxyRequestsoff NoCache * RewriteRule^/Kamera/(.*)http://10.0.0.210/$1 [P,L] ProxyPassReverse / http://10.0.0.210/ Aber studier auf alle

RE: Forwarden eines Webfrontends

2006-05-03 Thread Michael Dominok
Hallo Marcus, erstmal Danke für die schnelle Antwort. Am Mittwoch, den 03.05.2006, 14:10 +0200 schrieb Marcus Reimann: Hallo Michael, versuch mal folgende Konfiguration für einen ReverseProxy: RewriteEngineon RewriteLogLevel 0 ProxyRequestsoff NoCache

Re: Zwei Apache-Server auf einer Linux-Maschine

2006-05-03 Thread Sascha Kersken
Hallo, eigentlich genügt es, beim configure-Aufruf zwei Optionen zu setzen: * --prefix=/absolutes/Installations/verzeichnis (installiert den gesamten Apache-Verzeichnisbaum unter dieses Verzeichnis -- Vorschlag: /usr/local/apache22; auch ServerRoot und DocumentRoot werden automatisch

ModRewrite frage

2006-05-03 Thread Technik at auXion
Hallo Liste, hab da mal ne frage zu ModRewrite und zwar erfüllt er immer die 2 RewriteCond obwohl ich die erste als L definiert habe: Die 1. Condition geht wenn ich die 2 ausklammere, aber wenn beiden an sind, nimmt er mir immer die 2. RewriteCond %{HTTP_HOST} x-check-search.xhammer.de

RE: Forwarden eines Webfrontends

2006-05-03 Thread Marcus Reimann
Hallo Michael, Du mußt natürlich die richtige URL deiner Mobotix-Kamera aufrufen. Könnte vielleicht mit folgendem Aufruf klappen: http://10.0.0.200/Kamera/control/userimage.html Gibt mir _genau_ diese eine Seite. Mit ge/zer/ver(?)-brochenen Links und auch ohne die eingebetteten Grafiken. (Was

Re: ModRewrite frage

2006-05-03 Thread Robert Ionescu
Technik at auXion wrote: und zwar erfüllt er immer die 2 RewriteCond obwohl ich die erste als L definiert habe: Du meinst die zweite RewriteRule und nicht die zweite Condition, die zur ersten RewriteRule gehört? Bei der 2. Gibt er mir den http_host mit, und der ist dann

Re: Zwei Apache-Server auf einer Linux-Maschine

2006-05-03 Thread Carsten Schwertfeger
Folgende Vorgehensweise hat sich bei mir empfohlen. Du legt erstmal ein Verzeichnis mit an, welches die Versionsnummer beinhaltet. /usr/local/httpd-2.2.2 Anschliessend startest Du das Script configure im Verzeichnis des ausgepackten Sourcecodes von httpd-2.2.2.tar.gz mit mindestens folgende

RE: [EMAIL PROTECTED] .htaccess and WAP 1.1

2006-05-03 Thread Boyle Owen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 03, 2006 1:42 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] .htaccess and WAP 1.1 Hello, I tweaked the IP address, but here is what was logged when I get the 404 from my

[EMAIL PROTECTED] problem installing apache2.0.55 on Soalris 10

2006-05-03 Thread Krishna Mondal
Hi, I am installing Apache 2.0.55 (httpd-2.0.55-sparc-sun-solaris2.8.tar) on Solaris 5.10 machine. While make , I am getting the following error. Please let me know what could be the cause for the same. Thanks in advance. /export/home/netiq/sol/httpd-2.0.55/srclib/apr/libtool --silent

Re: [EMAIL PROTECTED] Tomcat Connectors

2006-05-03 Thread Gaël Lams
Hi, Now my requirement is: I have to access this web server from remote systems in LAN using the system IP address. I am able to access all the apache pages throgh ip saying http://192.9.200.62/sample.html and also jakartha tomcat pages through ip like http://192.9.200.62/examples. But

RE: [EMAIL PROTECTED] problem installing apache2.0.55 on Soalris 10

2006-05-03 Thread Axel-Stéphane SMORGRAV
Can you see any reason why it would be looking for Apache header files under /tmp/httpd-2.0.55 ?? Did you by any chance at some point untar the Apache distrib under /tmp, run the configure script and then copy /tmp/httpd-2.0.55 to /export/home/netiq/sol ? -ascs

Re: [EMAIL PROTECTED] Apache HTTP Server 2.2.2 Released

2006-05-03 Thread Joost de Heer
I'll chime in here a little :) Off hand, I can't think of anyone else who was building Apache 2.2.0 on Windows apart from wrowe and myself, Steffen from Apachelounge provides compiled 2.2.x binaries. (http://www.apachelounge.com, you have to register to be able to download the binaries) Joost

[EMAIL PROTECTED] Re: Tomcat Connectors

2006-05-03 Thread Joost de Heer
Now my requirement is: I have to access this web server from remote systems in LAN using the system IP address. I am able to access all the apache pages throgh ip saying http://192.9.200.62/sample.html and also jakartha tomcat pages through ip like http://192.9.200.62/examples. But

Re: [EMAIL PROTECTED] problem installing apache2.0.55 on Soalris 10

2006-05-03 Thread Krishna Mondal
I was also wondering why it is looking the header files under /tmp folder. I did not untar it under /tmp. Below are the steps which I followed. 1. FTPed the httpd-2.0.55-sparc-sun-solaris2.8.tar.gz at /export/home/netiq/sol2. cd /export/home/netiq/sol gunzip

Re: [EMAIL PROTECTED] problem installing apache2.0.55 on Soalris 10

2006-05-03 Thread Rainer Sokoll
On Wed, May 03, 2006 at 03:52:32PM +0530, Krishna Mondal wrote: 4. cd httpd-2.0.55 5. ./configure --prefix=/usr/krishnasol 6. make Got the mentioned error Please suggest. What does grep /tmp config.log return? Rainer -

RE: [EMAIL PROTECTED] Active Directory, Apache 2.2.2, and LDAP

2006-05-03 Thread Stewart, Eric
-Original Message- From: Rainer Sokoll [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 02, 2006 4:59 PM On Tue, May 02, 2006 at 03:38:12PM -0400, Stewart, Eric wrote: It turns out that the following set up will work - but that you might get bitten by what I call an AD Bug:

Re: [EMAIL PROTECTED] problem installing apache2.0.55 on Soalris 10

2006-05-03 Thread Krishna Mondal
grep /tmp config.log: not found On 5/3/06, Rainer Sokoll [EMAIL PROTECTED] wrote: On Wed, May 03, 2006 at 03:52:32PM +0530, Krishna Mondal wrote: 4. cd httpd-2.0.55 5. ./configure --prefix=/usr/krishnasol 6. make Got the mentioned error Please suggest.What does grep /tmp config.log

Re: [EMAIL PROTECTED] problem installing apache2.0.55 on Soalris 10

2006-05-03 Thread Rainer Sokoll
On Wed, May 03, 2006 at 04:14:20PM +0530, Krishna Mondal wrote: grep /tmp config.log: not found Either you're not in /export/home/netiq/sol/httpd-2.0.55, or I am totally confused. Rainer PS: Please do not top post - it's hard to read.

Re: [EMAIL PROTECTED] Tomcat Connectors

2006-05-03 Thread Indraveni
I am using jk connector but not jk2 I am attaching the mod_jk.conf file and workers.properties files... I am using Apache 2.0.47, jakartha-tomcat-4.1.27 and jakarta-tomcat-connectors-jk-1.2-6.src connector.Gaël Lams [EMAIL PROTECTED] wrote: Hi, Now my requirement is: I have to access this

Re: [EMAIL PROTECTED] Re: Tomcat Connectors

2006-05-03 Thread Indraveni
Define 'not working'. Thankyou - Give your workers.properties - Give your mod_jk configuration - Give your vhost configuration I am attaching the three files.. workers.properties, httpd.conf and mod_jk.conf file. I dont know how to configure vhost clearly so i am sending the httpd.conf file

Re: [EMAIL PROTECTED] Tomcat Connectors

2006-05-03 Thread Dietmar . Mueller
Your problem is the alias from the static file to the folder admin! If you use mod_jk you don't have to set an alias to the files within a webapp. Tomcat deliver it via ajp. JkMount /admin/ ajp13 is enough. If you wan't that the static files are delivered without tomcat, but it in a directory

Re: [EMAIL PROTECTED] Tomcat Connectors

2006-05-03 Thread Indraveni
I am sorry but i didnt understand your mail. Please explain me clearly where is the mistake and what i need to do.. Once again sorry for incovenience[EMAIL PROTECTED] wrote: Your problem is the alias from the static file to the folder admin!If you use mod_jk you don't have to set an alias to the

[EMAIL PROTECTED] Add new Handler/Filter in Apache 2.0

2006-05-03 Thread Tiago Semprebom
I need to insert a new Handler/Filter to manipulate requests in Apache 2.0, How I can do it?Thank's in advance,Tiago Semprebom Yahoo! Search Imposto de Renda 2006: o prazo está acabando. Faça já a sua declaração no site da Receita Federal.

RE: [EMAIL PROTECTED] Add new Handler/Filter in Apache 2.0

2006-05-03 Thread Axel-Stéphane SMORGRAV
Start by reading the mod_filter documentation. -ascs From: Tiago Semprebom [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 03, 2006 1:51 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Add new Handler/Filter in Apache 2.0 I need to insert a new

[EMAIL PROTECTED] programmatically configure Virtual Directory in Apache 2.0

2006-05-03 Thread Calin Cirstea
Hi, Is there any way to programmatically configure the Apache "Virtual Directory"? I know how to do it statically (httpd.conf) but I would like a dynamically (runtime) way of doing this. I know that, for IIS, it is possible to alter the Virtual Directory at runtime. I'm developing an

[EMAIL PROTECTED] Redirect Problem

2006-05-03 Thread Stuart, Ed
Title: Redirect Problem We're running Apache 2.0.46 on Red Hat kernel 2.4. We're trying to shorten the URL our clients have to use to connect to an application. We have three environments; development, test, and production. Our approach is to create a DNS entry in the format of

[EMAIL PROTECTED] Regular expressions in rewrites differs by version?

2006-05-03 Thread David Hubbard
Hello everyone, can someone tell me if the regular expression support has changed between 1.3 and 2.0 where some escape sequences don't work in the former, such as \w, \d, etc. Thanks, David - The official User-To-User support

Re: [EMAIL PROTECTED] programmatically configure Virtual Directory in Apache 2.0

2006-05-03 Thread John Hicks
Calin Cirstea wrote: Is there any way to programmatically configure the Apache Virtual Directory? Virtual Directory is not a term that is used in the Apache world. It appears to be a Microsoft IIS term. I know how to do it statically (httpd.conf) but I would like a dynamically (runtime)

Re: [EMAIL PROTECTED] programmatically configure Virtual Directory in Apache 2.0

2006-05-03 Thread Calin Cirstea
:) You are right. I'm just messing the terms. It's all about Aliasing - mapping a physical directory to a different directory in the URI. But not a statically one. I would need a dynamically one (during the runtime of my application). For IIS everything is just a matter of connecting to the

[EMAIL PROTECTED] Compiling Apache 2.2.2 on OSX LDAP trouble

2006-05-03 Thread Ted Fines
System: OS X Server 10.3.9 http source: 2.2.2 OpenLDAP 2.3.20 installed from source My config script for httpd: #!/bin/sh env CPPFLAGS=-I/usr/include -I/opt/special/include LDFLAGS=-L/usr/local/lib -L/usr/lib -L/opt/special/lib ./configure --prefix=/opt/special/apache2 \ --with-ldap

[EMAIL PROTECTED] mod_cgi mod_rewrite issues

2006-05-03 Thread Tom Turrisi
Hi, I'm running a 1.3 server which uses VirtualDocumentRoot for mass configured virtual hosting. It also uses mod_cgi to execute php. I want to make a php script available to the virtual hosts but i do not want the site owners to be able to get hold of the source code for it. I planned to

[EMAIL PROTECTED] Creating Aliases

2006-05-03 Thread Broun Emmanuel
Hello Am a newbie, doing research for instantiating models accross the internet. I installed Apache 2.05 but am failing to configure it for aliases, which i can do easily with IIS I want to be able to access different folders, other than the DocumentRoot but i wrote this but it doesnt work.

Re: [EMAIL PROTECTED] Creating Aliases

2006-05-03 Thread Rainer Sokoll
On Wed, May 03, 2006 at 04:12:09PM +, Broun Emmanuel wrote: Alias /SRC /TUMWESIGYE RESEARCH/SRC/ ^ Typo? Rainer - The official User-To-User support forum of the Apache HTTP Server

RE: [EMAIL PROTECTED] .htaccess and WAP 1.1

2006-05-03 Thread stoddarn
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 03, 2006 1:42 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] .htaccess and WAP 1.1 Hello, I tweaked the IP address, but here is what was logged when I get the 404 from my

Re: [EMAIL PROTECTED] .htaccess and WAP 1.1

2006-05-03 Thread Neil A. Hillard
Hi, please snip the reply appropriately where possible. [EMAIL PROTECTED] wrote: I tweaked the IP address, but here is what was logged when I get the 404 from my phone: 555.555.555.555 - - [02/May/2006:18:38:42 -0500] GET /m/nate

[EMAIL PROTECTED] Building Win32 2.2.2 Yourself

2006-05-03 Thread William A. Rowe, Jr.
Joost de Heer wrote: I'll chime in here a little :) Off hand, I can't think of anyone else who was building Apache 2.2.0 on Windows apart from wrowe and myself, Steffen from Apachelounge provides compiled 2.2.x binaries. (http://www.apachelounge.com, you have to register to be able to download

Re: [EMAIL PROTECTED] Regular expressions in rewrites differs by version?

2006-05-03 Thread Robert Ionescu
David Hubbard wrote: Hello everyone, can someone tell me if the regular expression support has changed between 1.3 and 2.0 Yes. Apache 1.3.x uses POSIX Extended while apache 2.x uses the PCRE library. But that is documented in the changes2.0-notes as well. -- Robert

Re: [EMAIL PROTECTED] problem installing apache2.0.55 on Soalris 10

2006-05-03 Thread Ricardo Stella
Krishna Mondal wrote: Hi, I am installing Apache 2.0.55 (httpd-2.0.55-sparc-sun-solaris2.8.tar) on Solaris 5.10 machine. While make , I am getting the following error. Please let me know what could be the cause for the same. Thanks in advance. ...snip... Regards,

[EMAIL PROTECTED] Ftp Icons problem.

2006-05-03 Thread Vincent Blondel
Hello all, I am using apache 1.3.x as a forward server for the internet access from my lan. This is all working fine except I get something strange by ftp sites. In fact I get well the result but I only receive simple html output without usual icons, those ones located in apache_root/icons/.

[EMAIL PROTECTED] Help on http and https using different domains

2006-05-03 Thread Mukarram Syed
Hi,I need some help on this, we are going to go live soon but this is a road block for us.The issue is:We are hosting an ecommerce site. Lets say the http domain is www.example.comWe go to www.example.com, browse and click on some items and add to the bag.Then we proceed to checkout. Once we click

Re: [EMAIL PROTECTED] problem installing apache2.0.55 on Soalris 10

2006-05-03 Thread Ricardo Stella
Krishna Mondal wrote: I was also wondering why it is looking the header files under /tmp folder. I did not untar it under /tmp. Below are the steps which I followed. 1. FTPed the httpd-2.0.55-sparc-sun-solaris2.8.tar.gz at /export/home/netiq/sol How about we start over and get the

Re: [EMAIL PROTECTED] Help on http and https using different domains

2006-05-03 Thread Richard Collyer
Mukarram Syed wrote: Hi, I need some help on this, we are going to go live soon but this is a road block for us. The issue is: We are hosting an ecommerce site. Lets say the http domain is www.example.com We go to www.example.com, browse and click on some items and add to the bag. ...

RE: [EMAIL PROTECTED] Help on http and https using different domains

2006-05-03 Thread Billy Nab
Mukarram Syed wrote: Hi, I need some help on this, we are going to go live soon but this is a road block for us. The issue is: We are hosting an ecommerce site. Lets say the http domain is www.example.com We go to www.example.com, browse and click on some items and add to the bag. ...

Re: [EMAIL PROTECTED] problem installing apache2.0.55 on Soalris 10

2006-05-03 Thread William A. Rowe, Jr.
Please note that httpd is doing a progressively worse job of building with the included apr (-util) subpackages once you've installed apr (-util) on the box. So I really suggest you jump into srclib/apr, using whatever --prefix you prefer (it can be /usr/local/apache2/ if you like), ./Configure,

Re: [EMAIL PROTECTED] Ftp Icons problem.

2006-05-03 Thread Joshua Slive
On 5/3/06, Vincent Blondel [EMAIL PROTECTED] wrote: Hello all, I am using apache 1.3.x as a forward server for the internet access from my lan. This is all working fine except I get something strange by ftp sites. In fact I get well the result but I only receive simple html output without

Re: [EMAIL PROTECTED] .htaccess and WAP 1.1

2006-05-03 Thread stoddarn
Hi, please snip the reply appropriately where possible. Sorry. So what _exactly_ is the redirect that gets sent to the phone (i.e.. is it exactly 'http://serverB/m/nate'? It seems to me that the redirect may be wrong. Your PC can resolve it but the phone can't. Have you tested

[EMAIL PROTECTED] check_forensic for Solaris 10?

2006-05-03 Thread Mike VanHorn
Is there somewhere that I can download the check_forensic script for use on a Solaris 10 x86 machine? I am getting a bunch of (32)Broken pipe: core_output_filter: writing data to the network errors, and per a previous posting, I turned on the ForensicLog for a short time to get some

Re: [EMAIL PROTECTED] check_forensic for Solaris 10?

2006-05-03 Thread William A. Rowe, Jr.
Mike VanHorn wrote: Is there somewhere that I can download the check_forensic script for use on a Solaris 10 x86 machine? I am getting a bunch of Look in your source tarball under support/ It's a vanilla shell script; platform neutral, needs trap/cut/(e)grep/join/sed and xargs, none of them

Re: [EMAIL PROTECTED] Building Win32 2.2.2 Yourself

2006-05-03 Thread hunter
On 5/3/06, William A. Rowe, Jr. [EMAIL PROTECTED] wrote: Joost de Heer wrote: I'll chime in here a little :) Off hand, I can't think of anyone else who was building Apache 2.2.0 on Windows apart from wrowe and myself, Steffen from Apachelounge provides compiled 2.2.x binaries.

Re: [EMAIL PROTECTED] Building Win32 2.2.2 Yourself

2006-05-03 Thread William A. Rowe, Jr.
hunter wrote: I got a reasonably clean build today with Apache 2.2.2 buy switching from VC6 to VC7. Prior to this I could not figure out how to find an LDAP 3.0 SDK. It's out there sigh but no longer downloadable. Notes will be updated this weekend, but the PITA is that Microsoft pulled down

[EMAIL PROTECTED] problem with authnz-ldap (httpd 2.2.0, FreeBSD 6.1)

2006-05-03 Thread Rassilka
Hi! When i compile, all good. But, when i try start apache, i receive this error /libexec/ld-elf.so.1: /usr/local/apache2/bin/httpd: Undefined symbol apr_ldap_url_parse What wrong? config is: skip AuthType Basic AuthName Auth Zone AuthLDAPUrl ldap://172.16.2.1/o=rrr

Re: [EMAIL PROTECTED] problem with authnz-ldap (httpd 2.2.0, FreeBSD 6.1)

2006-05-03 Thread William A. Rowe, Jr.
Rassilka wrote: Hi! When i compile, all good. But, when i try start apache, i receive this error First jump to the 2.2.2 bundle. Update the apr, then the apr-util, seperately (httpd+apr isn't doing a consistent job of this anymore.) Make certain that you configure apr-util --with-ldap. Let