Configuring PHP on Tux Web Server
Configuring PHP on Tux Web Server
am 25.11.2007 13:30:46 von vishnumahendra
Hi all,
I am from Madurai,Tamil Nadu, India.
I have started running Tux Web Server .
I have tried few searches, but no answers.
But I do not know how to run PHP on Tux Web Server.
If you could provide me the configuration details , that would me more
helpfull for me.
Thanks to the free ware community, linux groups and Tux webserver.
Thanks to this Google's Groups service.
Thank you in advance,
Vishnu Mahendra
Re: Configuring PHP on Tux Web Server
am 25.11.2007 13:55:17 von Paul Herber
On Sun, 25 Nov 2007 04:30:46 -0800 (PST), vishnumahendra@gmail.com
wrote:
>Hi all,
>
>I am from Madurai,Tamil Nadu, India.
>I have started running Tux Web Server .
>I have tried few searches, but no answers.
>But I do not know how to run PHP on Tux Web Server.
>If you could provide me the configuration details , that would me more
>helpfull for me.
>Thanks to the free ware community, linux groups and Tux webserver.
>Thanks to this Google's Groups service.
TUX web server cannot process PHP pages.
--
Regards, Paul Herber, Sandrila Ltd.
http://www.sandrila.co.uk/ http://www.pherber.com/
Re: Configuring PHP on Tux Web Server
am 25.11.2007 14:04:37 von Jerry Stuckle
vishnumahendra@gmail.com wrote:
> Hi all,
>
> I am from Madurai,Tamil Nadu, India.
> I have started running Tux Web Server .
> I have tried few searches, but no answers.
> But I do not know how to run PHP on Tux Web Server.
> If you could provide me the configuration details , that would me more
> helpfull for me.
> Thanks to the free ware community, linux groups and Tux webserver.
> Thanks to this Google's Groups service.
>
>
> Thank you in advance,
> Vishnu Mahendra
>
http://www.google.com/search?hl=en&rlz=1B3GGGL_en___US244&q= tux+web+server+php&btnG=Search
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Re: Configuring PHP on Tux Web Server
am 25.11.2007 23:16:01 von nc
On Nov 25, 4:30 am, vishnumahen...@gmail.com wrote:
>
> I have started running Tux Web Server .
> I have tried few searches, but no answers.
> But I do not know how to run PHP on Tux Web Server.
There is no way to run PHP with Tux, unless you want to run Apache
along with Tux:
Tux can serve only static HTML pages. It can't be used
with server-side includes, PHP, or other popular methods
of serving web pages whose content is determined when
they're served. When Tux is asked to serve a dynamic page,
it can hand off the request to Apache, so Tux and Apache
can work together to rapidly serve static web pages yet
provide the full power and flexibility of Apache.
Unless you're planning to establish a high-traffic web site,
you won't need to be concerned with Tux, which is somewhat
complicated to configure.
http://safari.oreilly.com/0596000715/redhat2-CHP-12-SECT-2
Cheers,
NC