Re: [users@httpd] Cookie is removed when AH01996 happen,is that a bug? How to keep cookes in the case?

2014-07-04 Thread jin qiang
I mean the session cookie is deleted. I config mod_session_cookie like this: Session On SessionCookieName session path=/ apache alway return following http head when HTTP spoken on HTTPS port Set-Cookie: session=;path=/ 2014-07-05 1:29 GMT+08:00 Eric Covener : > On Fri, Jul 4, 2014 at 1:00 PM

[users@httpd] Incorrect error logging

2014-07-04 Thread Robert Inder
I've spent a couple hours tracking down the cause unexpected and (I believe) spurious log messages. If I'm right that the messages ARE spurious, I'll file a bug report. But before I do that, can anyone see something I'm doing wrong? Here is the relevant section of my httpd configuration file

Re: [users@httpd] Cookie is removed when AH01996 happen,is that a bug? How to keep cookes in the case?

2014-07-04 Thread Eric Covener
On Fri, Jul 4, 2014 at 1:00 PM, 金强 wrote: > This is the related log. > > AH01996: SSL handshake failed: HTTP spoken on HTTPS port; "trying to send > HTML error page" > AH9: LOG_PREFIXuser '%s' removed cookie: '%s'", r->user, rfc2109 > What do you mean removed? --

[users@httpd] Cookie is removed when AH01996 happen,is that a bug? How to keep cookes in the case?

2014-07-04 Thread 金强
This is the related log. AH01996: SSL handshake failed: HTTP spoken on HTTPS port; "trying to send HTML error page" AH9: LOG_PREFIXuser '%s' removed cookie: '%s'", r->user, rfc2109 Sorry for my english. - To unsubscribe, e-

Re: [users@httpd] You don't have permission to access / on this server.

2014-07-04 Thread Oscar Knorn
Please provide foll httpd.conf. Please provide a list of active modules. first read this information on new 'Allow' syntax of 2.4 : http://httpd.apache.org/docs/2.4/mod/mod_access_compat.html#allow read this information on new 'Order' syntax of 2.4 : http://httpd.apache.org/docs/2.4/mod/mod_acce

Re: [users@httpd] You don't have permission to access / on this server.

2014-07-04 Thread Eric Covener
On Fri, Jul 4, 2014 at 7:00 AM, Jan Christoph Schatteburg wrote: > You don't have permission to access / on this server. Step 1 is to read the error log. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additiona

Re: [users@httpd] You don't have permission to access / on this server.

2014-07-04 Thread Mackey, Harold A.
Order Allow/Deny is reversed on the WAMP settings. Is that correct? Also, This usually means the folder you are hosting the WAMP out of does not have the correct rights to serve up Apache. Thanks, Harold Mackey Ofc (843) 876-5926 Pgr 11310 Have a super-sparkly day. On 7/4/14, 7:00 AM, "J

Re: [users@httpd] Download

2014-07-04 Thread James Kerwin
It seems that there was a miscommunication with my group regarding the file path of the directory to download. They assured me it was correct but seems that it wasn't! Apologies for being a bit of an idiot and thanks for the help! James. On Wed, Jul 2, 2014 at 10:28 AM, Jens-U. Mozdzen wrote:

[users@httpd] You don't have permission to access / on this server.

2014-07-04 Thread Jan Christoph Schatteburg
Hi, i'm quite new to Apache and Servers in general and on my Wamp Server on a Windows 7 System using Apache 2.4.4 i get the following Error when trying to access localhost (from the Server machine of course ;)): -- Forbidden You don't have permission to access / on t

[users@httpd] LDAP Authentication with Digest/NTLM method ??

2014-07-04 Thread himanshu
Hi, I have a query about using Digest/NTLM HTTP authentication method with LDAP. As far as I know Apache support only basic authentication with LDAP using "AuthType Basic" configuration in mod_authnz_ldap module. Is there support for Digest/NTLM authentication with LDAP? Thanks, Himanshu