phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [bug #4902] sitemgr won't display websites config


From: nobody
Subject: [Phpgroupware-tracker] [bug #4902] sitemgr won't display websites configured on https URLs
Date: Sun, 24 Aug 2003 04:01:44 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3.1) Gecko/20030618 Debian/1.3.1-3

=================== BUG #4902: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4902&group_id=509

Changes by: Dave Hall <address@hidden>
Date: Sun 08/24/03 at 18:01 (Australia/Melbourne)

            What     | Removed                   | Added
---------------------------------------------------------------------------
         Assigned to | None                      | skwashd
              Status | Open                      | Closed
             Summary | sitemgr won't display websites configured on httpS URLs 
| sitemgr won't display websites configured on https URLs


------------------ Additional Follow-up Comments ----------------------------
I have added this feature to cvs.  Please run a cvs update.  The downside of 
this is that you can't have a site which responds to both http://domain/ and 
https://domain/ without a redirect entry in your apache config file.

Cheers



=================== BUG #4902: FULL BUG SNAPSHOT ===================


Submitted by: olberger                Project: phpGroupWare                 
Submitted on: Fri 08/22/03 at 23:10
Category:  sitemgr                    Bug Group:  0.9.16 pre RC             
Severity:  5 - Major                  Priority:  None                       
Resolution:  None                     Assigned to:  skwashd                 
Status:  Closed                       Component Version:  CVS               
Platform Version:  Linux - Debian     Reproducibility:  None                

Summary:  sitemgr won't display websites configured on https URLs

Original Submission:  If configuring a website accessible at a HTTPS URL, it 
won't ever be accessed.
Every access returns :
 THERE IS NO WEBSITE CONFIGURED FOR URL http://[SNIP] NOTIFY THE ADMINISTRATOR.*
In the URL, the https was replaced by http

This comes from the :
$site_url = 'http://' . preg_replace('//[^/]*$/','',$_SERVER['SERVER_NAME'] . 
$_SERVER['PHP_SELF']) . '/';
line in .../sitemgr-site/config.inc.php

Follow-up Comments
*******************

-------------------------------------------------------
Date: Sun 08/24/03 at 18:01         By: skwashd
I have added this feature to cvs.  Please run a cvs update.  The downside of 
this is that you can't have a site which responds to both http://domain/ and 
https://domain/ without a redirect entry in your apache config file.

Cheers


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4902&group_id=509

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]