Menu

Installation Problems

Forum
2006-04-28
2013-03-13
  • Nobody/Anonymous

    Hello List,

    after some time I installed all I need. But If I request http://locahost/dbx/ I get 404. Apache try to load the page from filesystem. Oracle db is ok. Connection via sqlplus is ok. Load from mod_dsp is ok.

    Any idea?
    regards Dietmar

     
    • Davor

      Davor - 2006-04-28

      Check the configuration in httpd.cof.
      For DBX, the entry should be something like this:

      ###
      <Location /dbx>
        AuthType DSP
        Require valid-user
        DirectoryIndex main.html
        ErrorDocument 403 /dbx/forbid.html
        DSP:LoginPage login.html
        DSP:LogoutPage logout.html
        DSP:LoginPass log-pass.html
        DSP:LoginFail log-fail.html
        DSP:AssentMatch -|main.html -|default.html
      </Location>
      ###

      The "trailing-slash" request requires the dir_module (mod_dir.so), to be handled properly.
      The "index-file" for DBX is main.html.

      Hope that helped.
      Have a nice and productive day!

       
    • Nobody/Anonymous

      I found it! It was my mistake. I mussunderstand the concept from dps. I thought, the code is in db and not on filesystem. Now it works. It look's good.

      I wan't compile the source before and get some errors with VS6.0 on Win2000 SP4. I'll post it later. Also the installscripts for db could be a little better. In app plus is a js error with Firefox 1.5.0.2. I'll post the error later.

      regards DIetmar

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.