RE: [EMAIL PROTECTED] Apache 2 SSL - Install Question

2006-07-24 Thread Boyle Owen
> -Original Message- > From: Richard Collyer [mailto:[EMAIL PROTECTED] > Sent: Monday, July 24, 2006 7:02 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Apache 2 SSL - Install Question > > Boyle Owen wrote: > > If you have mod_so already compiled in, you can do dynamic

Re: [EMAIL PROTECTED] mod_log_mysql and 2.2?

2006-07-24 Thread Nick Kew
On Tuesday 25 July 2006 07:16, Brandon Fosdick wrote: > Anyone have any experience using mod_log_mysql with the 2.2 release? Nope. If it worked with 2.0, it should work fine with 2.2. But with 2.2 you should be using DBD instead of hooking a module directly into mysql. -- Nick Kew ---

[EMAIL PROTECTED] mod_log_mysql and 2.2?

2006-07-24 Thread Brandon Fosdick
Anyone have any experience using mod_log_mysql with the 2.2 release? The module's webpage (http://bitbrook.de/software/mod_log_mysql/) looks a bit outdated. It mentions needing a patched version of mod_log_config...is that still true? ---

RE: [EMAIL PROTECTED] referer header field too long?

2006-07-24 Thread Peter Posselt Vestergaard
Hi again Just to be sure I checked if the limitrequestfieldsize was in fact set (why didn't I do that before replying?) and found that it was indeed - one of my colleagues had done that. I apologize for bothering you, list, and thanks a lot for your help, Joshua! Best regards, Peter > -Origina

RE: [EMAIL PROTECTED] referer header field too long?

2006-07-24 Thread Peter Posselt Vestergaard
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Joshua Slive > Sent: 24. juli 2006 17:30 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] referer header field too long? > > On 7/24/06, Peter Posselt Vestergaard <[EMAIL PROTECTED]> wrote

Re: [EMAIL PROTECTED] [DEV-REQUEST] mod_ifenv ported to Apache2

2006-07-24 Thread Nick Kew
On Tuesday 25 July 2006 02:18, Joshua Slive wrote: > As luck would have it, I believe there is some action on the > development list about making it possible to use env variables in > ProxyPassReverse. But it isn't in any released version, and likely > won't be for some time. mod_proxy in /trunk

Re: [EMAIL PROTECTED] [DEV-REQUEST] mod_ifenv ported to Apache2

2006-07-24 Thread Joshua Slive
On 7/24/06, SithLord <[EMAIL PROTECTED]> wrote: There is a mod_ifenv 0.1 for Apache 1.3.x here : http://www.modwest.com/download/mod_ifenv-0.1.tar.gz It was created by Sean Gabriel Heacock <[EMAIL PROTECTED]> but this email is no longer valid. This module could be very handy to create some kin

[EMAIL PROTECTED] [DEV-REQUEST] mod_ifenv ported to Apache2

2006-07-24 Thread SithLord
Hi, There is a mod_ifenv 0.1 for Apache 1.3.x here : http://www.modwest.com/download/mod_ifenv-0.1.tar.gz It was created by Sean Gabriel Heacock <[EMAIL PROTECTED]> but this email is no longer valid. This module could be very handy to create some kind of poor's man HTTPS virtual hosting. There

[EMAIL PROTECTED] mod_authnz_ldap static compile

2006-07-24 Thread Declerck Michael-W30479
I using Ubuntu 6.06 Does anyone know how to define where the LDAP libraries are when compiling the mod_authnz_ldap module statically into Apache2.2?   I get an error "configure: error: could not find an LDAP library".   I am using the configure line: "./configure --with-ldap --enable-ldap

Re: [EMAIL PROTECTED] Apache 2 SSL - Install Question (httpd.conf included [cutdown])

2006-07-24 Thread Richard Collyer
Richard Collyer wrote: I'm becoming my own serial poster. Now https://192.168.1.15 works (ip of server) but https://mydomain.tld still does not. Wierd. Ack No! I was just pointed out my error by an newbie on IRCI think hes about 11. He just said "erm...forwarded port 443 to server"

Re: [EMAIL PROTECTED] Apache 2 SSL - Install Question (httpd.conf included [cutdown])

2006-07-24 Thread Richard Collyer
I'm becoming my own serial poster. Now https://192.168.1.15 works (ip of server) but https://mydomain.tld still does not. Wierd. Cheers Richard - The official User-To-User support forum of the Apache HTTP Server Project. Se

Re: [EMAIL PROTECTED] Apache 2 SSL - Install Question (httpd.conf included [cutdown])

2006-07-24 Thread Richard Collyer
Vincent Bray wrote: On 7/24/06, Richard Collyer <[EMAIL PROTECTED]> wrote: httpd.conf # ServerRoot "/usr/local" Listen 80 Add: Listen 443 Nope, tried it didnt work. Long e-mail so at the start I'll say thanks to anyone that reads it and tries to understand where the heck I'm co

Re: Re: [EMAIL PROTECTED] Apache 2 SSL - Install Question (httpd.conf included [cutdown])

2006-07-24 Thread Vincent Bray
On 7/24/06, Richard Collyer <[EMAIL PROTECTED]> wrote: httpd.conf # ServerRoot "/usr/local" Listen 80 Add: Listen 443 -- noodl - The official User-To-User support forum of the Apache HTTP Server Project. See http:/

Re: [EMAIL PROTECTED] Apache 2 SSL - Install Question (httpd.conf included [cutdown])

2006-07-24 Thread Richard Collyer
Been testing. Generated a key file, changed the apache config but I can't connect to port 443 even using local host. Can you kind chaps please take a sneaky look and see if you can see what the error is. I suspect its to do with VirtualName being binded to *:80 but I'm not sure. Cheers Richard

Re: [EMAIL PROTECTED] Apache fails to restart

2006-07-24 Thread Ed Zaborowski
I don't know a whole lot, but with only one process starting it sounds like you may have the debug switch on (-X). I am unsure how different RedHat is from Fedora, but if you have a /etc/sysconfig/httpd I would look in there to see if you have the -X option turned on. -X Run httpd in debug

Re: [EMAIL PROTECTED] Apache fails to restart

2006-07-24 Thread Joshua Slive
On 7/24/06, Robert Fox <[EMAIL PROTECTED]> wrote: Rob- Thanks for the response. This is definitely not a configuration issue. The error logs don't seem to indicate why only one process starts, but the children fail to start. I get a normal startup message in the logs. The only thing that clea

Re: [EMAIL PROTECTED] Directory/Virtualhost & ACLs.

2006-07-24 Thread Joshua Slive
On 7/24/06, Chris Johnson <[EMAIL PROTECTED]> wrote: Hey all, Have a messy config question here. Directory and Virtualhost seem to fire up what amounts to their own ACLs, i.e. order, allow and deny. We just got hit last week by an autamate that probed the server, found some

Re: [EMAIL PROTECTED] Apache fails to restart

2006-07-24 Thread Robert Fox
Rob- Thanks for the response. This is definitely not a configuration issue. The error logs don't seem to indicate why only one process starts, but the children fail to start. I get a normal startup message in the logs. The only thing that clears this is re-booting the host. Are there other pl

[EMAIL PROTECTED] Directory/Virtualhost & ACLs.

2006-07-24 Thread Chris Johnson
Hey all, Have a messy config question here. Directory and Virtualhost seem to fire up what amounts to their own ACLs, i.e. order, allow and deny. We just got hit last week by an autamate that probed the server, found some forms and then submited a bunch of them. Obviously we w

RE: [EMAIL PROTECTED] How to redirect to SSL if authentication is requested

2006-07-24 Thread Neulinger, Nathan
Well, I came up with a simple module to do this... I'd be open to feedback if anyone wants to take a look. (It's tiny/simple.) "AuthRedirSSL on" in a location/dir/htaccess block will cause requests to be redirected to the SSL side of the vhost if any AuthType is defined. -- Nathan -

