Hi Srinidhi,

Mt apache  ifolder_web.conf

Include /etc/apache2/conf.d/mod_mono.conf

Alias / "/usr/lib64/simias/webaccess"
AddMonoApplications  "/:/usr/lib64/simias/webaccess"
<Location / >
         MonoSetServerAlias
         Order allow,deny
         Allow from all
         AddHandler mono asax aspx ascx asmx ashx
         DirectoryIndex Default.aspx index.html
</Location>

# comment out the following lines to remove the SSL requirement
LoadModule rewrite_module /usr/lib64/apache2/mod_rewrite.so
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^//(.*) https://%{SERVER_NAME}//$1 [R,L]



On 18/02/2010 19:46, Srinidhi B wrote:
>   >>>  On 2/18/2010 at 11:30 PM, Lance Haig<[email protected]>  wrote:
>    
>> I think that it might be that I setup the web setup to go to the / and
>> not /ifolder as in the default.
>>
>> Do you think that might be it?
>>      
> As requested before, could you please share your ifolder_web.conf file? If 
> not, just paste line 4 of that file.
>
> As per the documentation (link provided earlier) it is possible to define '/' 
> as your root. For example:
>
>      AddMonoApplications ifolder "/:/path/to/webaccessdir"
>
> HTH,
> Srinidhi.
>
>    
>> On 18/02/2010 15:51, Mahabaleshwar Asundi wrote:
>>      
>>> It looks like, somehow ifolder_web.conf content is incorrect and that
>>> is why apache start is failing.
>>> Rerun only iFolder web access setup(as per install details given by
>>> Ravi) and restart apache.
>>> Above procedure should solve your problem, if not send
>>> us  /etc/apache2/conf.d/ifolder_web.conf file we will further debug this.
>>> Mahabalesh
>>>
>>>        
>>>>>> Lance Haig<[email protected]>  2/18/2010 9:45 AM>>>
>>>>>>              
>>> Hi,
>>>
>>> I am trying to load apache2 after installing iFolder server 3.8 on
>>> opensuse11.2
>>>
>>> I get this error
>>>
>>> ifolder:~ # /etc/init.d/apache2 start
>>> Starting httpd2 (worker) [Thu Feb 18 14:36:39 2010] [warn] module
>>> rewrite_module is already loaded, skipping
>>> Syntax error on line 4 of /etc/apache2/conf.d/ifolder_web.conf:
>>> AddMonoApplications requires at least two arguments, Appends an
>>> application.
>>>
>>> The command line was:
>>> /usr/sbin/httpd2-worker -f /etc/apache2/httpd.conf -DSSL
>>>
>>>
>>> Now I used the install procedure that Ravi sent to the list a short time
>>> ago.
>>>
>>> Can someone help out?
>>>
>>> Thanks
>>>
>>> Lance
>>>
>>> --
>>> This message was scanned by Better Hosted and is believed to be clean.
>>> http://www.betterhosted.com
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Download Intel&reg; Parallel Studio Eval
>>> Try the new software tools for yourself. Speed compiling, find bugs
>>> proactively, and fine-tune applications for parallel performance.
>>> See why Intel Parallel Studio got high marks during beta.
>>> http://p.sf.net/sfu/intel-sw-dev
>>> _______________________________________________
>>> ifolder-devel mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/ifolder-devel
>>>
>>> -- 
>>> This message was scanned by Better Hosted and is believed to be clean.
>>> Click here to report this message as spam
>>> <http://mx1.betterhosted.com/cgi-bin/learn-msg.cgi?id=BF5009F82E.A6DCD>
>>>        
>>
>> --
>> This message was scanned by Better Hosted and is believed to be clean.
>> http://www.betterhosted.com
>>
>>
>>      
>
>
>
> --
> This message was scanned by Better Hosted and is believed to be clean.
> Click here to report this message as spam.
> http://mx1.betterhosted.com/cgi-bin/learn-msg.cgi?id=1FF829F828.A6CCE
>
>
>    


--
This message was scanned by Better Hosted and is believed to be clean.
http://www.betterhosted.com


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
ifolder-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ifolder-devel

Reply via email to