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
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
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 :)
Summary: How do you add folders not in the HTDocs apache folder? Say I want to add files in my G drive to show up in the file list view in Apache when viewed through a browser. ...
Summary: Hello, I have tried to change AllowOverride None TO AllowOverride All in my Apache 2.0.48 httpd.conf file. Every time I do this and run my web page I get a 500 Internal Server Error. When I change i...
Summary: Hey, whats the command line or where do I write the command/string in the httpd.conf of apache (linux) so that I can run cgi scripts anywhere,(including the same / and the /cgi-bin/. I want to run the...