Results 1 to 3 of 3
Hi guys.
Really need some help
I'm new to Linux using centos 5 Server
Ok so straight onto the point my var/www dir was full and i needed some space ...
- 06-15-2011 #1Just Joined!
- Join Date
- Jun 2011
- Posts
- 2
Urgent help NEEDED
Hi guys.
Really need some help
I'm new to Linux using centos 5 Server
Ok so straight onto the point my var/www dir was full and i needed some space i used mv /var/www /home/ and moved everything from var/www to home/ dir, then i used In -s /home/www /var/www to create a symlink .
but to my luck its not working when i try to access anything via browser it give me a not found on server page please help am really lost in this.
- 06-15-2011 #2
a) In apache (assuming you use it) there is a option to FollowSymLinks.
b) Although I would recommend not to use it, for security, performance and management reasons.
Maybe it makes more sense to archive log files (assuming /var is the mountpoint for both /var/log and /var/www) and/or clean up /var/wwwYou must always face the curtain with a bow.
- 06-15-2011 #3Just Joined!
- Join Date
- Jun 2011
- Posts
- 2


Reply With Quote