[EMAIL PROTECTED] Large number of ThreadsPerChild

2006-07-24 Thread Qingshan Xie
We are using Apache 2.0.54 in a Solaris 8 host or a HP RedHat, Apache uses 'worker' MPM. Can some one tell me if there is any issue if the ThreadsPerChild is increased to 1000? Many Thanks, Q.Xie __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the

Re: [EMAIL PROTECTED] Apache 2 SSL - Install Question

2006-07-24 Thread Richard Collyer
Boyle Owen wrote: If you have mod_so already compiled in, you can do dynamic loading. Then with apache 2.2, mod_ssl is just an extension module as part of the main distro. You should just be able to compile it and then "LoadModule" it. Check the INSTALL file in the distro for instructions... If

[EMAIL PROTECTED] mod_authnz_ldap and Lotus Domino

2006-07-24 Thread alexander dosher
So i've set up the simplest-possible mod_authnz_ldap vs. Lotus Domino authentication configuration, and it doesn't work - which over the years i've come to expect from Domino, but i don't think it's at fault this time. I'm running Apache & Domino on the same machine, & getting the infamous "Operat

RE: [EMAIL PROTECTED] Reverse Proxy with internal redirects

2006-07-24 Thread scott . marquardt
Let me see if I can explain what's happening. User requests http://external-apps Apache processes Virtual host external-apps         ProxyPass / http://internal-apps/ The Internal apps server denies access and requires authentication. Internal app server redirects the user to http://internal-sso

