RE: [EMAIL PROTECTED] mod_auth_mysql

2006-07-20 Thread Michael Luff
Hello again, I'm using apache v2.0.55 and mod_auth_mysql v3 on a Gentoo Linux box. Below is a section from my httpd.conf - does it look right? # These modules provide authentication and authorisation for # clients. They should not normally be disabled. # LoadModule access_module

[EMAIL PROTECTED] Location directive

2006-07-20 Thread rajesh.gannarapu
  Hi All,   I have a doubt on Location directive usage of httpd 2.0.52.   My current httpd.conf looks like   SSLRequireSSL   SSLRequireSSL     So web server does not allow http requests, it only allows https request only.    But now I need to allow only one url patter

[EMAIL PROTECTED] mod_rewrite to go from http to https and back

2006-07-20 Thread sevans
Hello all, I've been reading through the mod_rewrite documentation and looking at some samples but am still pretty stumped. What I need, and I'm sure this is common, is to have on page, register.php use https and all other pages use http. This is probably obvious, but register.php is processing a

RE: [EMAIL PROTECTED] Reverse Proxy with internal redirects

2006-07-20 Thread Oliver.Schaudt
>I have a 2 node internal environment. http://internal-apps and >http://internal-sso. The reverse proxy has two virtual hosts configured >as http://external-apps and http://external-sso. All reverse proxy >configs work except when the application server needs to authenticate to >the sso serv

[EMAIL PROTECTED] Reverse Proxy with internal redirects

2006-07-20 Thread scott . marquardt
I have a 2 node internal environment. http://internal-apps and http://internal-sso.  The reverse proxy has two virtual hosts configured as http://external-apps and http://external-sso.  All reverse proxy configs work except when the application server needs to authenticate to the sso server.  The

Re: [EMAIL PROTECTED] SSI

2006-07-20 Thread Joshua Slive
On 7/20/06, Ashutosh Mohanty <[EMAIL PROTECTED]> wrote: Hi, I want to run a script on a web page that uses server side includes, (mod_include.so is present in modules directory) for this do i need to recompile apache.if not then tell me what step should i take.?? I did the installation with co

RE: [EMAIL PROTECTED] mod_authnz_ldap for 2.2.2

2006-07-20 Thread Declerck Michael-W30479
Kenneth, Thank you for the redirect to /usr/lib/apache2/modules/, I was wondering why none of the modules had the .so extension in the mods-available/ directory. Upon looking in that folder, I found a mod_auth_ldap.so module which the link below suggests was replaced by mod_authnz_ldap in the Apach

Re: [EMAIL PROTECTED] mod_deflate/mod_mem_cache issues

2006-07-20 Thread Apache User
Thanks for the help, Joshua. I configured apache to use mod_disk_cache and it seems to be working and compressed content is getting served up correctly. Guess that means it is a bug in mod_mem_cache ? I still have to run some tests to check the performance of (caching on disk + compression) vs

Re: [EMAIL PROTECTED] mod_auth_mysql

2006-07-20 Thread paredes
Greetings Michael! Which versions of apache and mod_auth_mysql are you using? What platform are you on? When you check your httpd.conf file is mod_auth being loaded? Regards, William Paredes Computer Based Education Albert Einstein College of Medicine Bronx, New York USA Michael Luff wrote

Re: [EMAIL PROTECTED] Apache 2.2.2 and WebSphere PlugIn

2006-07-20 Thread Sander Temme
Manuela, On Jul 20, 2006, at 12:39 AM, [EMAIL PROTECTED] wrote: LoadModule was_ap20_module /opt/CHROOT/HTTPD/WebSpherePlugin/bin/ mod_was_ap20_http.so WebSpherePluginConfig /opt/CHROOT/HTTPD/WebSpherePlugin/config/ atmweb-ts-proxy/plugin-cfg.xml But now when I run the command 'apachectl -t'

[EMAIL PROTECTED] SSI

2006-07-20 Thread Ashutosh Mohanty
Hi,   I want to run a script on a web page that uses server side includes, (mod_include.so is present in modules directory) for this do i need to recompile apache.if not then tell me what step should i take.?? I did the installation with configuration option as ::   ./configure --prefix=/usr/

[EMAIL PROTECTED] Re: problem loading DSO modules

