Re: [users@httpd] HTTP_REFERER and Access Control

2013-10-11 Thread David Ecker
Hi, you could use host based access control giving full access to the server applications.examle.com: http://httpd.apache.org/docs/2.2/howto/access.html The problem is that the request to secure.example.com has to come from applications.example.com and not from the client browser. You could

[users@httpd] documentRoot and directory relative to serverroot

2013-09-03 Thread David Ecker
y idea how I can get this to work? Thanks, David Ecker - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] File renders differently when opened through Apache or direct, why?

2013-05-11 Thread David Ecker
See http://httpd.apache.org/docs/current/mod/mod_mime.html You are propably using a wrong mime type which is set by apache based on the file extension. bye David Am 11.05.2013 10:58, schrieb Bo Berglund: I have a PHP logging script, which produces a file on the server in a logging directory.

Re: [users@httpd] Help needed

2013-05-10 Thread David Ecker
Hi, have you done a tcpdump? Might be that the connections are filtered by a firewall. Could also be a problem with DNS. Are you able to connect locally (to localhost) using an IP adress only? Does the access log tell you anything? bye David Am 10.05.2013 18:26, schrieb jerome.m: Has anyon

Re: [users@httpd] Authentication by checking that a user only exists

2012-11-29 Thread David Ecker
ck FINESEC On Thu, Nov 29, 2012 at 11:36 AM, David Ecker mailto:da...@ecker-software.de>> wrote: Hi, that might work. Does anybody know where to get a compiled version of this module for Apache/2.2.22 (Win32) or another solution to my earlier question? I just got the in

Re: [users@httpd] Authentication by checking that a user only exists

2012-11-29 Thread David Ecker
Michael Streeter: On 11/28/2012 3:17 PM, David Ecker wrote: Hi, how can I solve the following situation? The user should be authenticated in two steps: 1) Check in Radius, Tacas, LDAP Server or any other external datasource by validation user and password. 2) Check in local sqlite3 database that a

[users@httpd] Authentication by checking that a user only exists

2012-11-28 Thread David Ecker
Hi, how can I solve the following situation? The user should be authenticated in two steps: 1) Check in Radius, Tacas, LDAP Server or any other external datasource by validation user and password. 2) Check in local sqlite3 database that a user exists, do not check the password, it is not set