[users@httpd] Re: login form

2014-06-21 Thread Tim Daley
I finally got my login form working with LDAP authentication and pure html. I have coded the httpd_location in my login.html and on successful login, that page is brought up. I would like to avoid a static success page, but instead go back to the page that the user originally entered. I thought

Re: [users@httpd] Re: login form

2014-06-21 Thread Giovanni Bianchini
On making an assumption you are pulling the username and password authentication from a table, add a page2load parameter and when the user logs in have the url pass the page2load parameter. On 21 Jun 2014 at 8:50, Tim Daley wrote: I finally got my login form working with LDAP

[users@httpd] Problem with Content-Type recognition

2014-06-21 Thread Michael Felt
I have tried, in a vhost area, to set the DefaultType to application/octet-stream, and I have tried to add a Type for .I (capital i) endings. However, httpd-2.2.27 seems to be preferring the .php. in the filename rather than the .I at the end of the file. When I link the file to that it has the

Re: [users@httpd] Problem with Content-Type recognition

2014-06-21 Thread Eric Covener
On Sat, Jun 21, 2014 at 10:45 AM, Michael Felt mamf...@gmail.com wrote: Question: what do I need to do to get httpd to recognize the .I endings and/or ignore .php when in the middle of a filename? Files *.I ForceType foo/bar /Files -- Eric Covener cove...@gmail.com

[users@httpd] What causes Apache “Request body read timeout” errors?

2014-06-21 Thread Vladimir Kornea
The server is Apache/2.2.22 (Debian) and the browser is Firefox 30.0, but this is a general question. It refers to lines like this in /var/log/apache2/error.log: [Fri Jun 20 17:42:16 2014] [info] [client 67.174.61.70] Request body read timeout Vlad