无限空间的Smugmug相册
注册快速, 强大, 无限流量, 收费的Smugmug相册时别忘记输入优惠码: VczUYd6cAcQnI
能为你优惠5美元, 同时提供14天试用, 信用卡支付 Smugmug的首页地址是http://www.smugmug.com
我已经是第三年续费了 点此查看我和Smugmug的故事This is me
Categories
Recent Comments
Blogroll
Tags
Tag Archives: error
Apache访问home目录错误的解决办法
一些废话。。。 最近把台式机的系统由XP换成了Fedora,想看看它跟Ubuntu有哪里不一样。 大致看下来,就是少数几个配置文件存放的地方不一样,比如Ubuntu/Debian里apache就叫apache,而在Fedora里叫httpd这个更通用的名字。 Ubuntu/Debian配置文件在/etc/apache/而Fedora在/etc/httpd里。 还有就是yum和apt-get的区别了。yum可真够慢的,而且有些依赖还解决不了,需要人肉解决。 安装Apache+PHP+MySQL也不麻烦,一个yum就搞定。 背景描述 因为我会开发一些web程序,这些程序都在/home/roger下,所以我需要将/var/www/html变成符号链接(Symbolic Link),这样切换项目的时候很方便,直接把需要的项目引用改名成html即可。 比如: cgi-bin error html icons proj_a proj_b proj_c proj_d SELinux关闭之前 但是我发现启动Apache的时候会报一个错误:意思是主目录不能是个链接目录。搜索了一下,发现是SELinux的问题,把SELinux关闭即可。可以google一下如何关闭。 SELinux关闭之后 现在Apache服务起来了,但是访问http://localhost会报403错误。Apache的error_log为: [Sun Mar 06 12:50:14 2011] [error] [client 127.0.0.1] Symbolic link not allowed or link target not accessible: /var/www/html … Continue reading
Ubuntu 8.04 无法运行 Eclipse
下载了Eclipse,但是在Ubuntu 8.04上运行提示“Could not initialize the application’s security component. The most likely cause is problems with files in your application’s profile directory. Please check that this directory has no read/write restrictions and your hard disk is not full or close to … Continue reading
