Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

can't get symlinks to show up correctly

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  apache with multi-users  
Author Message
dont4

External


Since: Jul 19, 2003
Posts: 1



(Msg. 1) Posted: Sat Jul 19, 2003 4:35 am
Post subject: can't get symlinks to show up correctly
Archived from groups: alt>apache>configuration (more info?)

I'm running a fresh, vanilla install of Apache on Openbsd
OpenBSD foo.mydomain.com 3.3 GENERIC#44 i386
Apache is running and I can see the install welcome page.

From what I've read in the documentation the following (default)
settings in httpd.conf should allow me to create symlinks in my htdocs
directory.

<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>

<Directory "/var/www/htdocs">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>


so I tried
#cd /var/www/htdocs
#ln -s /usr/local/share/doc/mysql mysql

#ls -l mysql
Shows me the files. All of them have a+r and mysql is a+rx

But I get a 404 when I try to access the files in that dir using a browser.

What else should I be doing here?

Best wishes

Sukotto

 >> Stay informed about: can't get symlinks to show up correctly 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (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 ]