Computing.Net > Forums > Web Development > Symlinks in apache

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Symlinks in apache

Reply to Message Icon

Name: TouchingVirus
Date: February 10, 2004 at 15:50:37 Pacific
OS: WinXP Home
CPU/Ram: AthlonXP 2000+/ 256mb pc2
Comment:

Displaying a folder in apache where it's contents are not in HTDOC's or the web root..is this possible and how do ya do it :) I think its symlinks or something



Sponsored Link
Ads by Google

Response Number 1
Name: gpp
Date: February 10, 2004 at 17:32:55 Pacific
Reply:

Not 100% sure I understand what you're asking, but I think you just need to give everyone rights to access the directory.



0

Response Number 2
Name: Jake
Date: February 10, 2004 at 19:54:33 Pacific
Reply:

How are you going to make symlinks in Windows XP? Symlinks are a Linux/UNIX feature.

For security reasons, symlinks aren't followed by default. You'd have to enable it in the config file with "Options FollowSymLinks" in the directory (or root) where you want symlinks to work. Don't enable it for directories people can upload to, if you have any.

A better alternative is presented here in the Apache documentation.


0

Response Number 3
Name: TouchingVirus
Date: February 11, 2004 at 11:12:15 Pacific
Reply:

Indeed, thats what i wanted..the outside mapping of directories :)

Thanks


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: Symlinks in apache

How to add extra folders in Apache www.computing.net/answers/webdevel/how-to-add-extra-folders-in-apache/2714.html

.htaccess in Apache www.computing.net/answers/webdevel/htaccess-in-apache/316.html

cgi script in apache (httpd.conf) www.computing.net/answers/webdevel/cgi-script-in-apache-httpdconf/1055.html