2006-07-20 Thread Joost de Heer
> Could you help me to understand why apache doesn't load shared modules? You compiled httpd-2.2, but are trying to load modules compiled for httpd-2.0. This won't work. Educated guess: You have the ServerRoot in your httpd.conf wrong, causing the LoadModule lines to look in the wrong directory f

Re: [EMAIL PROTECTED] Apache 2.0 appending some extra lines

2006-07-20 Thread Pid
it looks like you've enabled the custom ErrorDocument directive for the 200 error code. try disabling it. Chappidi, Sudhakar wrote: > > > Hello All, > > I have some problem with Apache2.0 while sending the response. > When accessing the request from the browser , the response sent is got > p

[EMAIL PROTECTED] Apache 2.0 appending some extra lines

2006-07-20 Thread Chappidi, Sudhakar
Hello All, I have some problem with Apache2.0 while sending the response. When accessing the request from the browser , the response sent is got properly. But when I am using a C++ program for sending and receiving the response I am getting the response with some addional text appended. The add

RE: [EMAIL PROTECTED] Apache 2.2.2 and WebSphere PlugIn

2006-07-20 Thread Oliver.Schaudt
>LoadModule was_ap20_module >/opt/CHROOT/HTTPD/WebSpherePlugin/bin/mod_was_ap20_http.so Another possibility is, that mod_was_ap20_http.so was compiled against 2.0.xx Ask IBM if they have something like "mod_was_ap22_http.so" which should be compiled against 2.2.x. bye Oliver -Ursprünglic

Re: [EMAIL PROTECTED] mod_rewrite with [last] not behaving as expected

2006-07-20 Thread Neil A. Hillard
Nick, Nick Burch wrote: > Hi All > > I've been trying to set up some rewriting rules with mod_rewrite, and > discovered that even with a [last] directive, things aren't quite > behaving as I'd expect. > > My config is perhaps slightly unusual, in that I have a default rule > that applies, at the

[EMAIL PROTECTED] mod_rewrite with [last] not behaving as expected

2006-07-20 Thread Nick Burch
Hi All I've been trying to set up some rewriting rules with mod_rewrite, and discovered that even with a [last] directive, things aren't quite behaving as I'd expect. My config is perhaps slightly unusual, in that I have a default rule that applies, at the bottom of the rewrite block. The co

Re: [EMAIL PROTECTED] logrotate doesn't create *log.1

