apache2

Zend Studio and localhost - Forbidden error

Okay so basically, I switched my DocumentRoot in Apache2 default to look like this: DocumentRoot /home/scott/MySite/ That works. I have a file called index.php in that root. I created a Zend Studio project, pointing to /home/scott/MySite/, and was able to create my project use this line as it's source, modify the .php file and see th...

Multiple software licenses across a project

How does one go about including multiple licenses in software? For example, I'm working on a project that I would license as GPLv3. I'd like to include some libraries from the Apache Commons (Apache license 2.0). These libraries are distributed with both NOTICE.txt and LICENSE.txt, which to my understanding must be included in my projec...

Trouble in installing the openinviter

How to fix the installation error in openinviter? While installing openinviter i get the following error "Unable to write stats. /var/www/open/openinviter_stats.sqlite is not writable" Screenshots of the error: 1. http://bit.ly/9gK8Nr ...

Strange extra characters in rendered html on IE 8

I have an ASP.Net MVC site that I want to render some custom HTML 5 canvasses in. I am getting a strange issue with the server serving up extra characters that are not in the source code. In order to use an HTML 5 canvas in IE 8 you have to add the following tag in the html head: <!--[if IE]><script src="../../Scripts/excanvas.js"></sc...

Apache error log

What mistake type is this and how to correct? [Sun Oct 31 12:00:07 2010] [error] [client 201.19.xxx.xx] File does not exist: /home/Example/public_html/url(res:, referer: http://www.example.com/mypage.htm The indication of this url (url(res:,) appears a lot of times in the log Apache 2.0.63 PHP 5.2.9 ...