You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Horner, Jonathan J. (JH8) " <JH...@y12.doe.gov> on 2002/04/01 15:12:59 UTC

RE: Forbidden

Okay, if the entire D: drive is shared, how is it shared.  You won't be able
to just type in the drive letter and make it work.  When you type in your D:
like that, it thinks it is just a name for a directory.  Notice how it
expects it to be under your document root (look at the error message).  If I
were you, I'd put in an alias for that directory, make sure it is a script
alias and call it like this: http://127.0.0.1/alias/AddVendor.pl.  This may
not be very secure, but that is another issue.

Something like:

ScriptAlias /perl-cgi/ D:<Directory which contains perl scripts>/ (I'm not
sure of the correct syntax on Win32 platform

<Directory D<...>>
	### Configure it here
</Directory>

Again, I have never really adminned an Apache server on Win32.  Along that
path awaits madness and misery.  Wait until Apache 2.0 and try it then.

Thanks,

Jon Horner
WebPool
jh8@y12.doe.gov
Office:  (865) 425-5178
Pager:  (865) 417-5012


-----Original Message-----
From: Bob T [mailto:rjtalbo@attglobal.net]
Sent: Thursday, March 28, 2002 4:57 PM
To: users@httpd.apache.org
Subject: Forbidden


WinXP... Apache 1.3.23 win32.. Perl 5.6 .. MySql 3.23.44 nt

I have read the list seaching for Forbidden..
I have read the FAQ re Forbidden..
I have read Docs per Access..

The entire D: drive is shared which holds the Perl file and Html
However I continue to recieve a Forbidden Access while attempting to launch
my perl script from an html page.
<form method=post action="http://127.0.0.1/D:/AddVendor.pl">

html browser error: Forbidden You don't have permission to access etc:

error log: [Wed Mar 27 23:51:02 2002] [error] [client 127.0.0.1] Filename is
not valid: d:/program files/apache group/apache/htdocs/d:

Any Help???

Bob T


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org