Create "virtual" files

This is a discussion on Create "virtual" files within the Windows Web Servers forums, part of the Web Server and Related Forums category; Hi everyone, can someone help me with my problem. I'm trying to make apache read files from a database ...


Go Back   Usenet Forums > Web Server and Related Forums > Windows Web Servers

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 07-08-2003
Georgi Yanchev
 
Posts: n/a
Default Create "virtual" files

Hi everyone,

can someone help me with my problem. I'm trying to make apache read files
from a database instead of searching in the file system. The first thing I
tried was to add

Action myaction /cgi-bin/myscript.pl
AddHandler action .my

this work but only if the file requested exists, otherwise returns file not
found.
Then I tried to replace the standart response by

ErrorDocument 404 "/cgi-bin/myscript.pl"

this worked but server returns HTTP/1.1 404 file not found, and the contents
is not displayed in some browsers. Can anybody help me solve my problem.


Thanks in advance: Georgi Yanchev
  #2 (permalink)  
Old 07-08-2003
Joshua Slive
 
Posts: n/a
Default Re: Create "virtual" files

samo_cska@yahoo.com (Georgi Yanchev) wrote in message news:<4183d888.0307080723.1384ee35@posting.google. com>...
> Hi everyone,
>
> can someone help me with my problem. I'm trying to make apache read files
> from a database instead of searching in the file system. The first thing I
> tried was to add
>
> Action myaction /cgi-bin/myscript.pl
> AddHandler action .my


Try:
ScriptAliasMatch ^(.*)\.my$ /full/path/to/cgi-bin/myscript.pl

Joshua.
  #3 (permalink)  
Old 07-09-2003
Georgi Yanchev
 
Posts: n/a
Default Re: Create "virtual" files

> ScriptAliasMatch ^(.*)\.my$ /full/path/to/cgi-bin/myscript.pl
>
> Joshua.


Thanks this works.

Joro
 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 11:05 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0