I suggest ...

1> Remove the alias, put a random pdf file in the desired folder, and
make the request below work properly.  That will insure that you get
the folder and server configured properly.
--> http://<<yourserver>>/QNTC/SERVER1/datasheets/PDF/random.PDF

2> Then add the alias, and make the aliased request work
--> http://<<yourserver>>/pdf/random.PDF

3> Then make the CGIDEV2-parsed request work.

Gotchas ...
-- I think that APACHE is case sensitive, at least some of the time. 
If I am wrong, someone will correct me!  Check the PDF vs. pdf and
QNTC vs. qntc

-- security for the proper user - the QTMHHTP1 user needs to have permission.

-- I think that the <directory> section is needed, even if alias is
used.  Alias tells it to change the request; it doesn't tell it that
the request is necessarily allowed.
<Directory /QNTC/SERVER1/datasheets/PDF/>
   Options None
   order allow,deny
   allow from all
</Directory>

Good luck.

On 12/8/05, coryyellow <[EMAIL PROTECTED]> wrote:
> --- In [email protected], Scott Klement <[EMAIL PROTECTED]>
> wrote:
> >
> >
> > Maybe the QTMHHTP1 user doesn't have an account with a matching
> password
> > on SERVER1?
> >
> > ---
> > Scott Klement  http://www.scottklement.com
> >
> > On Thu, 8 Dec 2005, coryyellow wrote:
> >
> > > I hope someone can help me. I am trying to create a URL link (to
> open a
> > > PDF)from my HTML with CGIDEV2.I have my alias set up as such:
> > > Alias /pdf/ /QNTC/SERVER1/datasheets/PDF/
> > > And in the HTML I have:
> > > <td align="left"><a target=dsheet href="/%
> S1URLI%/">Datasheet</a></td>
> > > (with ="/%S1URLI%/" containing the variable PDF file name
> CMPD1001-A-S.PDF >
> > > All I keep getting in the log is:
> > > MSG0018: File /QNTC/SERVER1/datasheets does not exist,
> > > But it does, and in the exact path that my Alias refers to. Any
> and all
> > > help is appreciated .
> > >
> > >We gave QTMHHTP1 & QTMHHTTP the proper read/write access. And i
> still get:
>  MSG0018: File /QNTC/SERVER1/datasheets does not exist
> in the Error Log.
> Underneath it is error:
> URI in request GET /pdf/CMPD1001-A-S.PDF  HTTP/1.1 is not valid
> CMPD1001-A-S.PDF is the document i am trying to link to/open. I did a
> wrklnk and here is the path/document:
>
> Directory  . . . . :   /qntc/SERVER1/datasheets/PDF
>
>  Opt   Object link            Type     Attribute
> Text
>        CMPD1001-A-S.pdf
> DSTMF
>
> I have exhausted trying Alias and Directory entries. Is there
> something else i could be missing? Thank you for your time and input.
> it is greatly apprciated.


--
Tom Jedrzejewicz
[EMAIL PROTECTED]


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/I258zB/QnQLAA/TtwFAA/wbFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Easy400Group/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to