mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
When SSL is enabled in Apache2.2 - SSL connections fail with the woadapter.
See: http://lists.apple.com/archives/webobjects-deploy/2007/Jul/msg00005.html Essentially - if you use SSL, you get no instances or 404 and access logs will show 302 for requests. PR: ports/137196 Submitted by: Rex Chan <rex@ish.com.au> Approved by: maintainer timeout (q@onthenet.com.au; ~5 months)
This commit is contained in:
parent
37e66cce56
commit
ac8c198c1d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246554
11
www/woadaptor/files/patch-Apache2.2__mod_WebObjects.c
Normal file
11
www/woadaptor/files/patch-Apache2.2__mod_WebObjects.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- ./Apache2.2/mod_WebObjects.c.orig 2006-07-04 03:02:19.000000000 +0000
|
||||
+++ ./Apache2.2/mod_WebObjects.c 2009-12-24 21:08:30.218922187 +0000
|
||||
@@ -304,7 +304,7 @@
|
||||
apr_table_do(copyTableEntries, (void *)req, proc_env, NULL);
|
||||
|
||||
|
||||
-#ifdef APACHE_SECURITY_ENABLED
|
||||
+#ifdef APACHE_SECURITY_ENABLEDXXXX
|
||||
/******client cert support***** */
|
||||
|
||||
if (req_is_https(r)) {
|
Loading…
Reference in New Issue
Block a user