RE: mod_perl advocacy project resurrection

2000-12-07 Thread Eustace, Glen
This has been a really interesting thread. I would like to contribute my own experiences as I am currently sitting on both sides of the fence. In my spare time, what little there is, I operate a web hosting service for NZ Christian churches, organisations and ministries. This

Followup: mime-type headers

2000-12-04 Thread Eustace, Glen
The foibles of IE and the Win OSes has proven to be beyond me :-( Thanks to those that offered various solutions, each worked but not on all combinations of IE version and Win version. My solution, in the end, has been to generate the PDF to a temporary file, in the document tree and issue a

RE: mime-type headers

2000-11-30 Thread Eustace, Glen
You see, IE is smarter than the web site authors of the world. It insists that the document URL end in an approprate extension to do the right thing. A typical workaround is to just append "/foo.pdf" to your URL and let your Apache::Registry script ignore the PATH_INFO that is the result

RE: mime-type headers

2000-11-30 Thread Eustace, Glen
I've found ?.pdf to work just as well to fool IE and your artificially created PATH_INFO filename will then stick if a user does a save as. This is an absolute crock, but it works a treat. I now have form action="AcctMgmt.epl?.pdf" method=post" Thanks. Glen.

RE: mime-type headers

2000-11-30 Thread Eustace, Glen
Or I think even this may work: Content-Disposition: inline; filename=somefile.pdf This works too. Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Failure to find function in Apache::SSI using DBI

2000-11-16 Thread Eustace, Glen
I installed Apache::SSI last night as I needed a quick way of including some costing info in a page (from my dbase) that already used std SSI. The install worked fine, my extension seems to be fine but when my code runs, I get an unexpected error. [Thu Nov 16 21:45:33 2000] [error] [Thu Nov 16

Failure to find function in Apache::SSI using DBI

2000-11-16 Thread Eustace, Glen
I installed Apache::SSI last night as I needed a quick way of including some costing info in a page (from my dbase) that already used std SSI. The install worked fine, my extension seems to be fine but when my code runs, I get an unexpected error. [Thu Nov 16 21:45:33 2000] [error] [Thu Nov 16

RE: Failure to find function in Apache::SSI using DBI

2000-11-16 Thread Eustace, Glen
Derrr... Dumb error, never trust a cut and paste. I copied in one two many lines from the original program.

Re: Hooking onto the core

1999-12-02 Thread Eustace, Glen
After trying alot of thing, the following is what I ended up with. It allows all of the ENV REDIRECT_* variables to be accessed by the cgi script and all in all did exactly what I wanted. Because I didn't get a lot of help from either of my earlier postings, I assummed that either others had

RE: Hooking into core

1999-11-07 Thread Eustace, Glen
Once again, I don't seem to have been very successful in describing my problem. I'll try again. I am using mod_proxy, as a reverse proxy, i.e. so that I can push inbound requests to a bunch of backend servers. This works great, as most of you probably already know, until one of the back end