Re: [users@httpd] allow from based on database query (2.4)

2012-03-24 Thread Daniel Gruno
On 24-03-2012 02:38, John Karr wrote: I have an application that uses both ip and credentials authentication, currently to update the allow from I have to edit a file and restart the server. My next release will be using Apache 2.4 with dbd authentication, I was wondering if there were a way to

Re: [users@httpd] RE: Suspicious URL:Re: [users@httpd] Problems in setting up a HTTPS based WebDAV server

2012-03-24 Thread Daniel Ruggeri
On 3/23/2012 11:47 PM, Ajay Garg wrote: I used the following command to generate the .key and .crt :: openssl req -new -newkey rsa:1024 -days 365 -nodes -x509 -keyout ssl.key -out

[users@httpd] Re: accessing virtual host from other computer in the same network

2012-03-24 Thread Eric Covener
wrong list, use users@httpd.apache.org. 1) Apache resolves any virtualhost argument to an IP address at startup and only matches the incoming interface to it 2) Apache chooses the best virtualhost, or set of identical virtualhosts covered by a NameVirtualHost, based on the incoming interface. 3)

[users@httpd] reverse proxy via mod_proxy returns HTTP 500 error

2012-03-24 Thread ron.vandenbranden@home
Hi, I'm trying to configure reverse proxy rules in vhost.conf. I have Apache-2.2.8 on Ubuntu-8.04 (monitored by Plesk-10.4.4). What I'm trying to achieve is defining a reverse proxy rule that defers all traffic to -say- http://mydomain/tomcat/ to the Tomcat server running on port 8080. I

Re: [users@httpd] reverse proxy via mod_proxy returns HTTP 500 error

2012-03-24 Thread Serge Fonville
Hi, What I'm trying to achieve is defining a reverse proxy rule that defers all traffic to -say- http://mydomain/tomcat/ to the Tomcat server running on port 8080. Does http://tomcat.apache.org/tomcat-7.0-doc/proxy-howto.html apply? Kind regards/met vriendelijke groet, Serge Fonville

RE: [users@httpd] allow from based on database query (2.4)

2012-03-24 Thread John Karr
I hadn't want to mention what I was thinking of doing as an alternative, because I really hoped that there was a better answer that I had failed to read/find the documentation on! My two solutions in mind were (a) the application that maintains the ip list writes out a fresh copy of the ip

Re: [users@httpd] RE: Suspicious URL:Re: [users@httpd] Problems in setting up a HTTPS based WebDAV server

2012-03-24 Thread Ajay Garg
Thanks a ton, Daniel. I think, you are the first one to hit the nail on the head :-) Thanks again; I am obliged. Daniel, it seems that for generating certificates class 2 identification is required (http://www.startssl.com/?app=34) Anyhow, since currently I am just in the development/testing