IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Getting Apache to drop its drawers
I am trying to get Oracle Forms to work from a local (same) machine so that I don't have to rely on the busy DBA to set up test stuff. The problem is that it keeps complaining about a missing "web listener" it wants for DB access. It seems that some use Apache for this. However, I am having trouble getting local appache to "see" stuff in alias directories. I am trying to open up (rid) all access restrictions to achieve this. (I used the "one machine" Apache option, so I don't think I have to worry about outsiders poking around, I hope.)

I tried both these variations without success:


Alias /test/ "c:\\http\\test"
<Directory "c:\\http\\test">
Options All
AllowOverride All
Allow from all
</Directory>

Alias /test/ "c:\\http\\test\\"
<Directory "c:\\http\\test\\">
Options All
AllowOverride All
Allow from all
</Directory>


Is there something like a "let everything in" command?

Or, does anybody know about easy-to-setup web server for local testing purposes? (Like an OSS version of MS Personal Web Server?) Apache is kind of overwhelming for non-admin types like me.

________________
oop.ismad.com
New Web Listener == mod_plsql, probably
Has nothing to do with permissions, and everything to do with a properly set-up Oracle 9iAS install.
Regards,

-scott anderson

"Welcome to Rivendell, Mr. Anderson..."
New IOW, I am hosed
I re-installed the Oracle stuff may ways (different settings) and two different versions.

Regarding apache though, if I give it the following URL:

[link|http://localhost/test/index.html|http://localhost/test/index.html]

I get this error message in the log:

[Thu Jan 24 11:19:26 2002] [error] [client 127.0.0.1] File does not exist: c:/http/testindex.html

IOW, it is tossing the last slash somewhere. (The file is visable from the web "directory" though.) I swear that I did not use the SlashToss command :-)

BTW, thanks.
________________
oop.ismad.com
New Re: IOW, I am hosed
Any chance you need to double up your /'s? I.e. first / is an escape character and second / is preserved.

Note how on output there is now single / after http.
Alex

Men never do evil so completely and cheerfully as when they do it from religious conviction. -- Blaise Pascal (1623-1662)
New Nope.....
It is called Oracle WebDB.

We use it in conjunction with Coldfusion where I work. Works pretty Darn slick.

It comes down to wether or not your DB allows another Listener for the DB. Also depends on how you have it configured. If you configure it to only listen to the local machine... it pretty much ignores anything except localhost (127.0.0.1)

That may be a clue for you. Do you have a "localhost" name in your "hosts" file!!??? If you know where it is that is!!!

greg, curley95@attbi.com -- REMEMBER ED CURRY!!!
In 2002, everyone will discover that everyone else is using linux. ** Linux: Good, fast AND cheap. ** Failure is not an option: It comes bundled with Windows. ** "Two rules to success in life: 1. Don't tell people everything you know." - Sassan Tat
Expand Edited by gfolkertold Jan. 27, 2002, 05:03:26 PM EST
     Getting Apache to drop its drawers - (tablizer) - (4)
         Web Listener == mod_plsql, probably - (admin) - (2)
             IOW, I am hosed - (tablizer) - (1)
                 Re: IOW, I am hosed - (a6l6e6x)
         Nope..... - (folkert)

I'm gonna grab you by your Supercut and shake you like a fresh glowstick!
52 ms