Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: MS Wired BaseStation 100 - howTo Share htdocs Folder? |
|
Author |
|
jsabarese
Joined: 19 May 2006 Posts: 10 Location: USA, State College
|
Posted: Thu 15 Nov '07 14:14 Post subject: MS Wired BaseStation 100 - howTo Share htdocs Folder? |
|
|
hi. i have successfully setup my LAN so i'm able, while working at WinXP box A, to grab files from WinXP box B. cool. no big deal.
i decided however, that while working on Sys A, it might be efficient for me to browse my 'localhost' directories on Sys B
here's what i've got in the httpd.conf : Sys A:
Code: |
Alias /nickname/ "\\SystemB-Name\htdocs-nickName"
<Directory "\\SystemB-Name\htdocs-nickName">
AllowOverride all
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
<Limit GET POST OPTIONS PROPFIND>
Order allow,deny
Allow from all
</Limit>
<LimitExcept GET POST OPTIONS PROPFIND>
Order deny,allow
Deny from all
</LimitExcept>
</Directory>
|
at first Apache 2.2 wouldn't start, but i realized i needed to switch the slash-type (forward -to -backward, win-style). then she started right up. cool!
however, pointing the browser to the Alias dir gives me an error 403.
My first thought is that it's got something to do w/ my .htaccess directives, or simply the httpd.conf Order allow,deny..., but i say .htaccess 'cause i've got it setup to allow overrides.
my question is this. Obviously (i THINK), System B, where my .htaccess is allowing pehaps only from 127.0.0.1, and it's getting requests to browse (hmmm.. just thought this moment... maybe my Sygate Firewall... but-- then whey the 403, ya know?)...
THE QUESTION:
What should be my "Order deny, allow" section (on System B is my concern, right?... the remote 'Workstation' location, where my desired contents reside, which i seek to browse from Sys A) for telling Apache from which Systems it will allow browsing its contents.
I've experienced success browsing the "htdocs" contents of a "Slave Drive", (eg. 'E:\Apache2\htdocs\" or /mnt/windows/Apache2/htdocs/ on Fedora) but this is apparently a little different, going through the MS Wired Base Station.
thanks! Your help is appreciated. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
|
Back to top |
|
|
|
|
|
|