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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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!
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