logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Hardware & Networking View previous topic :: View next topic
Reply to topic   Topic: MS Wired BaseStation 100 - howTo Share htdocs Folder?
Author
jsabarese



Joined: 19 May 2006
Posts: 10
Location: USA, State College

PostPosted: Thu 15 Nov '07 14:14    Post subject: MS Wired BaseStation 100 - howTo Share htdocs Folder? Reply with quote

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: 7294
Location: Germany, Next to Hamburg

PostPosted: Thu 15 Nov '07 15:04    Post subject: Reply with quote

Please see
http://www.apachelounge.com/viewtopic.php?p=7422

and

http://www.apachelounge.com/viewtopic.php?t=1976
Back to top


Reply to topic   Topic: MS Wired BaseStation 100 - howTo Share htdocs Folder? View previous topic :: View next topic
Post new topic   Forum Index -> Hardware & Networking