Re: [EMAIL PROTECTED] referer header field too long?

2006-07-24 Thread Joshua Slive
On 7/24/06, Peter Posselt Vestergaard <[EMAIL PROTECTED]> wrote: Hi We have a number of Apache HTTP servers installed all with version 2.0.54. Lately we have seen a number of "400 Bad Request" in the error logs, and after a lot of testing we have found that this happens then the "Referer" HTTP he

[EMAIL PROTECTED] referer header field too long?

2006-07-24 Thread Peter Posselt Vestergaard
Hi We have a number of Apache HTTP servers installed all with version 2.0.54. Lately we have seen a number of "400 Bad Request" in the error logs, and after a lot of testing we have found that this happens then the "Referer" HTTP header field in the request contains a URL that it more than 200 char

Re: [EMAIL PROTECTED] Alias and Rewrite directives

2006-07-24 Thread Boysenberry Payne
I think you might need to include php files that are "out of the kitchen" so to speak via a php file that is in the www area Thanks, Boysenberry boysenberrys.com | habitatlife.com | selfgnosis.com On Jul 24, 2006, at 10:14 AM, Pieter Vanmeerbeek wrote: Hi, I'm trying to redirect a spec

Re: [EMAIL PROTECTED] How to redirect to SSL if authentication is requested

2006-07-24 Thread Boysenberry Payne
I have a similar issue. What I do is have a particular rewrite "log/" whenever someone uses log/ in their script it will sent them to our authentication page. Its the only way I've figured out how to do what you're saying. If they request any "secure" pages and they're not "logged in" then they

[EMAIL PROTECTED] Alias and Rewrite directives

2006-07-24 Thread Pieter Vanmeerbeek
Hi, I'm trying to redirect a specific URL (for example http://example.com/trigger/username) to a specific script on disk (rewrite to /libexec/pfb.php?user=username). The document root is set to /testing. Now I want my script (pfb.php) to be stored outside my document root but still accessible

RE: [EMAIL PROTECTED] How to redirect to SSL if authentication is requested

2006-07-24 Thread Neulinger, Nathan
Unfortunately, I don't have control over the .htaccess files that are being created by our users. If we did, would be easy enough to just force them all to update their configs. -- Nathan Nathan Neulinger EMail:

RE: [EMAIL PROTECTED] How to redirect to SSL if authentication is requested

2006-07-24 Thread Neulinger, Nathan
I was thinking somehow a hook into the mod_auth code... Something like a cross between Redirect and disabling the AuthConfig overrride. I'm 99% sure I could do it with code changes, but whether it could be done cleanly and/or with an add-on module is the key. i.e. Something to cause it to send ba

Re: [EMAIL PROTECTED] How to redirect to SSL if authentication is requested

2006-07-24 Thread Boysenberry Payne
I think you'll have to use your own authentication script or in other words you'll have to authenticate only after you see that authentication is needed rather than automatically based off of access settings. A script that can tell whether or not someone is using https and whether or not they

RE: [EMAIL PROTECTED] How to redirect to SSL if authentication is requested

