Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Finally!

Finally!

Scheduled Pinned Locked Moved The Lounge
mysqlhelpphpperlapache
10 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    Brisingr Aerowing
    wrote on last edited by
    #1

    I have been working on setting up a portable Apache web server on my external HDD, and I was having issues with PHP not finding the extensions directory with a relative path (seems to be a bug in the latest versions), and I had to set an absolute path. I then decided to use Perl (which I also had on the HDD) to modify the absolute path on server startup, and after about 45 min of working on it, I was able to get it to work! And the server itself works! YAY! Now to test the Apache Tomcat system I have set up. EDIT: And the Apache Tomcat system WORKS! YAHOO! I did hit a snag, but looking at the log file showed that I had put 'localhose' instead of 'localhost' for the Tomcat Worker host setting. :-O Fixing that made it work. As did actually starting the Tomcat instance. :-O EDIT2: As per my MySQL post above, I had issues with that. Now I have it working, and PHPMyAdmin AND Project|Pier (a project manager) are both running perfectly fine! I also have Jenkins CI set up in the Tomcat Servlet Container. Lets see... what else can I add to this? (I am using a 1TB drive, so space is somewhat of a non-issue)

    R3J5cGhvbnMgYXJlIGF3ZXNvbWUuIEdyeXBob25zIHJ1bGUh

    M S 2 Replies Last reply
    0
    • B Brisingr Aerowing

      I have been working on setting up a portable Apache web server on my external HDD, and I was having issues with PHP not finding the extensions directory with a relative path (seems to be a bug in the latest versions), and I had to set an absolute path. I then decided to use Perl (which I also had on the HDD) to modify the absolute path on server startup, and after about 45 min of working on it, I was able to get it to work! And the server itself works! YAY! Now to test the Apache Tomcat system I have set up. EDIT: And the Apache Tomcat system WORKS! YAHOO! I did hit a snag, but looking at the log file showed that I had put 'localhose' instead of 'localhost' for the Tomcat Worker host setting. :-O Fixing that made it work. As did actually starting the Tomcat instance. :-O EDIT2: As per my MySQL post above, I had issues with that. Now I have it working, and PHPMyAdmin AND Project|Pier (a project manager) are both running perfectly fine! I also have Jenkins CI set up in the Tomcat Servlet Container. Lets see... what else can I add to this? (I am using a 1TB drive, so space is somewhat of a non-issue)

      R3J5cGhvbnMgYXJlIGF3ZXNvbWUuIEdyeXBob25zIHJ1bGUh

      M Offline
      M Offline
      Matthew Faithfull
      wrote on last edited by
      #2

      Out of interest is this a LAMP system or are you performing the alchemy needed to get Apache running on Windows?

      "The secret of happiness is freedom, and the secret of freedom, courage." Thucydides (B.C. 460-400)

      B 1 Reply Last reply
      0
      • B Brisingr Aerowing

        I have been working on setting up a portable Apache web server on my external HDD, and I was having issues with PHP not finding the extensions directory with a relative path (seems to be a bug in the latest versions), and I had to set an absolute path. I then decided to use Perl (which I also had on the HDD) to modify the absolute path on server startup, and after about 45 min of working on it, I was able to get it to work! And the server itself works! YAY! Now to test the Apache Tomcat system I have set up. EDIT: And the Apache Tomcat system WORKS! YAHOO! I did hit a snag, but looking at the log file showed that I had put 'localhose' instead of 'localhost' for the Tomcat Worker host setting. :-O Fixing that made it work. As did actually starting the Tomcat instance. :-O EDIT2: As per my MySQL post above, I had issues with that. Now I have it working, and PHPMyAdmin AND Project|Pier (a project manager) are both running perfectly fine! I also have Jenkins CI set up in the Tomcat Servlet Container. Lets see... what else can I add to this? (I am using a 1TB drive, so space is somewhat of a non-issue)

        R3J5cGhvbnMgYXJlIGF3ZXNvbWUuIEdyeXBob25zIHJ1bGUh

        S Offline
        S Offline
        SoMad
        wrote on last edited by
        #3

        Brisingr Aerowing wrote:

        I had put 'localhose' instead of 'localhost'

        Yeah, that can screw things up. Not as much as localhoes, but still... :-\ Soren Madsen

        "When you don't know what you're doing it's best to do it quickly" - Jase #DuckDynasty

        B A 2 Replies Last reply
        0
        • M Matthew Faithfull

          Out of interest is this a LAMP system or are you performing the alchemy needed to get Apache running on Windows?

          "The secret of happiness is freedom, and the secret of freedom, courage." Thucydides (B.C. 460-400)

          B Offline
          B Offline
          Brisingr Aerowing
          wrote on last edited by
          #4

          Windows. I get the binaries from Apache Lounge[^]. VC9/10/11 binaries of Apache (x86 AND x64), a number of modules, x64 builds of PHP, and so on and so forth. I am using the x64 binaries myself. The binaries from there work perfectly fine, and the PHP devs recommend them for use on Windows.

          R3J5cGhvbnMgYXJlIGF3ZXNvbWUuIEdyeXBob25zIHJ1bGUh

          M V 2 Replies Last reply
          0
          • S SoMad

            Brisingr Aerowing wrote:

            I had put 'localhose' instead of 'localhost'

            Yeah, that can screw things up. Not as much as localhoes, but still... :-\ Soren Madsen

            "When you don't know what you're doing it's best to do it quickly" - Jase #DuckDynasty

            B Offline
            B Offline
            Brisingr Aerowing
            wrote on last edited by
            #5

            Person zac = People.GetPerson("Zachary Greve");
            zac.FailAt<Spelling>(true); // Signature Person.FailAt(bool epic = false)

            :-O

            R3J5cGhvbnMgYXJlIGF3ZXNvbWUuIEdyeXBob25zIHJ1bGUh

            1 Reply Last reply
            0
            • B Brisingr Aerowing

              Windows. I get the binaries from Apache Lounge[^]. VC9/10/11 binaries of Apache (x86 AND x64), a number of modules, x64 builds of PHP, and so on and so forth. I am using the x64 binaries myself. The binaries from there work perfectly fine, and the PHP devs recommend them for use on Windows.

              R3J5cGhvbnMgYXJlIGF3ZXNvbWUuIEdyeXBob25zIHJ1bGUh

              M Offline
              M Offline
              Matthew Faithfull
              wrote on last edited by
              #6

              Very nice, thanks for the link. I'll hold onto that for future reference.

              "The secret of happiness is freedom, and the secret of freedom, courage." Thucydides (B.C. 460-400)

              B 1 Reply Last reply
              0
              • M Matthew Faithfull

                Very nice, thanks for the link. I'll hold onto that for future reference.

                "The secret of happiness is freedom, and the secret of freedom, courage." Thucydides (B.C. 460-400)

                B Offline
                B Offline
                Brisingr Aerowing
                wrote on last edited by
                #7

                No problem.

                R3J5cGhvbnMgYXJlIGF3ZXNvbWUuIEdyeXBob25zIHJ1bGUh

                1 Reply Last reply
                0
                • S SoMad

                  Brisingr Aerowing wrote:

                  I had put 'localhose' instead of 'localhost'

                  Yeah, that can screw things up. Not as much as localhoes, but still... :-\ Soren Madsen

                  "When you don't know what you're doing it's best to do it quickly" - Jase #DuckDynasty

                  A Offline
                  A Offline
                  Albert Holguin
                  wrote on last edited by
                  #8

                  SoMad wrote:

                  Not as much as localhoes, but still

                  Some mistakes are more fun than others.... :-\

                  1 Reply Last reply
                  0
                  • B Brisingr Aerowing

                    Windows. I get the binaries from Apache Lounge[^]. VC9/10/11 binaries of Apache (x86 AND x64), a number of modules, x64 builds of PHP, and so on and so forth. I am using the x64 binaries myself. The binaries from there work perfectly fine, and the PHP devs recommend them for use on Windows.

                    R3J5cGhvbnMgYXJlIGF3ZXNvbWUuIEdyeXBob25zIHJ1bGUh

                    V Offline
                    V Offline
                    Vasudevan Deepak Kumar
                    wrote on last edited by
                    #9

                    Did you try WAMPS? http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&ved=0CDUQFjAA&url=http%3A%2F%2Fwww.wampserver.com%2Fen%2F&ei=2ddAUfSZMoXh2QW_woGIBA&usg=AFQjCNFO33ha831rcBcg26auReVm9E2Dtw&sig2=__oz7caHscfhsz-QXqF2Kw&bvm=bv.43287494,d.b2I[^]

                    Vasudevan Deepak Kumar Personal Homepage
                    Tech Gossips
                    The woods are lovely, dark and deep, But I have promises to keep, And miles to go before I sleep, And miles to go before I sleep!

                    B 1 Reply Last reply
                    0
                    • V Vasudevan Deepak Kumar

                      Did you try WAMPS? http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&ved=0CDUQFjAA&url=http%3A%2F%2Fwww.wampserver.com%2Fen%2F&ei=2ddAUfSZMoXh2QW_woGIBA&usg=AFQjCNFO33ha831rcBcg26auReVm9E2Dtw&sig2=__oz7caHscfhsz-QXqF2Kw&bvm=bv.43287494,d.b2I[^]

                      Vasudevan Deepak Kumar Personal Homepage
                      Tech Gossips
                      The woods are lovely, dark and deep, But I have promises to keep, And miles to go before I sleep, And miles to go before I sleep!

                      B Offline
                      B Offline
                      Brisingr Aerowing
                      wrote on last edited by
                      #10

                      I like to use the latest and greatest. A DIY WAMP setup also can be useful for learning what traps to avoid, and can help in getting an actual Apache web farm set up without too much trouble. And I am a developer. I roll my own. So there. ;P

                      R3J5cGhvbnMgYXJlIGF3ZXNvbWUuIEdyeXBob25zIHJ1bGUh

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups