Link to home
Start Free TrialLog in
Avatar of xstem
xstem

asked on

Setting up Apache Server to run files from my computer....

Hey guys,

   Being that Artician.com is running on an Apache server, there are ways of running files from my computer to the site. I am willing to give up about 25 GB of my HD to support a new part of my site.

So I was wondering if anyone is farmiliar with setting this up, or can lead me through the steps, as I have no idea. I will post around on other forums, but thought maybe someone here would know too.

Thanks alot....
Avatar of jlevie
jlevie

I don't think I quite understand what you are trying to do. Could you elaborate?
Avatar of xstem

ASKER

Sure....Ok I launched a website called Artician.com. I'm releasing a new part of the site that will require much more than our current 2000MB of storage space. So I hear you could setup some sort of application for Apache servers (which I have) that will enable me to run files off my computer as when as the server. Therefore I will have an additional 25 GB to store things for my site.

http://www.linuxgazette.com/issue12/server.html

The link above are pretty good instructions on how to setup, and will give you brief overviews. I just someone to explain in BASIC TERMS what I need, and how it will work, if I want to set it up for my site. ^_^....Hope this cleared things up, thanks =D

-Eric Zhivalyuk - Info@Artician.com - HEAD ADMIN
   Artician World Wide Art & Design Community.
There are two ways to allow an Web server access to more storage than the machine allows. One is to set up another web server elsewhere and use URL's or redirects on the Artician.com site to send requests to the other server. The other method is to use NFS or SMB to make disk storage one one machine appear within the view of the httpd server at the real site.

Using file sharing between a web server and some other system works quite well when both are on the the same local network or otherwise have high bandwidth connections (ethernet speeds). It won't well, if at all, in a case where you have a "residential" Cable/DSL/dialup machine trying to provide the data. The data rates are way too low and the connection between the two probably won't be reliable enough.
Most stable solution would be to copy files to actual server.
Another would be running main server as reverse proxy for weak and slow webserver somewhere else (maybe involving squid instead of apache)
Yet another would be NFS, SMB and other filesharing, this will slow everything down, and disable use of mmap()ed images.
Avatar of xstem

ASKER

Hmm, so basically if I would want to run files from my PC, using a residential Cable modem, it would be super slow and not worth it anyway. I didn't quite catch the rest. I'm not too knowledgable in this field, I'm just a web designer/developer >_<. So if anyone could elaborate a bit, it would be greatly appreciated, ^_^....Thanks Guys...
ASKER CERTIFIED SOLUTION
Avatar of jlevie
jlevie

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of xstem

ASKER

Right. I think I figured out this situation myself....http://www.technolojik.net/unix.htm  - WOOT!

UNILIMITED EVERYTHING I NEED!

Thanks a lot, I'll throw you the points anyway ^_^