2006-07-24 Thread Boyle Owen
> -Original Message- > From: Neulinger, Nathan [mailto:[EMAIL PROTECTED] > Sent: Monday, July 24, 2006 4:32 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] How to redirect to SSL if > authentication is requested > > Is there any straightforward way to tell apache (2.0 build

Re: [EMAIL PROTECTED] RedirectMatch failure at ISP

2006-07-24 Thread dlspaude
I've tried many other scenarios and checked Firefox's Live HTTP Headers (which showed the Location as the original requested page plus an extra slash each time it recursively redirected), but no joy. I did notice that the web server is redirecting (301) paths with no ending slash (such as "test")

[EMAIL PROTECTED] How to redirect to SSL if authentication is requested

2006-07-24 Thread Neulinger, Nathan
Is there any straightforward way to tell apache (2.0 build from RHEL) to redirect if authentication is requested? I want to prevent any use of Basic auth on the cleartext/http side of the vhost. I can do that easily by disabling AuthConfig overrides on that vhost. However, this results in all page

Re: [EMAIL PROTECTED] Apache fails to restart

2006-07-24 Thread Rob Wilkerson
I'd check your config first. I forget the syntax for Redhat, but for my Knoppix system it's "/usr/sbin/apache2 -t". To check your system, locate the httpd executable and display it's help: "/path/to/httpd -h" Then, assuming everything checks out, check /var/log/httpd. Hopefully this will prov

RE: [EMAIL PROTECTED] redirection url

2006-07-24 Thread Boyle Owen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, July 24, 2006 1:31 PM > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] redirection url > > > Hi owen, > > Thanks for information but i had already configure a DNS entry : > > crea

[EMAIL PROTECTED] authnz_ldap problem

2006-07-24 Thread Ed Zaborowski
Hello, I've been using Apache for some time, and recently ran into an issue that is causing me to pull my hair out. I have set up a server, well more specifically a Location, to utilize LDAP Authentication. However, when I surf to the URL, I am prompted time and time again, with seemingly no

[EMAIL PROTECTED] Apache fails to restart

2006-07-24 Thread Robert Fox
Hello again- I haven't received any responses on this, so I thought maybe I could simplify my question. If Apache fails to restart, where should I look to find out why? The log files? System logs? Other Apache files (which ones)? Should I run a diagnostic while Apache is frozen? What should I l

RE: [EMAIL PROTECTED] redirection url

2006-07-24 Thread d . martineau
Yes, i get a valid adress when i type nslookup serveur2.domain.fr name : serveur1 address : x.x.x.x aliases : serveur2 DNS is setup correctly thanks dave Dave Henderson <[EMAIL PROTECTED]> 24/07/2006 15:36 Veuillez répondre à users@httpd.apache.org A users@httpd.apache.org cc

RE: [EMAIL PROTECTED] redirection url

2006-07-24 Thread Dave Henderson
do you get a valid address if you type 'nslookup serveur2.domain.fr' at a command prompt?  If not, DNS is not setup correctly.  If it is BIND you will need to enter an A record such as:serveur2   IN   A   192.168.x.x      <-- needs to be intranet ip of serveror you can setup a CNAME to

Re: [EMAIL PROTECTED] apache/vnc jumps ports

2006-07-24 Thread Matus UHLAR - fantomas
On 21.07.06 11:07, Matthew wrote: > [EMAIL PROTECTED] queue]# netstat -anp > 70.84.78.58:80 0.0.0.0:*LISTEN 1891/httpd > 70.84.78.58:443 67.155.180.180:50703 ESTABLISHED 31174/vncreflector > 70.84.78.58:443 74.80.44.227:1188ESTABLISHED 31174/vncreflector > > Now, when I kill

RE: [EMAIL PROTECTED] Apache 2 SSL - Install Question

2006-07-24 Thread Boyle Owen
> -Original Message- > From: Richard Collyer [mailto:[EMAIL PROTECTED] > Sent: Monday, July 24, 2006 1:26 PM > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Apache 2 SSL - Install Question > > > On Mon, July 24, 2006 11:31 am, Boyle Owen wrote: > > The essential point to be

Re: Re: [EMAIL PROTECTED] Session not working when calling a site by name on IE

2006-07-24 Thread Vincent Bray
On 24 Jul 2006 13:25:40 +0200, Maciej Zięba <[EMAIL PROTECTED]> wrote: Oh my God! :-O It has to be that! Thank you so very much! :-) It would probably take me days before I would find that out on my own... BTW. Why do you say that this is correctl behavior? Underscores should not be used in do

