AW: [us...@httpd] Authentication with Oracle

2009-05-19 Thread Peter Neu
08 > An: users@httpd.apache.org > Betreff: Re: [us...@httpd] Authentication with Oracle > > On Tue, 19 May 2009 14:11:14 +0200 > "Peter Neu" wrote: > > > Hi, > > > > I used the mod_auth_pgsql module for a while but now my boss wants me > > to authenticate a

[us...@httpd] Authentication with Oracle

2009-05-19 Thread Peter Neu
Hi, I used the mod_auth_pgsql module for a while but now my boss wants me to authenticate against an oracle db. I can't get the mod_auth_oracle module to work. Is there another alternative? I couldn't find any. My system is: SUSE ES9, Apache/2.0.49 and Oracle 9i. Cheers, Pete -

[EMAIL PROTECTED] Problem with FollowSymLinks when setting up parallel wikis on SuSE ES9

2007-08-06 Thread Peter Neu
Hello, I need to set up a number of parallel wikis based one media wiki. The installation is pretty easy and described in detail here. http://www.steverumberg.com/wiki/index.php/WikiHelp Everyone on this page mentioned problems with the option FollowSymLinks Which need to be enabled. I did thi

[EMAIL PROTECTED] Error loading mod_proxy and the submodules

2006-12-06 Thread Peter Neu
Hello, I'm trying to use mod_proxy. Since I got this erroy message: error--- proxy: No protocol handler was valid for the URL /axis2/. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included I would like to load the sub modules of mod_proxy like

[EMAIL PROTECTED] Mod_jk and WebService passthrough problem

2006-12-05 Thread Peter Neu
Hello, I have httpd running partially as a proxy to a tomcat server. I do this with the mod_jk which works fine. But now I also need to route Web Services through httpd to the tomcat server which does not work. In the acces log I find this entry for the web service call: "POST http://1

AW: [EMAIL PROTECTED] HTML Form instead of browser prompt for authentication?

2006-07-26 Thread Peter Neu
e.org Betreff: AW: [EMAIL PROTECTED] HTML Form instead of browser prompt for authentication? Hello Peter, tomcat support form based auth with simple declaration in the web.xml. The datasource can be database, ldap or flat file. regards Dietmar "Peter Neu" <[EMAIL PROTECTED]> a

AW: [EMAIL PROTECTED] HTML Form instead of browser prompt for authentication?

2006-07-26 Thread Peter Neu
Hello Owen, the apache is only a proxy meant for authentication. I simply forward all requests to a tomcat server. Natural answer would be why don't configure authentication there? That's because somebody needed ip based authentication (x)or password authentication. This is nuts, I know but It's t

AW: [EMAIL PROTECTED] HTML Form instead of browser prompt for authentication?

2006-07-26 Thread Peter Neu
This module looks interesting but I don’t see how these two modules can work together. The configuration so far looks like this    Order deny,allow  Deny from all  Allow from 192.168.  AuthName "MySQL Auth"  AuthType Basic  AuthMySQLHost localhost  AuthMySQLDB test  AuthMySQL

[EMAIL PROTECTED] HTML Form instead of browser prompt for authentication?

2006-07-26 Thread Peter Neu
Hello, I use the apache authentication with mod_auth_mysql. Since I don't use php or cgi I get the ugly browser prompt for user name and password. Is there a way to configure apache to simply use a HTML form for authentication? If yes, how is this done? (CGI and PHP are working) I use apache

Re: Re: Re: Re: [EMAIL PROTECTED] Server fails on start up with module

2006-07-14 Thread Peter . Neu
Hello, I just set up a parallel system which works. The only difference is: this system uses a MySQL DB4.0 which comes with the distribution instead of brand new rpms from MySQL. Now, I'm not much of a linux detective. How can I figure out what makes the difference in the working system with

Re: Re: Re: [EMAIL PROTECTED] Server fails on start up with module

2006-07-14 Thread Peter . Neu
Hi Joost, I switched back to the LoadModule statement which I orginally used. I don't have any experience with gdb or strace. Could you just briefly tell me what I will have to do? If the mysql libraries are missing how can I put them in the search path? cheers, Pete Original-Nachri

