ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Testing PHP problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Testing PHP problem

    We just installed PHP on our I5.
    We used the windows installation from Zendcore.
    All prereq's are present, zend subsystem running, new apache instance running etc.
    However, when trying to test PHP with

    we get:
    Forbidden
    You don't have permission to access / on this server.


    --------------------------------------------------------------------------------

    Apache/2.2.6 (Unix) Zend Core/2.5.2 PHP/5.2.5 Server at 127.0.0.1 Port 8000

    Anyone have any wisdom on this?

    We've done a lot of permissions checking and can't seem to find the problem..

  • #2
    Re: Testing PHP problem

    Hey what ever happened to the guys running this



    the site is GONESVILLE! I heading to a conference Wednesday & Thursday
    there are a couple of classes on PHP on the iseries I can see what I can find out.


    jamie
    All my answers were extracted from the "Big Dummy's Guide to the As400"
    and I take no responsibility for any of them.

    www.code400.com

    Comment


    • #3
      Re: Testing PHP problem

      try looking at the zend forums http://www.zend.com/forums/
      I'm not anti-social, I just don't like people -Tommy Holden

      Comment


      • #4
        Re: Testing PHP problem

        Thanks. That was the first place I went. So far no luck there yet either...

        Comment


        • #5
          Re: Testing PHP problem

          did you try checking out the http admin on the as400?

          try running STRTCPSVR SERVER(*HTTP) HTTPSVR(*ADMIN)
          from command line.

          then you should be able to goto something like http://xxx.xxx.xxx.xxx:2001 (where xxx is the IP address of your as400 and that'll show you a gui of webserver admin pages. assuming you have websphere installed.

          Comment


          • #6
            Re: Testing PHP problem

            Originally posted by drmdub View Post
            did you try checking out the http admin on the as400?

            try running STRTCPSVR SERVER(*HTTP) HTTPSVR(*ADMIN)
            from command line.

            then you should be able to goto something like http://xxx.xxx.xxx.xxx:2001 (where xxx is the IP address of your as400 and that'll show you a gui of webserver admin pages. assuming you have websphere installed.
            the IBM i webserver is not a concern ( or necessity for using the PHP port). the Zend core, etc is all handled by a separate install of the Apache webserver that is installed on the IFS in PASE.

            have you checked the Zend Admin password, etc.? also you should look to see if any other app on your system is listening on port 89. if it is then change the conf files in the /usr/local/zend* directory to point to an unused port then use that port instead of port 89.
            I'm not anti-social, I just don't like people -Tommy Holden

            Comment

            Working...
            X