RE: [EMAIL PROTECTED] redirection url

2006-07-24 Thread d . martineau
Hi owen, Thanks for information but i had already configure a DNS entry : create an alias serveur2 to serveur1 and when i make http://serveur2.domain.fr:8085/uri/  i've the good page but when i make http://serveur2.domain.fr i've the "dns error" in ie. So that's why i thought that was apach

RE: [EMAIL PROTECTED] Apache 2 SSL - Install Question

2006-07-24 Thread Richard Collyer
On Mon, July 24, 2006 11:31 am, Boyle Owen wrote: > The essential point to bear in mind when adding SSL to a webserver is; > what you're really doing is adding a port-based virtualhost (usually on > port 443) that uses an additional protocol layer (HTTPS). All you should > be doing is *adding* dir

Re: [EMAIL PROTECTED] Session not working when calling a site by name on IE

2006-07-24 Thread Maciej Zięba
> On 24 Jul 2006 12:59:18 +0200, Maciej Zięba <[EMAIL PROTECTED]> wrote: > > Hi :-) > Hi > > I have a zope running "behind" Apache (as a vhost). My application uses > session for storing data and authorization. For some, unknown to me, > reason when I visit my app through a "name" (like > http://my

Re: [EMAIL PROTECTED] Session not working when calling a site by name on IE

2006-07-24 Thread Vincent Bray
On 24 Jul 2006 12:59:18 +0200, Maciej Zięba <[EMAIL PROTECTED]> wrote: Hi :-) Hi I have a zope running "behind" Apache (as a vhost). My application uses session for storing data and authorization. For some, unknown to me, reason when I visit my app through a "name" (like http://myapp.mycompan

[EMAIL PROTECTED] Session not working when calling a site by name on IE

2006-07-24 Thread Maciej Zięba
Hi :-) I have a zope running "behind" Apache (as a vhost). My application uses session for storing data and authorization. For some, unknown to me, reason when I visit my app through a "name" (like http://myapp.mycompany.com) with Internet Explorer 6 the session does not work! Everything is all

RE: [EMAIL PROTECTED] Apache 2 SSL - Install Question

2006-07-24 Thread Boyle Owen
> -Original Message- > From: Richard Collyer [mailto:[EMAIL PROTECTED] > Sent: Monday, July 24, 2006 12:02 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Apache 2 SSL - Install Question > > Hello, > > I've been looking at installing SSL on apache becuase I am now using > we

[EMAIL PROTECTED] Apache 2 SSL - Install Question

2006-07-24 Thread Richard Collyer
Hello, I've been looking at installing SSL on apache becuase I am now using webmail etc and users privacy etc. This is running on FreeBSD 5.4 Do I have to reinstall php after the upgrade to apache 2.2 with SSL enabled. Some of the guides I am looking at say yes, some say no. Just wondering what t

RE: [EMAIL PROTECTED] redirection url

2006-07-24 Thread Boyle Owen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, July 24, 2006 9:05 AM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] redirection url > > > I test > > ProxyPass / http://serveur1:8085/uri/ > ProxyPassReverse / http://serveur1:8085/

[EMAIL PROTECTED] RE [EMAIL PROTECTED] Re: redirection url

2006-07-24 Thread d . martineau
I haven't index file present ! thanks for help David "Morgan Gangwere" <[EMAIL PROTECTED]> 23/07/2006 20:25 Veuillez répondre à users@httpd.apache.org A users@httpd.apache.org cc Objet [EMAIL PROTECTED] Re: redirection url or, is the http://server2/index.html file

Re: [EMAIL PROTECTED] redirection url

2006-07-24 Thread d . martineau
I test ProxyPass / http://serveur1:8085/uri/ ProxyPassReverse / http://serveur1:8085/uri/ but when i make http://serveur2.domain.fr/ I've this impossible de trouver le serveur ou erreur DNS dans Inetrent Explorer Then, i test ServerName serveur2.domain ProxyPass / http://serveur1:8085/ur