Configuring PHP on Tux Web Server

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • vishnumahendra@gmail.com

    #1

    Configuring PHP on Tux Web Server

    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
  • Paul Herber

    #2
    Re: Configuring PHP on Tux Web Server

    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/

    Comment

    • Jerry Stuckle

      #3
      Re: Configuring PHP on Tux Web Server

      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
      >


      --
      =============== ===
      Remove the "x" from my email address
      Jerry Stuckle
      JDS Computer Training Corp.
      jstucklex@attgl obal.net
      =============== ===

      Comment

      • NC

        #4
        Re: Configuring PHP on Tux Web Server

        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.

        Build the skills your teams need. Give them the O'Reilly learning platform and equip them with the resources that drive business outcomes.


        Cheers,
        NC

        Comment

        Working...