Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

how to make a link to another computer

 
   Web Hosting Problem Solving Community! (Home) -> Apache RSS
Next:  Newbie Question concerning Document Root  
Author Message
user2597

External


Since: Dec 12, 2003
Posts: 4



(Msg. 1) Posted: Fri Dec 12, 2003 4:09 pm
Post subject: how to make a link to another computer
Archived from groups: alt>apache>configuration (more info?)

Hello,

I am new to apche and am trying to build a webserver.
So far I managed to get it working including some logins using .htaccess
files. I created a index.html with links to some directories in the
....\apache directory. For this purpose I created some aliases which are
working ok. I can see the contents of those directories. So far so good!

Next step is that I want to jump to another computer in my network, for
example to H:\data\files\ to see which files are in that directory. So I do
not want to connect to another apache computer, just to a network drive.
I keep getting the same error message in the logfile:
File does not exist: n:/datalab/ot/

I think it is very basic stuff but I think I am searching in the wrong
direction.

Can anybody please help me with this one?

 >> Stay informed about: how to make a link to another computer 
Back to top
Login to vote
davideyeahsure

External


Since: Nov 03, 2003
Posts: 2994



(Msg. 2) Posted: Fri Dec 12, 2003 4:09 pm
Post subject: Re: how to make a link to another computer [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Jurgen Oerlemans <jurgen.oerlemans.TakeThisOut@envirolab_nospam.nl> wrote:
 > Next step is that I want to jump to another computer in my network

This is not what's apache for, and he is not going to do it.
Davide<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: how to make a link to another computer 
Back to top
Login to vote
jeffrey

External


Since: Feb 10, 2004
Posts: 6



(Msg. 3) Posted: Fri Dec 12, 2003 4:09 pm
Post subject: Re: how to make a link to another computer [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, 12 Dec 2003 13:09:36 +0100, Jurgen Oerlemans wrote:

 > Next step is that I want to jump to another computer in my network, for
 > example to H:\data\files\ to see which files are in that directory. So I do
 > not want to connect to another apache computer, just to a network drive.
 > I keep getting the same error message in the logfile:
 > File does not exist: n:/datalab/ot/

Please post the snippet of your configuration with the Aliases in
question.

Not quite enough info to go on.

--
Jeffrey D. Silverman | jeffrey AT jhu DOT edu
Website | <a style='text-decoration: underline;' href="http://www.wse.jhu.edu/newtnotes/" target="_blank">http://www.wse.jhu.edu/newtnotes/</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: how to make a link to another computer 
Back to top
Login to vote
jeffrey

External


Since: Feb 10, 2004
Posts: 6



(Msg. 4) Posted: Fri Dec 12, 2003 4:09 pm
Post subject: Re: how to make a link to another computer [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, 12 Dec 2003 12:21:31 +0000, Davide Bianchi wrote:

 > Jurgen Oerlemans <jurgen.oerlemans.DeleteThis@envirolab_nospam.nl> wrote:
  >> Next step is that I want to jump to another computer in my network
 >
 > This is not what's apache for, and he is not going to do it.
 > Davide

Why not? Can't apache on windows see and acces files in networked drives?

--
Jeffrey D. Silverman | jeffrey AT jhu DOT edu
Website | <a style='text-decoration: underline;' href="http://www.wse.jhu.edu/newtnotes/" target="_blank">http://www.wse.jhu.edu/newtnotes/</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: how to make a link to another computer 
Back to top
Login to vote
user2595

External


Since: Dec 10, 2003
Posts: 16



(Msg. 5) Posted: Fri Dec 12, 2003 6:59 pm
Post subject: Re: how to make a link to another computer [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Why not map the so that it appears local???

"Jeffrey Silverman" <jeffrey.RemoveThis@jhu.edu> wrote in message
news:pan.2003.12.12.14.49.53.268002@jhu.edu...
 > On Fri, 12 Dec 2003 12:21:31 +0000, Davide Bianchi wrote:
 >
  > > Jurgen Oerlemans <jurgen.oerlemans.RemoveThis@envirolab_nospam.nl> wrote:
   > >> Next step is that I want to jump to another computer in my network
  > >
  > > This is not what's apache for, and he is not going to do it.
  > > Davide
 >
 > Why not? Can't apache on windows see and acces files in networked drives?
 >
 > --
 > Jeffrey D. Silverman | jeffrey AT jhu DOT edu
<font color=purple> > Website | <a style='text-decoration: underline;' href="http://www.wse.jhu.edu/newtnotes/</font" target="_blank">http://www.wse.jhu.edu/newtnotes/</font</a>>
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: how to make a link to another computer 
Back to top
Login to vote
user2597

External


Since: Dec 12, 2003
Posts: 4



(Msg. 6) Posted: Fri Dec 12, 2003 7:47 pm
Post subject: Re: how to make a link to another computer [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

OK. these are my hyperlinks in my index.html:
<A HREF="http://200.1.1.229/datalab/">
<A HREF="http://200.1.1.229/LOKAAL/">
<A HREF="http://200.1.1.229/OT/">

and these are my corresponding aliases:

Alias /datalab/ "C:/Program Files/Apache Group/Apache2/jurgen/"

<Directory "C:/Program Files/Apache Group/Apache2/jurgen">
Options Indexes MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>

Alias /LOKAAL/ "C:/JURGEN/"

<Directory "C:/JURGEN">
Options Indexes MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>

Alias /OT/ "N:/envisio/"

<Directory "N:/envisio">
Options Indexes MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>

The first and the second are working, but the third one one. Apache is
running on w2k logged into netware 5 as admin

I am pretty sure it is something small, but I can't find it.

Any help would be great. Jurgen.



"Jeffrey Silverman" <jeffrey.DeleteThis@jhu.edu> wrote in message
news:pan.2003.12.12.14.51.12.171928@jhu.edu...
 > On Fri, 12 Dec 2003 13:09:36 +0100, Jurgen Oerlemans wrote:
 >
  > > Next step is that I want to jump to another computer in my network, for
  > > example to H:\data\files\ to see which files are in that directory. So I
do
  > > not want to connect to another apache computer, just to a network drive.
  > > I keep getting the same error message in the logfile:
  > > File does not exist: n:/datalab/ot/
 >
 > Please post the snippet of your configuration with the Aliases in
 > question.
 >
 > Not quite enough info to go on.
 >
 > --
 > Jeffrey D. Silverman | jeffrey AT jhu DOT edu
<font color=purple> > Website | <a style='text-decoration: underline;' href="http://www.wse.jhu.edu/newtnotes/</font" target="_blank">http://www.wse.jhu.edu/newtnotes/</font</a>>
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: how to make a link to another computer 
Back to top
Login to vote
jeffrey

External


Since: Feb 10, 2004
Posts: 6



(Msg. 7) Posted: Fri Dec 12, 2003 7:47 pm
Post subject: Re: how to make a link to another computer [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, 12 Dec 2003 16:47:43 +0100, Jurgen Oerlemans wrote:

 > The first and the second are working, but the third one one. Apache is
 > running on w2k logged into netware 5 as admin
 >
 > I am pretty sure it is something small, but I can't find it.
 >
 > Any help would be great. Jurgen.

Sorry. I should have said, but you will also need to post any relevant
error messages.

Still not enough info for me to go on.

Also, another poster has suggested that using Apache to serve content
from a networked drive is not possible. Have you researched that at all.

Google is your friend.

later...

--
Jeffrey D. Silverman | jeffrey AT jhu DOT edu
Website | <a style='text-decoration: underline;' href="http://www.wse.jhu.edu/newtnotes/" target="_blank">http://www.wse.jhu.edu/newtnotes/</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: how to make a link to another computer 
Back to top
Login to vote
gebauer

External


Since: Oct 29, 2003
Posts: 8



(Msg. 8) Posted: Mon Dec 15, 2003 5:25 pm
Post subject: Re: how to make a link to another computer [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Maybe the share is not visible for the apache-process.

Is the share dedicatet to a logged-in user? If apache is running
as a service, the network-connection may not be established if
nobody is logged in at boot-time / startup-time of the apache...

[Only a suggestion, may be completely wrong...]


Greets, Marc
 >> Stay informed about: how to make a link to another computer 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
just make a link to /etc/apache2/sites-enabled/ - from "/etc/apache2/sites-available/" to "/etc/apache2/sites-enabled/" I don't the command line e

Accessing http from another computer - I have set up a Apache web server running off of Linux 9.0, and it is networked localy, I have edited http.conf and changed the ServerName to the IP address assigned by DHCP. I want to access the web site from another computer on the network but it..

Disable "computer name" lookup on LAN - This seems to be a simple question, but I couldn't find any solution even after googling. How to disable computer name based lookup if all the systems are connected in LAN. For example, http://joe/foo.php . Here one can use the file in system "joe...

Username Apache uses for acces to an other computer - Hello At the moment I use my computer and PHP for updating virusdefintions on our server. It's configured with an Active-Directory. But now our Intranet-Server, configured as a Backup Domain Controller, should do this. It's running on Windows 2000..

Apache works only on local computer - I have apache 2.0.52 windows version. It works on my computer, but other computers cant see it. How i should configure httpd.conf file to make server public.
   Web Hosting Problem Solving Community! (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]