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
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
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.
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
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
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
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