file not found

Problems with the Windows version of XAMPP, questions, comments, and anything related.

file not found

Postby mruczus » 06. June 2007 08:35

When I put in a browser address line http://localhost I can see a welcome xamp page but putting another file html or dll at xamp directory won't open it. Tried http://localhost/myfile.htm. In the browser I get "file not found".
mruczus
 
Posts: 4
Joined: 06. June 2007 08:26

Postby Wiedmann » 06. June 2007 09:32

Tried http://localhost/myfile.htm. In the browser I get "file not found".

The file "myfile.htm" is in the directory "\xampp\htdocs"?
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany

Postby mruczus » 06. June 2007 11:57

Wiedmann wrote:
Tried http://localhost/myfile.htm. In the browser I get "file not found".

The file "myfile.htm" is in the directory "\xampp\htdocs"?


It was in a different directory. It works now. Thanks. I can see the htm files. I also need to test a client server application. I have a dll to be put on the http server and it is supposed to start connection to interbase but it won't start on the server. I can only see the message whether I want to open dll at the client side or download it.
mruczus
 
Posts: 4
Joined: 06. June 2007 08:26

Postby kschroeder » 06. June 2007 12:25

It's not done by simply copying the dll on the server.
Hopefully you have a documentation or tutorial how to install the dll on the server.
kschroeder
 
Posts: 254
Joined: 11. May 2007 13:33

Postby mruczus » 06. June 2007 12:57

kschroeder wrote:It's not done by simply copying the dll on the server.
Hopefully you have a documentation or tutorial how to install the dll on the server.


This is NSAPI/ISAPI technology from a book teaching making Client-Server applications with Dephi 4 and I have found a suggestion that for some http servers ISAPIter.dll, which I have, should be put in http server directory and activated by putting some text in the server config file, so isapiter.dll should start together with xamp, but have not a clue how to do that or if I should do that or something else. For some servers, as the book says, just putting dll at http server directory and putting dll in the browser address line is supposed to start the dll at the server.
mruczus
 
Posts: 4
Joined: 06. June 2007 08:26

Postby Codesmith » 08. June 2007 00:20

server directory! not htdocs which is your web page directory!

look at http.conf, see where the other .dll files are located

If your book doesn't have detailed instructions for apache which is the most popular web server, then you need to read another book.
Codesmith
 
Posts: 101
Joined: 31. March 2007 21:11

Postby mruczus » 08. June 2007 16:16

Codesmith wrote:server directory! not htdocs which is your web page directory!

look at http.conf, see where the other .dll files are located

If your book doesn't have detailed instructions for apache which is the most popular web server, then you need to read another book.


When I put the dll in cgi-bin directory I get a message in the browser:

server error 500
couldn't create child process: 720193: WEBSRV.dll is not a valid win32 application

websrv.dll is the isapi file I am testing
mruczus
 
Posts: 4
Joined: 06. June 2007 08:26

Postby Codesmith » 10. June 2007 07:46

Thats because its not a program, let along a cgi compliant program.

A .dll is library that is used by another program. In this case you tell apache to use the it by altering the .conf file.

I suggest you seek out better installation directions.
Codesmith
 
Posts: 101
Joined: 31. March 2007 21:11


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 107 guests