Ubuntu :: Lucid Apache2 Directory Symlink Error "Symbolic Link Not Allowed Or Link Target Not Accessible"
Jun 2, 2010
There is a symlink from /var/www to a personal directory. FollowSymlink and chmod 755 are all set. It works perfectly until each morning I will get a "Symbolic link not allowed or link target not accessible" error. When I do a "sudo service apache2 restart", the problem will go away.
View 1 Replies
ADVERTISEMENT
Apr 28, 2010
i only need localhost for testing some phpnow i get[Wed Apr 28 18:44:57 2010] [error] [client ::1] Symbolic link not allowed or link target not accessible: /srv/www/htdocs
View 9 Replies
View Related
Apr 26, 2010
I have a problem where I'm using Ubuntu linux to mount a Windows Vista machine's USB drive and access it on the web using Apache. I did have the USB drive plugged into the Linux machine directly and that was working via the web. FollowSymLinks is on in httpd.conf
[Code]....
The mount works and I can see the files (see above) from my regular linux user account. If I make a test file in /mnt and soft link to that, I can see it on the web. So it's just the mount to the vista machine that seems to be a problem. It's supposed to be a simple read-only mount and the apache login should (I think) be able to see the same generic root access permissions.
log from apache: [Mon Apr 26 20:39:42 2010] [error] [client 99.99.99.99] Symbolic link not allowed or link target not accessible: /home/user1/pub_html/Music, referer: https://xx.xx.xx/~user1/music.html
The credentials have a login and password that matches a special read-only account on Vista. I can see the files on the system from Linux, but not via the web. As mentioned above, a different link to the same /mnt area works fine via the web. I've tried several different mount options with no success.
View 3 Replies
View Related
Feb 21, 2010
i contacted my datacenter and they say it is a browser error
but i contact some1 els and he says it isnt a browser error so he asked me to check the log files
this is what i found in my log files
[Sun Feb 21 16:36:01 2010] [error] [client xxx.xxx.xxx.xxx] Symbolic link not allowed: /home/server/public_html/files/8/9x7s9tjosopkzb/rzr-prot - BoosterKing - .iso as you see , it says not allowed
but for files smaller then 4GB is it fine (i tryed it out to 1 GB files and they are fine )
the script i use is a download script and it creates symbolic links to hide the real location of the file and to limit the download to 1 ip only (its a download script :P)
View 11 Replies
View Related
Sep 6, 2010
In the ordering of files I keep I need links to directories. Sometimes I even need to move directories to new locations. I have tried using symlinks, but they become dead when I move the directory they point to. I have tried hard links, but I haven't found any Linux file system that would support hard linked directories. How can I achieve that a complex structure of directories (currently with symlinks for directories and hard links for files) keep symlinks live when directories are moved?
- is there any utility that updates symlinks when a directory is moved?
- is there any Linux filesystem that supports hard linked directories?
- is there any good Linux interface to the new NTFS (the only file system I know to support automatically updating directory links, called directory junctions)?
View 9 Replies
View Related
Jun 20, 2011
I have searched around and am trying to understand the difference between a hard link and symbolic link (soft link). I found this link is quite useful. But I am still not very clear. I understand soft link is not a copy of original file, but is a hard link a copy or not?
View 4 Replies
View Related
Sep 14, 2011
There are two directories A and B and a file F which is located in B. The working directory is B.How can you create a symbolic link in A pointing to F in B without changing the directory?
View 2 Replies
View Related
Jan 27, 2010
There are two directories A and B and a file F which is located in B. The working directory is B.How can you create a symbolic link in A pointing to F in B without changing the directory?
View 8 Replies
View Related
Jun 16, 2011
What I am trying to do is edit the link target to force ip=xxxx.xxx.xxx string at end. I have a software program which access 4 different servers running the software but with different configs. In xp I can copy links and modify as above to correctly force the program to the various servers.
I have read the various how tos on hard vs sym links which I get. Playing around with hardlinks and sysmlinks (the examples I find) does not seem to be what I need. Feel like this is pretty basic stuff but I am a bit stumped.
View 1 Replies
View Related
Aug 9, 2009
I am running both Ubuntu and XP and have a local server for my computer on both systems. Both partitions have a www directory that is accessed when I type localhost into my browser.
I want to be able to work on the project in both systems and have the changes I make show in both. So my questions is how can I make "localhost" point to the windows www instead of the /var/www one when I start up the server?
View 2 Replies
View Related
Oct 8, 2010
in puTTy, what does the @ sign signify when it's right after a directory? ex.
pdf/
public_html/
video@
It is a symbolic link, however on another server, the same symbolic link does not have an @ sign after it.
View 3 Replies
View Related
Oct 20, 2010
I am using Lubuntu 10.10 and have installed my application that I need. What I need is a link to the desktop that will execute the program from the /usr/share/test directory. When I execute the program I need to use "Sudo" in order to run in. So my questions is how would I add a symbolic link the desktop with the approipiate permission to run the executable. Also I need to add a custom icon the desktop.
View 7 Replies
View Related
Sep 24, 2010
Is there a way to cd directly from a symbolic link to the real absolute directory?
View 3 Replies
View Related
Jun 27, 2011
Ok now since f15 does not use inittab file for default runlevel anymore how do you change it.
I have tried ln -s /lib/systemd/system/multi user.target /etc/systemd/system/default.target
And get the following error ln: failed to create symbolic link `/etc/systemd/system/default.target': File exists
I have even tried changing the /etc/systemd/system/default.target to my multi-user.target file to no aval.
View 4 Replies
View Related
May 5, 2011
"/sbin/ldconfig: /usr/lib/ is not a symbolic link"
zypper in <packages>
Retrieving package ..
Retrieving: ..
Installing: ..
Additional rpm output:
/sbin/ldconfig: /usr/lib/ is not a symbolic link
I get this error installing any package
View 4 Replies
View Related
Sep 14, 2010
Assume the directory I locate is /mypath/bin/ , there exists a file named "ccache"
Then I execute ccache code...
View 8 Replies
View Related
Jul 10, 2011
i am root i have an ext4 partition of a usb drive mounted at /mnt/sdc1 i have fat32 partition of the same drive mounted at /mnt/sdc3
i want to copy the folder /mnt/sdc1/mnt/dir to /mnt/sdc3 i navigate to /mnt/sdc3
i type this in terminal cp -r /mnt/sdc1/mnt/dir .
I get a lot of this cp: cannot create symbolic link
How do i copy something from an ext4 partition to a fat32 partition?
View 3 Replies
View Related
Mar 17, 2011
How to use `pwd' to create a symbolic link?$ ln -s `pwd' {link}assuming `pwd' itself will expand to the current path.
View 3 Replies
View Related
Aug 26, 2011
Since my last upgrade I find each time I want to install something at the end:
ldconfig deferred processing now taking place
/sbin/ldconfig.real: /usr/lib/libppsvodres.so.0 is not a symbolic link
/sbin/ldconfig.real: /usr/lib/libppsvodnet.so.0 is not a symbolic link
/sbin/ldconfig.real: /usr/lib/libppssg.so.0 is not a symbolic link
/sbin/ldconfig.real: /usr/lib/libppsfds.so.0 is not a symbolic link
/sbin/ldconfig.real: /usr/lib/libppsapi.so.0 is not a symbolic link
/sbin/ldconfig.real: /usr/lib/libppsbase.so.0 is not a symbolic link
How can I get rid of that?
View 1 Replies
View Related
Mar 22, 2011
I have done something very studpid I think and was wondering if there's any chance to recovery a folder. I, for some stupid reason, merged a symbolic link with the actual folder, Thought I was doing something else.Now the directory does not seem to exist and when I click on it there is an error saying 'The link '/directory/' is broken'
View 9 Replies
View Related
Jul 23, 2011
I created the following symbolic link:
Code:
ln -s /home/vichingo/.gvfs/"media on mybook" /media/mybook
this worked, only now I have a folder media on mybook within the mybook folder.
I wanted to remove this link, but when doing:
Code:
sudo rm /media/mybook/media on mybook
I get:
Code:
rm: cannot remove `/media/mybook/media': No such file or directory
rm: cannot remove `on': No such file or directory
rm: cannot remove `mybook': No such file or directory
for some reason I am either unable to remove the link or change the name of the folder to change the spaces into underscores.
View 4 Replies
View Related
May 29, 2011
i made a symbolic link with this ln -s user so the user can view all the folders from ftp no just the home folder but now i see that all the ftp users can see all the folders so they can view everything not just they home folder If someone knows how to apply that just for one user, or the way to disable the link "ln -s" that ive made. I prefer to no one able to see all the folders but if you know how to ddo it for just one user will be good.
View 3 Replies
View Related
Jun 24, 2010
I have two folders such as
nonserved/
folder1/
folder2/
And a served folder via Apache
media/
js/
css/
img/
In the end, I want to include/append contents of /nonserved to /media so that [URL] will be as such:
/media
/js
/css
/img
/folder1
/folder2
I am running Ubuntu Server, I am up for either apache config or symbolic link based answer :) Plus nonserved folder is rather dynamic thus manual symbolic linking to each folder is impossible.
View 1 Replies
View Related
Feb 2, 2010
While I was trying to compile a C shared object library, I accidentally created two symbolic links which point to each other. Is there a way to get rid of them without nuking the whole directory? I read that the only way to break a symbolic link is to delete the file it points to, but I'm sure there must be another way.
View 3 Replies
View Related
Feb 2, 2010
Can you make a symlink read only? I have about 100 users who all have a .login. They like to modify their .login, which is fine in most cases, but sometimes they do it wrong & it screws up a LOT of the things they are supposed to be doing. Because of this, I'm going to lock down all .logins & I thought, "wouldn't it be nice if we could modify one file & all users would get the modification?" So I'm currently testing having everyone's .login point to a central .login via symlink. It works fine, but it appears that the users can [re]move the link & replace it with a file, thus defeating the purpose. Can I lock down the symlink so the user cannot move or remove the link? FWIW, it must be a symbolic link (as opposed to a hard link) as the file it points to is on an NFS share (not the same file system).
View 3 Replies
View Related
Sep 12, 2010
Consider that symbolic links at times can be broken. The target reference can be lost or misplaced. As such, usage of a symbolic link becomes deterred or broken. I propose the following: Symbolic links from now on carry a checksum relating to the original file they are linked to. The original file will carry a property that checks if it has been changed. This property will figure out the new checksum, reconfigure the symbolic link, and continue the symbolic link. Furthermore, if the system were to change, there would exist the possibility of have a symblink-comparison feature that allows the user to check the entire filesystem for files that meet the checksum criteria so that symbolic links can once more be re-established.
View 2 Replies
View Related
Oct 25, 2010
I installed 10.10 using wubi (Host system is Win XP). I want to create a symbolic link of a file on the host system (Windows c:abc.doc file) in my Ubuntu home ~/ directory.
When I type command ln /host/abc.doc abc.doc It gives me following error ln: creating hard link `abc.doc' => `/host/abc.doc': Invalid cross-device link
View 1 Replies
View Related
Sep 17, 2010
like to create symbolic links on our server which will work from any work station.I guess the problem is that they use absolute paths.Since the absolute path is different from each workstation, they don't work except for the computer on which they were created.Is there a way to make them use relative paths instead?
View 2 Replies
View Related
Jun 29, 2010
I have 2 PC's running FC11. The server is sharing a path /raid/shared.windows and the other is mounting that path.
On the server there is a symbolic link /raid/shared.windows/dir that points to /raid/dir
The problem is that this link is broken when the viewed from the mount point on the other PC.
Is it possible that the link is trying to look at /raid/dir on the other PC, rather then on the server?
If so how do I fix it, such that the symbolic link is linked to the right directory on the server?
View 3 Replies
View Related
Feb 26, 2010
How can I check to which file a given symbolic link points?
View 2 Replies
View Related