Tagged Questions
1
vote
1answer
373 views
How does apache determine what directory to show from public_html?
I am using Ubuntu 12.04 and have configured apache to serve from ~/public_html. I am trying to serve some directory contents over http on LAN.
When I did the following:
ln -s ...
2
votes
1answer
143 views
Wikilink to a symbolic link in ikiwiki
I am running an ikiwiki for my personal use on my laptop via apache2 (os: ubuntu 10.04).
If I want to make a link to a local pdf-file I put the file into my scrdir and use the usual wikilink syntax. ...
1
vote
1answer
580 views
apache symlinks and dokuwiki
I am running a dokuwiki on an apache webserver. Usually I put media files into the directory /var/lib/dokuwiki/data/media. However, to be more flexible and to save disk space, it would be nice to use ...