Difference between revisions of "Talk:GroupOffice"
From SME Server
Jump to navigationJump to search (Pro version?) |
|||
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? |
Latest revision as of 03:07, 3 June 2008
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:
AddType application/x-httpd-php .php .php3 .phtml Options FollowSymLinks ExecCGI
to this:
AddType application/x-httpd-php .php .php3 .phtml AddType text/xml .xml Options FollowSymLinks ExecCGI
then ran:
expand-template /etc/httpd/conf/httpd.conf sv restart httpd-e-smith
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?