Changes

From SME Server
Jump to navigationJump to search
603 bytes added ,  04:07, 3 June 2008
no edit summary
Line 1: Line 1:  +
Editing a file in groupoffice using Firefox may produce an error loading fckstyles.xml.  The fix for this is to edit /etc/e-smith/templates/etc/httpd/conf/httpd.conf/98groupoffice and create a new "AddType" entry.
 +
 +
I changed this:
 +
<nowiki>  AddType application/x-httpd-php .php .php3 .phtml
 +
  Options FollowSymLinks ExecCGI</nowiki>
 +
to this:
 +
<nowiki>  AddType application/x-httpd-php .php .php3 .phtml
 +
  AddType text/xml .xml
 +
  Options FollowSymLinks ExecCGI</nowiki>
 +
then ran:
 +
expand-template /etc/httpd/conf/httpd.conf
 +
sv restart httpd-e-smith
 +
 +
[[User:Mmccarn|Mmccarn]] 20:07, 2 June 2008 (MDT)
 +
 +
 
If we were interested in the pro-version (syncml, help desk etc.), is there an easy way to capture the customization to SME done here with it?
 
If we were interested in the pro-version (syncml, help desk etc.), is there an easy way to capture the customization to SME done here with it?

Navigation menu