Difference between revisions of "Talk:Software Collections"

From SME Server
Jump to navigationJump to search
(Created page with "A question, did you try to simply use an ibay instead of a virtualhost....maybe a user wants to use the scl collection with an ibay and not a virtualhost which link to an ibay...")
 
m (RequestedDeletion moved page Talk:Software collections to Talk:Software Collections: Consistency)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
This is what I can read in httpd.conf for owncloud
 
This is what I can read in httpd.conf for owncloud
  
<Directory /home/e-smith/files/ibays/owncloud/cgi-bin>
+
<Directory /home/e-smith/files/ibays/owncloud/cgi-bin>
 
     Options ExecCGI
 
     Options ExecCGI
 
     AllowOverride None
 
     AllowOverride None
Line 9: Line 9:
 
     deny from all
 
     deny from all
 
     allow from all
 
     allow from all
</Directory>
+
</Directory>
  
  
  
 
--[[User:Stephdl|Stephdl]] ([[User talk:Stephdl|talk]]) 07:38, 28 October 2014 (CET)
 
--[[User:Stephdl|Stephdl]] ([[User talk:Stephdl|talk]]) 07:38, 28 October 2014 (CET)

Latest revision as of 09:47, 7 January 2015

A question, did you try to simply use an ibay instead of a virtualhost....maybe a user wants to use the scl collection with an ibay and not a virtualhost which link to an ibay...I have the feeling that all is in place if you want to use scl with an ibay, except that you have to do a wrapper in the cgi folder. My 2c but I didn't test it.

This is what I can read in httpd.conf for owncloud

<Directory /home/e-smith/files/ibays/owncloud/cgi-bin>
   Options ExecCGI
   AllowOverride None
   order deny,allow
   deny from all
   allow from all
</Directory>


--Stephdl (talk) 07:38, 28 October 2014 (CET)