Article
by Nitin Purswani
iFolder is a collaborative application used for sharing your files across the network and across platforms. The iFolder 3.6 is configured behind Apache. If you change the default port for Apache, you must configure iFolder for that port.Currently, iFolder 3.6 is not automatically configured at any port other than port 80.This cool tip gives you the details for changing the default port of Apache on OES 2 and for configuring iFolder for that port.
To change the default port (Default HTTP port is 80) for Apache2 on OES2:
- Open the file /etc/apache2/listen.conf
- Change Listen 80 to Listen 81.
- Run rcapache2 restart to restart Apache.
1.0 iFolder 3.6 Server Configuration
- 1.1 Configuring iFolder Using YaST
- 1.2 Configuring iFolder 3.6 Using Command Line Interface
- 1.3 Reconfiguring iFolder
- 1.4 Reconfiguring Web Admin and Web Access
- 1.5 Client Connection to The Server
1.1 Configuring iFolder Using YaST
Figure 1 iFolder System Configuration Options
When you configure iFolder 3.6, change the iFolder Public URL and Private URL by appending the port number to the IP address. Configure the rest of the options as described in the iFolder 3.6 Administration Guide.
Figure 2 Appending the Port
1.2 Configuring iFolder 3.6 Using Command Line Interface
- To configure iFolder through terminal console, run the script given below:
/opt/novell/ifolder3/bin/simias-server-setup
- Public Url:-http://10.1.1.1:81/
- Private Url:-http://10.1.1.1:81/
Run /opt/novell/ifolder3/bin/ifolder-admin-setup
Run /opt/novell/ifolder3/bin/ifolder-web-setup
1.3 Reconfiguring iFolder
- Open the file /var/simias/data/simias/Simias.config
The file contains the following section:
<section name="Server"> <setting name="Name" value="HOST1"/> <setting name="PublicAddress" value="http://10.1.1.1/simias10"/> <setting name="PrivateAddress" value="http://10.1.1.1/simias10"/> <setting name="RAPath" value="/var/simias/data"/> </section>
- Change the value of PublicAddress and PrivateAddress by appending port to the IP address as shown below.
<setting name="PublicAddress" value="http://10.1.1.1:81/simias10" /> <setting name="PrivateAddress" value="http://10.1.1.1:81/simias10" />
1.4 Reconfiguring Web Admin and Web Access
After you reconfigure iFolder, you must update the web.config files for Web Access and Web Admin based on the new configuration settings.
- Edit the web.config file for Web Access:
- Open the file /opt/novell/ifolder3/lib/simias/webaccess/Web.config
- Change the value of local host in <add key="SimiasUrl" value="http://localhost/" /> to the IP address of the iFolder server and append the port to that address on which iFolder server is configured.
<add key="SimiasUrl" value="http://10.1.1.1:81/" />
- Edit the web.config file for Web Admin:
- Open the file /opt/novell/ifolder3/lib/simias/admin/Web.config
- Change the settings <add key="SimiasUrl" value="http://localhost/" /> to <add key="SimiasUrl" value="http://10.1.1.1:81/" />
- At the terminal console, enter rcapache2 restart to restart the Apache Web server
1.5 Client Connection to The Server
You must access the URL for Linux and Windows client to connect to server http://10.1.1.1:81/
Disclaimer: As with everything else at Cool Solutions, this content is definitely not supported by Novell (so don't even think of calling Support if you try something and it blows up).
It was contributed by a community member and is published "as is." It seems to have worked for at least one person, and might work for you. But please be sure to test, test, test before you do anything drastic with it.
Related Articles
User Comments
- Be the first to comment! To leave a comment you need to Login or Register
- 9436 reads




0