Netware Webserver - PHP

This is Interesting: Free IT Magazines  
Home > Archive > Netware Webserver > January 2007 > PHP





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 PHP
Tom Hafemann

2006-11-07, 1:11 pm

Hey there,

How can we run php on our Netware 6.5 sp 5, Apache2 web server? Do we need
to allow something or install something to run php scripts?

We are running our server in virtual server mode. We have about 5 different
web sites we are running and one of them wants to be able to run php.

Sincerely,

Tom Hafemann
Anders Gustafsson

2006-11-07, 7:12 pm

Tom Hafemann,
> How can we run php on our Netware 6.5 sp 5, Apache2 web server? Do we need
> to allow something or install something to run php scripts?
>

It should be installed by default? Have you checked the docs?

- 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

Tom Hafemann

2006-11-07, 7:12 pm

What doc's do you want me to check?

I have a student who coded a web page in php and it doesn't work. It could be his web coding skills or our setup.

Where might I start?

Tom


Tom Hafemann,[vbcol=seagreen]
> How can we run php on our Netware 6.5 sp 5, Apache2 web server? Do we need
> to allow something or install something to run php scripts?
>

It should be installed by default? Have you checked the docs?

- 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
Andrew C Taubman

2006-11-07, 7:12 pm

http://developer.novell.com/wiki/in...PHP_for_NetWare
--
Andrew C Taubman
Novell Support Forums Volunteer SysOp
http://support.novell.com/forums
(Sorry, support is not provided via e-mail)

Opinions expressed above are not
necessarily those of Novell Inc.
David Harfst

2007-01-10, 7:12 pm

Probably a bit late, but for the benefit of those looking for an answer...

Create a file called "phpinfo.php" in sys:/Apache2/htdocs with the following content:

<?php

phpinfo();

?>


Then open http://server.name/phpinfo.php with a browser. If it wants to download the file, php is not installed correctly, or is not enabled.

It was not enabled by default on my 6.5 SP6 boxes.

Edit SYS:/Apache2/conf/httpd.conf, and add the following line:

include SYS:/Apache2/conf/mod_php.conf

Restart apache.

Go back to http://server.name/phpinfo.php and you should get a web page with the php version, the php logo, and a host of configuration parameters.


David Harfst
Senior Systems Engineer - Information Systems
CMS, Inc. - http://www.cmsrtp.com
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com