Welcome, Guest
  • Author Topic: In case you wanted to know -Auto Installation of Apache, PHP, MySQL - software  (Read 5044 times)

    Romwin

    • Server what's that
    • *
    • Posts: 35
    • Flash?... Whats Flash?
      • View Profile
      • Email
    How goes it everyone?  
    Since this topic was blank I thought I'd put something in it.  

    If you are interested on installing Apache, php, MySQL, myphpadmin and perl onto your system then I have a great link for ya.   If you've ever tried to install all of those one by one, then you know how much of a pain it can be.  Firepages have made a great packet that includes an .exe file that all you have to do is extract it and it does all the work for ya.

    If you're completely new to all this then i suggest reading some of their help topics.  

    The current package is phpdev4  and heres the link

    http://www.firepages.com.au/devindex.htm

    Have fun!
    Romwin
    « Last Edit: 03/13/02, 15:52 by Jeff »
    Romwin out...

    LeoKaupe

    • Server what's that
    • *
    • Posts: 6
    • Flash-db Rules
      • View Profile
      • Dream Flash
      • Email
    Re:Just in case you wanted to know
    « Reply #1 on: 01/17/02, 14:17 »
    Thanks. I'll keep this link in the favorites for future reference.  ::)

    flashswami

    • Jr. Programmer
    • **
    • Posts: 55
    • vene vidi vector
      • View Profile
      • Flashswami
    Re:Just in case you wanted to know
    « Reply #2 on: 01/21/02, 01:27 »
    Another similar packge here-

    http://www.phpgeek.com/phptriad.php

    Or, for windows users, I wrote a tutorial for installing PHP, MySQL and Apache. Go to http://www.flashswami.com and follow the link to 'articles'.

    the pale e

    • Server what's that
    • *
    • Posts: 39
    • We are gathered here together....
      • MSN Messenger - paleemediafanatics@hotmail.com
      • View Profile
      • the pale e media fanatics
      • Email
    Well, to start....
    « Reply #3 on: 01/31/02, 12:02 »
    I'd like to say thanks for posting that (those) links!
    Changed my life!

    I am running into problems trying to install a more recent version of PHP though.  The end result I'm after is that delicious looking morsel, Ming!  Any ideas, oh great FlashSwami?

    Have a great day!

    thx,
    the pale e
    Web visionaries UNITE!!!

    flashswami

    • Jr. Programmer
    • **
    • Posts: 55
    • vene vidi vector
      • View Profile
      • Flashswami
    Re:Just in case you wanted to know
    « Reply #4 on: 01/31/02, 17:34 »
    Hmmm, what kind of trouble? Trouble installing PHP at all or trouble getting MING to work? Or some other unspecified trouble?  ;)

    the pale e

    • Server what's that
    • *
    • Posts: 39
    • We are gathered here together....
      • MSN Messenger - paleemediafanatics@hotmail.com
      • View Profile
      • the pale e media fanatics
      • Email
    both!
    « Reply #5 on: 01/31/02, 17:45 »
    I just extracted 4.1.1 to c:\ (as their running win32 gag goes) and when I change the httpd.conf file to reflect the change, it says error loading the specified php4apache.dll modeule.  So I thought I'd be clever, and copy the PHP dir to the phpdev dir and no dice.  Same syntax error loading module (specified whatever not found).

    I haven't even tried getting Ming working.  Would be nice to have a Ming "ready-to-go" version of the above link!  I'd love to get that sexy ass Ming luvin' a happening!

    Thanks for your help!

    thx,
    the pale e
    Web visionaries UNITE!!!

    Flash-db

    • Administrator
    • Systems Administrator
    • *****
    • Posts: 1876
      • View Profile
      • Flash-db.com
    Re:Just in case you wanted to know
    « Reply #6 on: 01/31/02, 18:30 »
    Hey Pale,

    In your httpd.conf file you should find a line like this:

      LoadModule php4_module c:/php/sapi/php4apache.dll
      AddType application/x-httpd-php .php

    That should be the default directory where it is installed.  Then go to your php/sapi directory and verify that the php4apache.dll is their.

    To install ming - Edit your php.ini file - usually in the windows directory and uncomment the line that looks like this:

    ;extension=php_mhash.dll
    extension=php_ming.dll

    Just remove the semi colon from in front of the extension=php_ming.dll line.  

    Flash-DB

    Flash-db

    • Administrator
    • Systems Administrator
    • *****
    • Posts: 1876
      • View Profile
      • Flash-db.com
    Re:Just in case you wanted to know
    « Reply #7 on: 02/13/02, 01:59 »
    Here is another complete package that self installs:


    http://www.abriasoft.com/
    Flash-DB

    Flash-db

    • Administrator
    • Systems Administrator
    • *****
    • Posts: 1876
      • View Profile
      • Flash-db.com
    http://www.analogx.com/contents/download/network/phpconf.htm

    A graphical frontend to PHP's php.ini file with support for all the standard PHP functionality, and a special 'Unknown' tab to handle any 3rd party plugins.
    Flash-DB

    Flash-db

    • Administrator
    • Systems Administrator
    • *****
    • Posts: 1876
      • View Profile
      • Flash-db.com
    http://www.php4win.com/

    The latest PHP packages and useful tools for Windows.
    Flash-DB

    Flash-db

    • Administrator
    • Systems Administrator
    • *****
    • Posts: 1876
      • View Profile
      • Flash-db.com
    PHP .NET
    « Reply #10 on: 03/13/02, 15:56 »
    Link:  http://www.php4win.com/dotnet/dotnet.php?item=MQ==

    PHP .NET

    This stuff is highly experimental material, so don't take anything that you read here granted or even to work .
    If you don't know what .NET is, you should probably start with the Intro (which are just slides from the german PHP Conference), or some of the stuff available at the Microsoft Developer Network.

    What do you need in order to interact with Microsoft's .NET?
    First you'll need the Microsoft .NET Framework (currently Beta2 is required), it's available from MSDN.
    After that you need the .NET enabled PHP, which is available here.
    Read the notes. I mean it! Read 'em!
    Use the huge .NET documentation which is available at the MSDN.

    Please subscribe to our mailinglist and post your opinions and questions.
    To subscribe to the list send a blank email to dotnet-subscribe@php4win.com.
    To send a message to the list email dotnet@php4win.com.

    Flash-DB

    flashswami

    • Jr. Programmer
    • **
    • Posts: 55
    • vene vidi vector
      • View Profile
      • Flashswami
    Re:PHP .NET
    « Reply #11 on: 03/15/02, 06:16 »

    Link:  http://www.php4win.com/dotnet/dotnet.php?item=MQ==

    PHP .NET


    Thanks for that Jeff....very interesting.

    PIXELscheisser

    • Server what's that
    • *
    • Posts: 9
      • View Profile
    i am new to php and all the server stuff. can you install the apache server parallel to the IIS? i haven't done it yet, but are they both using http://localhost address?

    vesa kortelainen

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 3450
      • View Profile
    I didn't have any problems..It was easier  than I thought.. So.. ;)

    sometimes little things really mess up our dayz,
    Vesa

    Garrett Bauer

    • Server what's that
    • *
    • Posts: 34
    • $SUSE=Simply Unix on steroids and Extacey
      • View Profile
      • ag-webhosting
      • Email
    yup know about this one already,   I just wanted to point out that when you install this at least I could not figure out how to do it, but mysql does not allow you to set up a username and password to administrate.  you have to know that the default is set to root  and no password to log on and administrate the backend (mysql) .
    MAKE THE ZipCode  TRANSLATE to the City, AND MAKE City DISPLAY DAMNIT!!!!!!!!!!!!!!!