Jump to content

Web Hosting


hovercrafter
 Share

Recommended Posts

How can I setup apache to access HTML pages stored in users home directory. For example

someuser.mydomain.com would route to /home/someuser/html

 

I can get it working using virtual servers, but I have to keep the directories under my /var/www/html/someuser

 

The reason is I would like to limit them to home access on FTP and thought it would be easier if I could set this up so their www files were just stored in the home directory. I dont know if this is the right approach, perhaps I need to do a link to the /var/www/html/someuser from the /home/someuser. Any help would be greatly appreciated

TIA

Hovercrafter

Link to comment
Share on other sites

I don't normally give answers like this, but I saw nobody else was answering.. RTFM!! NO, seriously, google "apache +HOWTO" or something like that.

 

Aside from that, give a more clear idea of what you are trying to do. You say www files and throw out ftp in the same cluster of words. Are you trying to cache internet pages, or let people develop web material locally and view it from an internal web server?

Link to comment
Share on other sites

Ok i got the problem figured out. It was with my UserDir directive and for some reason apache wasnt allowing it. I did some restructering on the httpd.conf file and it is working find. Basically all i wanted was to user the user home directories public_html on my server but it wasnt working. it is now.

 

Now for another more complicated question. How would I go about redirecting URL's (im not sure if its a redirect or a rewrite I need). What I would like is the following:

requested url: userpage.mysite.com would be the same as mysite.com/~userpage

I have my dns set up properly to direct to my server. I just need to get apache configured to handle it.

Thanks Alot

Hovercrafter

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...