2006-07-20 Thread Neil A. Hillard
Hi, thomas Armstrong wrote: > Hi > > Working with Apache 2.0.52 on Linux, I created this logrotate > configuration file: > --- > /usr/local/httpd/logs/*log { >missingok >notifempty >sharedscripts >postrotate >/bin/kill -USR1 `cat /usr/local/httpd/logs/httpd.pid > 2>/de

Re: [EMAIL PROTECTED] Apache 2.2.2 and WebSphere PlugIn

2006-07-20 Thread Alexander Lazic
On Don 20.07.2006 10:19, [EMAIL PROTECTED] wrote: The permission bits for allthe plugin directory are 755. I'm on Z/linux. But it is the same as in another suse linux version. Is this the 64 or the 31 bit version?! My question is if with a compiled apache (and then I don't load modules dinam

Re: [EMAIL PROTECTED] problem loading DSO modules

2006-07-20 Thread Mauro
apache2 is a link to http-2.2.2   I found the solution!   I have to write:   LoadModule env_module modules/mod_env.so ^^^ and not LoadModule mod_env modules/mod_env.so ^^^   Thank you for your support     RGDS   Mauro     -

Re: [EMAIL PROTECTED] mod_authnz_ldap for 2.2.2

2006-07-20 Thread Kenneth Svee
[ Declerck Michael-W30479 ] > Hello, > I installed Apache2.2.2 several weeks ago on my Ubuntu Linux machine > (which is similar to Debian), and also on my Windows XP machine. I > went to my /etc/apache2/mods-available/ directory looking for the > mod_authnz_ldap package which (according to > http:

Re: [EMAIL PROTECTED] problem loading DSO modules

2006-07-20 Thread Ashutosh Mohanty
Are you sure about the directory and path for the modules??   is it /data/programs/apache2/modules/mod_env.so ? or this is /data/programs/httpd-2.2.2/modules/mod_env.so ?   or you started different httpd daemon ?   Ashutosh SynaptiCAD Inc. - Original Message - From: Mauro

[EMAIL PROTECTED] logrotate doesn't create *log.1

2006-07-20 Thread thomas Armstrong
Hi Working with Apache 2.0.52 on Linux, I created this logrotate configuration file: --- /usr/local/httpd/logs/*log { missingok notifempty sharedscripts postrotate /bin/kill -USR1 `cat /usr/local/httpd/logs/httpd.pid 2>/dev/null` 2> /dev/null || true endscript }

RE: [EMAIL PROTECTED] mod_auth_mysql

2006-07-20 Thread Michael Luff
Hi William, Thanks for your help on this one. From what you and Elaine have written and from what I've read, this really ought to work but I'm still stuck with the all or nothing problem. If I modify my file as you suggest, anyone can get access without being prompted for a password, not

Re: [EMAIL PROTECTED] problem loading DSO modules

2006-07-20 Thread Mauro
My OS is RH Enterprise 4 obviusly mod_so is staticall loaded: # ../bin/httpd -l Compiled in modules: core.c prefork.c http_core.c mod_so.c I'm loading only modules you are reading enven checkconf got me same error. Thank You - Original Message - From: "Alexander Lazic" <[EMAIL

Re: [EMAIL PROTECTED] Apache 2.2.2 and WebSphere PlugIn

2006-07-20 Thread Manuela . Vorazzo
The permission bits for allthe plugin directory are 755. I'm on Z/linux. But it is the same as in another suse linux version. My question is if with a compiled apache (and then  I don't load  modules dinamically and I've no modules loaded with Load Module) I can use the LoadModule directive. If y

Re: [EMAIL PROTECTED] problem loading DSO modules

2006-07-20 Thread Alexander Lazic
Hi, On Don 20.07.2006 10:12, Mauro wrote: I'v configuread apache with these configure options: On which OS? # cat /home/mgatt/configure_options/httpd_configure_options.txt ./configure --prefix=/data/programs/httpd-2.2.2 --enable-so --enable-unique-id \ Then I tried to load some module in

[EMAIL PROTECTED] problem loading DSO modules

2006-07-20 Thread Mauro
Hi all, I'v configuread apache with these configure options:   # cat /home/mgatt/configure_options/httpd_configure_options.txt ./configure --prefix=/data/programs/httpd-2.2.2 --enable-so --enable-unique-id \--enable-usertrack --enable-mime-magic  --enable-charset-lite \--enable-mods-shared=

Re: [EMAIL PROTECTED] Apache 2.2.2 and WebSphere PlugIn

2006-07-20 Thread Alexander Lazic
On Don 20.07.2006 10:01, [EMAIL PROTECTED] wrote: I'm using a Linux Suse 9. I would like to use the plugin because it was written for balancing throught WebSphere Application Server and I think that if I have a WebSphere Application server on backend it would be better using its plugin to rev

Re: [EMAIL PROTECTED] Apache 2.2.2 and WebSphere PlugIn

2006-07-20 Thread Manuela . Vorazzo
I'm using a Linux Suse 9. I would like to use the plugin because it was written for balancing throught WebSphere Application Server and I think that if I have a WebSphere Application server on backend  it would be better using its plugin to reverse requests. For Tomcat I'm using proxy pass revers

Re: [EMAIL PROTECTED] Apache 2.2.2 and WebSphere PlugIn

2006-07-20 Thread Alexander Lazic
Hi, On Don 20.07.2006 09:39, [EMAIL PROTECTED] wrote: I've compiled Apache 2.2.2 and now I would like to use apache with websphere plugin to pass requests to a remore WebSphere Application Server. Do you really must use the plugin or can you use the proxy-balance module? What i mean is if th

[EMAIL PROTECTED] Apache 2.2.2 and WebSphere PlugIn

2006-07-20 Thread Manuela . Vorazzo
I've compiled Apache 2.2.2 and now I would like to use apache with websphere plugin to pass requests to a remore WebSphere Application Server. I installed and configured the plugin as written in the IBM guide and everything is Ok. I can find these two new lines in the httpd.conf: LoadModule was_a