Hi!
As Nitin said on irc, starting the simias-server with the script created by
simias-server-setup and not as through mod_mono with apache, solved the
problem here. I tested with the files i mentioned in the bug comment ( up to
3 MB).
The drawback is that /ifolder and /admin are only available with apache.
To bring all together again I changed the script generated by
simias-server-setup (named iFolder-opensuse here) from port 80 to port 82.
Then I added "proxy" and "proxy_http" to /etc/sysconfig/apache2.
Last I changed the /etc/apache2/conf.d/simias.conf to this:
opensuse102rc1:/usr/lib/apache2 # cat /etc/apache2/conf.d/simias.conf
#Include /etc/apache2/mod_mono.conf
#Alias /simias10 "/home/store//simias-server-6810M//lib/simias/web"
#AddMonoApplications
simias10 "/simias10:/home/store//simias-server-6810M//lib/simias/web"
#MonoSetEnv simias10 "SimiasRunAsServer=true;SimiasDataDir=/ifs/simias"
#<Location /simias10 >
# MonoSetServerAlias simias10
# Order allow,deny
# Allow from all
# SetHandler mono
#</Location>
# deactivated original config
ProxyRequests Off
<Proxy /simias10>
Order deny,allow
Allow from all
</Proxy>
ProxyPass /simias10 http://127.0.0.1:82/simias10
ProxyPassReverse /simias10 http://127.0.0.1:82/simias10
Then starting the simias-server-script on one console and restarting apache.
Greets
Jan-Simon
_______________________________________________
ifolder-dev mailing list
[email protected]
http://forge.novell.com/mailman/listinfo/ifolder-dev