Netware Webserver - moving site NSBS5.0-NES to NSBS6.5sp1-Apache2

This is Interesting: Free IT Magazines  
Home > Archive > Netware Webserver > May 2005 > moving site NSBS5.0-NES to NSBS6.5sp1-Apache2





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author moving site NSBS5.0-NES to NSBS6.5sp1-Apache2
nanu

2005-05-11, 7:45 am

Hi!

My intention is to move my actual domain and WEB site to a new tree and
hardware. The old system is NSBS 5.0 with Netware Enterprise WEB Server.
The new one will be NSBS 6.5 with Apache 2.

I already installed 2 server (NSBS 6.5 sp1) on a new tree.
The first server is a BM (Border Manager) and the second is dedicated
for WEB. A third one will be for GW (GroupWise) and other services.

On the second (WEB) server I installed the 'exteNd Application Server',
hopping it will install all AMP components and all other WEB services
too (FTP, Search Server, etc.).

After moving to the new WEB system \ hardware we will develop
interactive eLearning including animation and other media using mysql to
store students \ users progress \ info. (I'm familiar with Macromedia
Dreamweaver).
I'm new to Apache and the other NAMP, exteNd & Search server.

First I need assistance to move my WEB site from the old tree \ hardware
\ system (NSBS5.0 \ Novell enterprise Web server) to the new NSBS6.5sp1
Web server with Apache 2:
1. I understand I need a second instance. How to define \ run it?
2. Can I preserve the original Apache Web root?
3. How to add a new Web root? I wish to put my site in different volume
is it right?
4. I have already a domain on the original site www.kalmanovitz.co.il.
5. I know i will need to define NAT in the BM server.
6. ON the old site are a lot of usual HTML pages (with little \ short
java scripts) not connected to any DBase, part of the pages with Hebrew
"funny" characters written from left to right ;-).
I believe it will run "as is" on any platform \ system, am I wrong?

Any other suggestions are well come.

TIA

Nanu



Anders Gustafsson

2005-05-11, 7:45 am

Nanu,
> First I need assistance to move my WEB site from the old tree \ hardware
> \ system (NSBS5.0 \ Novell enterprise Web server) to the new NSBS6.5sp1
> Web server with Apache 2:
> 1. I understand I need a second instance. How to define \ run it?


On 6.5 yo already have two instances, the administrative one and the
general purpose one. You can easily use he latter. Just comment out the
"welcome" line from httpd.conf and plonk your HTML files in HTDOCS.

> 2. Can I preserve the original Apache Web root?


Yes.

> 3. How to add a new Web root? I wish to put my site in different volume
> is it right?


Yes. Move it off sys. Just change the document root directive in httpd.conf


> 6. ON the old site are a lot of usual HTML pages (with little \ short
> Java scripts) not connected to any DBase, part of the pages with Hebrew
> "funny" characters written from left to right ;-).
> I believe it will run "as is" on any platform \ system, am I wrong?
>

It should, yes.

Search on the Novell site. You wil find lots of examples there. Also have a
look at www.apache.org. The O'Reilly book about Apache is also a good
reference.

The really cool thing about Apache is that it is completely configured
through text files. Print out httpd.conf and read it. It is heavly
documented. Also read up on Tomcat for when you want to do JSP and stuff.

- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)

Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement

Using VA 5.51 build 315 on Windows 2000 build 2195

nanu

2005-05-11, 5:45 pm

Thanks!

> On 6.5 yo already have two instances, the administrative one and the
> general purpose one. You can easily use he latter. Just comment out

the "welcome" line from httpd.conf and plonk your HTML files in HTDOCS.

1. Do you mean to comment out the following "include" line?
# Include the welcome page configuration
Include "SYS:/adminsrv/webapps/welcome/web-inf/welcome-apache.conf"

