Announcement

Collapse
No announcement yet.

Eror 404 when entery Web-Interface

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

  • Eror 404 when entery Web-Interface

    Hello,

    I've installed OX 6.8.11-6811 on a Host with OpenSUSE 11.1
    When I try to enter the web-Interface I get a 404-Error.
    Apache log says: File does not exist: /srv/www/htdocs/ajax, referer: http://dh19/ox6/ox.html

    I searched a lot here, but can't find anything about this error.

    Can anybody help me to figure out the cause of this error?

    Regards

    Daniel

  • #2
    Hmmm, seems that proxy_ajp is the problem. But why?
    my /etc/apache2/conf.d/proxy_ajp:
    Code:
    <Proxy *>
    Order deny,allow
    allow from all
    </Proxy>
    
    ProxyPass /axis2 ajp://127.0.0.1:8009/axis2 smax=0 ttl=60 retry=5
    ProxyPass /ajax ajp://127.0.0.1:8009/ajax smax=0 ttl=60 retry=5
    ProxyPass /servlet ajp://127.0.0.1:8009/servlet smax=0 ttl=60 retry=5
    ProxyPass /infostore ajp://127.0.0.1:8009/infostore smax=0 ttl=60 retry=5
    Last edited by Daniel26; 05-05-2009, 03:31 PM.

    Comment


    • #3
      Hmmm,

      seems to be the same problem has here:



      And here:



      But theres no answer in this posts.

      Regards

      Daniel

      Comment


      • #4
        Hi Daniel,

        has the proxy_ajp module been loaded correctly to apache? Are there any entries at the apache logfile besides the 404?

        Greetings

        Comment


        • #5
          has the proxy_ajp module been loaded correctly to apache?
          How can I check this?

          Are there any entries at the apache logfile besides the 404?
          No, after a fresh restart from Apache theres only:

          [Thu May 07 08:15:03 2009] [notice] Apache/2.2.10 (Linux/SUSE) mod_ssl/2.2.10 OpenSSL/0.9.8h configured -- resuming normal operations
          [Thu May 07 08:15:23 2009] [error] [client 10.3.0.4] File does not exist: /srv/www/htdocs/ajax, referer: http://dh19/ox6/ox.html

          Regards

          Daniel

          Comment


          • #6
            Ok, here the loaded Modules:

            apache2ctl -t -D DUMP_MODULES
            Loaded Modules:
            core_module (static)
            mpm_prefork_module (static)
            http_module (static)
            so_module (static)
            actions_module (shared)
            alias_module (shared)
            auth_basic_module (shared)
            authn_file_module (shared)
            authz_host_module (shared)
            authz_groupfile_module (shared)
            authz_default_module (shared)
            authz_user_module (shared)
            authn_dbm_module (shared)
            autoindex_module (shared)
            cgi_module (shared)
            dir_module (shared)
            env_module (shared)
            expires_module (shared)
            include_module (shared)
            log_config_module (shared)
            mime_module (shared)
            negotiation_module (shared)
            setenvif_module (shared)
            ssl_module (shared)
            suexec_module (shared)
            userdir_module (shared)
            proxy_module (shared)
            proxy_ajp_module (shared)
            deflate_module (shared)
            headers_module (shared)
            status_module (shared)
            Syntax OK

            Comment


            • #7
              Ok,

              should there be anny Traffic on Port 8009? I did a TCP-Dump on that port, on Interface lo and eth0, there is no Traffic on that Port.

              Can anybody help me to debug this?

              Regards

              Daniel

              Comment


              • #8
                Hello,

                Same problem, only with Hyperion installer.

                I fix this with rebuilding apache2 config + proxy with the wiki instructions of new Open Xchange Install :



                I have now, a problem with Servlet : Service Unvailaible 503 , i try to fix it

                Thanks

                Comment

                Working...
                X