|
Home > Archive > Netware Webserver > December 2005 > Apache2, NW65 and Front Page
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 |
Apache2, NW65 and Front Page
|
|
|
| Hello,
I am running a NW65 SBS and would like to do the following:
1. Keep serving the NW65 (default) administration pages
2. Create a second web site (on another sceondary address) and move over
our current site created with Front PAge 2002 extensions to our NW65
server.
Questions
1. Can I have multiple Apache sites running on one server?
2. If so, how can this be accomplished?
3. Does Apache2 support sites created with Front Page?
Thanks,
Kerry
| |
| Anders Gustafsson 2005-12-15, 5:46 pm |
| Kam,
> 1. Can I have multiple Apache sites running on one server?
Yes.
> 2. If so, how can this be accomplished?
With virtual hosts. This is documented in the apache docs.
> 3. Does Apache2 support sites created with Front Page?
>
Yes. There are no FrontPage extensions for NetWare though. Novell were
going to port them, but MS said no. If you need that, then you are much
better off using php or Java.
- 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,
I am not familiar with PHP. If I already have a site running FP
extensions and want to move it to an Apache server (on Netware), do I just
install PHP/JAVA?
Is there more to it than that?
Where can I find documentation about using php and Java to get a web site
created with FP extensions to run on Apache?
Thanks
On Thu, 15 Dec 2005 19:24:30 +0000, Anders Gustafsson wrote:
> Kam,
>
> Yes.
>
>
> With virtual hosts. This is documented in the apache docs.
>
> Yes. There are no FrontPage extensions for NetWare though. Novell were
> going to port them, but MS said no. If you need that, then you are much
> better off using php or Java.
>
> - 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-12-17, 2:45 am |
| Kam,
> I am not familiar with PHP. If I already have a site running FP
> extensions and want to move it to an Apache server (on Netware), do I just
> install PHP/JAVA?
>
> Is there more to it than that?
Yes. Some coding is required. The bonus is that you will have a more secure
site (The FP extensions, even if they exist for Unix are rarely used there
as they are regarded as a huge security risk). A Java or PHP-based site will
run on almost any platform.
> Where can I find documentation about using php and Java to get a web site
> created with FP extensions to run on Apache?
>
http://developer.novell.com/educati...eb/interac9.htm
There is lots more on that site BTW.
- 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
|
|
|
|
|