2. How can I see what this page displayed once before I make the change?
Is it page displayed at the server IP private address
(http://xxx.xxx.xxx.xxx/welcome/index.html)?

3. Is it possible to continue to see the above "welcome" page for users
who want to know more about the system and to have my site at a
different private \ locale address. How?

4. I have the sensation that you and others here are not enthusiastic to
support the Novell Apache Manager tool. Am I right? Why?

TIA

Nanu



Anders Gustafsson wrote:
> Nanu,
>
>
> On 6.5 yo already have two instances, the administrative one and the
> general purpose one. You can easily use he latter. Just comment out the
> "welcome" line from httpd.conf and plonk your HTML files in HTDOCS.
>
>
>
> Yes.
>
>
>
>
> Yes. Move it off sys. Just change the document root directive in httpd.conf
>
>
>
>
> It should, yes.
>
> Search on the Novell site. You wil find lots of examples there. Also have a
> look at www.apache.org. The O'Reilly book about Apache is also a good
> reference.
>
> The really cool thing about Apache is that it is completely configured
> through text files. Print out httpd.conf and read it. It is heavly
> documented. Also read up on Tomcat for when you want to do JSP and stuff.
>
> - Anders Gustafsson, Engineer, CNE6, ASE
> NSC Volunteer Sysop
> Pedago, The Aaland Islands (N60 E20)
>
> Novell does not monitor these forums officially.
> Enhancement requests for all Novell products may be made at
> http://support.novell.com/enhancement
>
> Using VA 5.51 build 315 on Windows 2000 build 2195
>


Anders Gustafsson

2005-05-11, 5:45 pm

Nanu,
> 1. Do you mean to comment out the following "include" line?
> # Include the welcome page configuration
> Include "SYS:/adminsrv/webapps/welcome/web-inf/welcome-apache.conf"


Yes.

> 2. How can I see what this page displayed once before I make the change?
> Is it page displayed at the server IP private address
> (http://xxx.xxx.xxx.xxx/welcome/index.html)?
>
> 3. Is it possible to continue to see the above "welcome" page for users
> who want to know more about the system and to have my site at a
> different private \ locale address. How?


Let me check those at work tomorrow.

> 4. I have the sensation that you and others here are not enthusiastic to
> support the Novell Apache Manager tool. Am I right? Why?


I got used to editing httpd.conf long before that tool existed. The Apache
manager is a great tool, especially for managing many servers, but for what
I need and editor works best.


- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)

Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement

Using VA 5.51 build 315 on Windows 2000 build 2195

Anders Gustafsson

2005-05-12, 2:45 am

Nanu,
> 3. Is it possible to continue to see the above "welcome" page for users
> who want to know more about the system and to have my site at a
> different private \ locale address. How?


You can just copy the folowing:

# NetWare configuration starts
Alias /welcome "SYS:/adminsrv/webapps/welcome"
<Directory "SYS:/adminsrv/webapps/welcome">
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>

Into your httpd.conf. This will let you access the welcome page as
www.yoursite.com/welcome

- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)

Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement

Using VA 5.51 build 315 on Windows 2000 build 2195

nanu

2005-05-12, 7:45 am

Thanks!

Can I copy \ pate that text anywhere in the HTTPD.CONF file?

TIA

Nanu

Anders Gustafsson wrote:
> Nanu,
>
>
>
> You can just copy the folowing:
>
> # NetWare configuration starts
> Alias /welcome "SYS:/adminsrv/webapps/welcome"
> <Directory "SYS:/adminsrv/webapps/welcome">
> Options Indexes FollowSymLinks MultiViews
> AllowOverride None
> Order allow,deny
> Allow from all
> </Directory>
>
> Into your httpd.conf. This will let you access the welcome page as
> www.yoursite.com/welcome
>
> - Anders Gustafsson, Engineer, CNE6, ASE
> NSC Volunteer Sysop
> Pedago, The Aaland Islands (N60 E20)
>
> Novell does not monitor these forums officially.
> Enhancement requests for all Novell products may be made at
> http://support.novell.com/enhancement
>
> Using VA 5.51 build 315 on Windows 2000 build 2195
>


Anders Gustafsson

2005-05-12, 7:45 am

Nanu,
> Can I copy \ pate that text anywhere in the HTTPD.CONF file?
>

Yes. It should work. I have not tested it myself though.

- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)

Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement

Using VA 5.51 build 315 on Windows 2000 build 2195

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com