Re: Re: Re: [EMAIL PROTECTED] Server fails on start up with module

2006-07-14 Thread Peter . Neu
He the output is this: Compiled in modules: core.c prefork.c http_core.c mod_so.c So the mod_so.c is present. We can rule that out. Is there anything else I can check? cheers, Pete Original-Nachricht Datum: Fri, 14 Jul 2006 13:27:40 +0530 (IST) Von: [EMAIL PROTECTED]

Re: Re: [EMAIL PROTECTED] Server fails on start up with module

2006-07-14 Thread Peter . Neu
DSO means that mod_so.c has to present on the system, right? Well I can't find it. Does this mean it won't work? Or are there other checks? The AddModule command gives me this error: ./apache2 start Starting httpd2 (prefork) Syntax error on line 7 of /etc/apache2/default-server.conf: Invalid com

[EMAIL PROTECTED] Server fails on start up with module

2006-07-14 Thread Peter . Neu
Hello, I need mod_auth_mysql for my applictions. When I load the module on start up httpd fails to start. I get no error message. Here is my system set up: OS: SuSE ES 9 httpd: 2.0.49 The apache server I use was pre-build by SuSE as were the lib's like mod_auth_mysql.so. I also build a new v

RE: [EMAIL PROTECTED] How to restric access with IP Filter (X)OR Password

2006-07-03 Thread Peter . Neu
You are right. That's the XOR codition I was looking for. So I declare something like But what keeps me still thinking is how do I query the db for user/passw the easiest way? I will have to authenticate between 500 and 1000 users. So I don't want to put them into a text file. Besides I need fl

Re: RE: [EMAIL PROTECTED] How to restric access with IP Filter (X)OR Password

2006-07-03 Thread Peter . Neu
Urgh. I'm still running 2.0.49. What am I gonna do now? -Pete Original-Nachricht Datum: Mon, 3 Jul 2006 15:06:51 +0200 Von: Boyle Owen <[EMAIL PROTECTED]> An: users@httpd.apache.org Betreff: RE: [EMAIL PROTECTED] How to restric access with IP Filter (X)OR Password > > -Orig

[EMAIL PROTECTED] How to restric access with IP Filter (X)OR Password

2006-07-03 Thread Peter . Neu
Hello, I use httpd as a proxy server for a tomcat server. Httpd is used mainly to restrict access through the ip filter. But now I need to have for some users an ip filter and for others a password filter. This is an XOR condition. For user authentication I was thinking of using a mysql databa

[EMAIL PROTECTED] How to configure access control for jkmount urls?

2006-05-31 Thread Peter Neu
Hello,   I have to configure an ip filter for certain urls which I pass to a tomcat server. How can I do this? I suppose Something like this won’t work:   requestUrl">    Options Indexes MultiViews    AllowOverride None    Order allow,deny    Allow from 452.445.451

Re: [EMAIL PROTECTED] Problem mit httpd2 + tomcat5.5.9 + mod_rewrite

2005-11-14 Thread Peter . Neu
Hi Joshua, I put the [R] behind the rule and get a HTTP 400 Error. It says it can't find the server. The RewriteLog says that I tried to force a redirect to a URL which does not exist. That's right because the URL I gernerate with mod_rewrite is fake. cheers, Pete > --- Ursprüngliche Nachrich

[EMAIL PROTECTED] Problem mit httpd2 + tomcat5.5.9 + mod_rewrite

2005-11-14 Thread Peter . Neu
Hello, I'm still struggling with the mod_rewrite module in combination with the tomcat server. I changed my configuration to this: LoadModule rewrite_module /usr/lib/apache2/mod_rewrite.so RewriteEngine on RewriteLog /var/log/apache2/mod_rewrite.log RewriteLogLevel 2 RewriteRule ^/pnbw/postHv\.

[EMAIL PROTECTED] httpd2 + tomcat5.5.9 problem with mod_rewrite

2005-11-08 Thread Peter . Neu
Hello, I' using mod_jk to connect tomcat to httpd2. This works perfectly. Now I try to manipulate the URL's which I map to httpd from tomcat. But the rules seem not to affect the response I get. Does this not work or am I doing something wrong. I my httpd config I have this entry: LoadModule