ClearFoundation Tracker - ClearOS
View Issue Details
0000215ClearOSapp-graphical-console - Graphical Consolepublic2010-12-09 06:452012-12-04 10:11
jbower 
user2 
normalminoralways
closedfixed 
5.2 
6.4.0 Alpha 1 
0000215: Link for PHPsysinfo not relitave
the Link on the hardware report page are not relitive

From /var/webconfig/thdocs/admin/hardware-report.php

$body = $html->GetBody("https://localhost:81/include/phpsysinfo/index.php", [^] "template=aq&lng=$code", "status.php");

forcing https

No tags attached.
Issue History
2010-12-09 06:45jbowerNew Issue
2010-12-09 08:43user2Note Added: 0000314
2010-12-09 08:43user2Statusnew => feedback
2010-12-09 09:11jbowerNote Added: 0000316
2010-12-09 10:09user2Note Added: 0000317
2010-12-09 10:12jbowerNote Added: 0000318
2010-12-09 10:13jbowerNote Edited: 0000318
2010-12-09 11:36user2Note Added: 0000319
2010-12-09 11:37user2Statusfeedback => confirmed
2012-12-04 10:11user2Note Added: 0000607
2012-12-04 10:11user2Statusconfirmed => resolved
2012-12-04 10:11user2Fixed in Version => 6.4.0 Alpha 1
2012-12-04 10:11user2Resolutionopen => fixed
2012-12-04 10:11user2Assigned To => user2
2012-12-04 10:11user2Statusresolved => closed

Notes
(0000314)
user2   
2010-12-09 08:43   
This link is for "screenscraping" the PHPsysinfo pages into webconfig. I'm guessing that there's no need for this to be relative.
(0000316)
jbower   
2010-12-09 09:11   
you are right, i can not use https for port 81 so when i changed https://localhost:81/include/phpsysinfo/index.php [^] to http://localhost:81/include/phpsysinfo/index.php [^] it worked
(0000317)
user2   
2010-12-09 10:09   
Out of curiosity, why is SSL disabled on port 81?
(0000318)
jbower   
2010-12-09 10:12   
(edited on: 2010-12-09 10:13)
Blocked by ISA 2006 for use of https on non Https Port https, limited to 443

most of the time i set up lot's of mod proxy / rewrite to make subdomains like admin.system.clearos

(0000319)
user2   
2010-12-09 11:36   
Thanks for the info. I'll leave this report open for now. Perhaps there will be an easy workaround in version 6.0.
(0000607)
user2   
2012-12-04 10:11   
New reports do not use phpsysinfo or screenscraping.