I have finally gotten a good install of Ifolder thanks to the RPMs
posted here.  I am trying to set up the server under it's own domain
but when I fire up apache the following error occurs in the
httpd-error log

Another mod-mono-server with the same arguments is already running.
Another mod-mono-server with the same arguments is already running.
Another mod-mono-server with the same arguments is already running.
Another mod-mono-server with the same arguments is already running.
Another mod-mono-server with the same arguments is already running.


On this machine I have a web server running a domain so I created a
new domain for ifolder and I called it ifolder.panztel.biz.  I took
the example.com files, copied them and changed them to what I think
they should be.

Can you see what I am doing wrong here?  Here are my files.

------ cat /etc/httpd/conf.d/ifolder.panztel.biz.conf

Include /etc/httpd/conf.d/mod_mono.conf

<VirtualHost *:80>
  ServerAdmin [EMAIL PROTECTED]
  DocumentRoot  /var/www/ifolder
  ServerName ifolder.panztel.biz
  Include conf.d/ifolder_files/*.conf
  ErrorLog logs/ifolder-error_log
  CustomLog logs/ifolder-access_log common

</VirtualHost>

--- cat /etc/httpd/conf.d/ifolder_files/ifolder_admin.conf

Alias /admin "/usr/lib/simias/admin"
AddMonoApplications panzteladmin "/admin:/usr/lib/simias/admin"
MonoSetEnv panzteladmin
SimiasUrl=http://ifolder.panztel.biz;SimiasLogDir=/var/lib/simias/ifolder_panztel_biz
<Location /admin >
      MonoSetServerAlias panzteladmin
      Order allow,deny
      Allow from all
      AddHandler mono asax aspx ascx asmx ashx
      DirectoryIndex Default.aspx index.html
</Location>

----cat /etc/httpd/conf.d/ifolder_files/ifolder_webaccess.conf

Alias /ifolder "/usr/lib/simias/webaccess"
AddMonoApplications panztelifolder "/ifolder:/usr/lib/simias/webaccess"
MonoSetEnv panztelifolder
SimiasUrl=http://ifolder.panzel.biz;SimiasLogDir=/var/lib/simias/ifolder_panztel_biz
<Location /ifolder >
      MonoSetServerAlias panztelifolder
      Order allow,deny
      Allow from all
      AddHandler mono asax aspx ascx asmx ashx
      DirectoryIndex Default.aspx index.html
</Location>

----  cat /etc/httpd/conf.d/ifolder_files/simias_server.conf

Alias /simias10 "/usr/lib/simias/web"
AddMonoApplications panztelsimias10 "/simias10:/usr/lib/simias/web"
MonoSetEnv panztelsimias10
SimiasDataDir=/var/lib/simias/ifolder_panztel_biz/simias
<Location /simias10 >
      MonoSetServerAlias panztelsimias10
      Order allow,deny
      Allow from all
      SetHandler mono
</Location>
_______________________________________________
ifolder-dev mailing list
[email protected]
http://forge.novell.com/mailman/listinfo/ifolder-dev

Reply via email to