SYSTEM WARNING: 'file_get_contents(https://www.clearos.com/?rendertype=json&get=header): failed to open stream: Connection refused' in '/var/www/virtual/newwrapper/cf_topmenu.inc' line 5

ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000222ClearOSapp-web-server - Web Serverpublic2011-01-09 13:552013-02-01 19:49
Reportertimb80 
Assigned Touser2 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version5.2-SP1 
Target VersionFixed in Version 
Summary0000222: Enabling file upload for virtual host creates hidden share
DescriptionTo recreate
- create a web server virtual host and enable file upload
- then examine the contents of /etc/samba/flexshare.conf, and the relevant section has been created with "browseable = no" effectively hiding it from the network shares.

Shouldn't the default be yes?

This also affects the samba share for the default web site.
Additional InformationForum thread
http://www.clearfoundation.com/component/option,com_kunena/Itemid,232/catid,17/func,view/id,22824/ [^]
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0000331)
timb80 (developer)
2011-01-26 09:54

/var/webconfig/api/Httpd.class.php

Line 666
                        $flexshare->SetFileBrowseable($domain, 0);
Change to:-
                        $flexshare->SetFileBrowseable($domain, 1);


Or add webconfig option to permit the display of web folder shares in samba
(0000667)
user2
2013-02-01 19:49

I believe this was resolved.

- Issue History
Date Modified Username Field Change
2011-01-09 13:55 timb80 New Issue
2011-01-17 10:07 user2 Status new => acknowledged
2011-01-26 09:54 timb80 Note Added: 0000331
2013-02-01 19:49 user2 Note Added: 0000667
2013-02-01 19:49 user2 Status acknowledged => resolved
2013-02-01 19:49 user2 Fixed in Version => 5.2-SP1
2013-02-01 19:49 user2 Resolution open => fixed
2013-02-01 19:49 user2 Assigned To => user2
2013-02-01 19:49 user2 Status resolved => closed
2013-02-01 19:49 user2 Fixed in Version 5.2-SP1 =>

SYSTEM WARNING: 'file_get_contents(https://www.clearos.com/?rendertype=json&get=footer): failed to open stream: Connection refused' in '/var/www/virtual/newwrapper/cf_footer.inc' line 7