You could try asking Jonathan Riddel at #owncloud on Freenode IRC , If i remember correctly he packages<br>ownCloud for Ubuntu.<br><br><div class="gmail_quote">On Tue, May 10, 2011 at 7:41 AM, Bradley Ford <span dir="ltr"><<a href="mailto:cycologist@yahoo.com">cycologist@yahoo.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div style="color:#000;background-color:#fff;font-family:times new roman, new york, times, serif;font-size:12pt">
<div style="font-family:'times new roman', 'new york', times, serif;font-size:12pt"><span>Thanks again.  The error log is basically empty:</span></div><div><span>[Mon May 09 21:01:34 2011] [notice] Apache/2.2.17 (Ubuntu) DAV/2 configured -- resuming normal operations<br>
</span></div><div><span><br></span></div><div>The access log reports this every time I hit the page:</div><div>127.0.0.1 - - [09/May/2011:21:02:12 -0500] "GET / HTTP/1.1" 200 485 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"<br>
</div><div><br></div><div>It seems to think it's working, but I disagree.</div><div><br></div><div><span><br></span></div><div> <br></div><div style="font-size:12pt;font-family:'times new roman', 'new york', times, serif">
<div style="font-size:12pt;font-family:'times new roman', 'new york', times, serif"><font size="2" face="Arial"><div class="im"><hr size="1"><b><span style="font-weight:bold">From:</span></b> kunal ghosh <<a href="mailto:kunal.t2@gmail.com" target="_blank">kunal.t2@gmail.com</a>><br>
<b><span style="font-weight:bold">To:</span></b> Bradley Ford <<a href="mailto:cycologist@yahoo.com" target="_blank">cycologist@yahoo.com</a>><br></div><b><span style="font-weight:bold">Sent:</span></b> Monday, May 9, 2011 7:45 PM<div>
<div></div><div class="h5"><br><b><span style="font-weight:bold">Subject:</span></b> Re: [Owncloud] configuration problem<br></div></div></font><div><div></div><div class="h5"><br><div>Hi Bradley,<div><br></div><div>The php contents you attached are that of index.php.</div>
<div>Also , can you please</div><div>tail /var/log/apache2/error.log</div><div><br></div><div>This file is the apache error log, you should have a look at this. It might shed some light on the problem.</div>
<div><br><div>On Tue, May 10, 2011 at 5:47 AM, Bradley Ford <span dir="ltr"><<a rel="nofollow" href="mailto:cycologist@yahoo.com" target="_blank">cycologist@yahoo.com</a>></span> wrote:<br><blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div><div style="color:rgb(0, 0, 0);background-color:rgb(255, 255, 255);font-size:12pt;font-family:'times new roman', 'new york', times, serif"><div><span><div>Hi Kunal,</div><div><br></div><div>Thanks for the help.  I tried your suggestion and the same happens.  I have included the entire contents of the file that gets downloaded below if that helps.  I tried restarting Apache and rebooting the machine to no effect.  Riccardo asked if I did not have php installed and configured correctly.  All of the dependencies got installed with owncloud.  Whether php is configured correctly I have no idea.</div>

<div><br></div><div><?php</div><div><br></div><div>/**</div><div>* ownCloud</div><div>*</div><div>* @author Frank Karlitschek </div><div>* @copyright 2010 Frank Karlitschek <a rel="nofollow" href="mailto:karlitschek@kde.org" target="_blank">karlitschek@kde.org</a> </div>

<div>* </div><div>* This library is free software; you can redistribute it and/or</div><div>* modify it under the terms of the GNU
 AFFERO GENERAL PUBLIC LICENSE</div><div>* License as published by the Free Software Foundation; either </div><div>* version 3 of the License, or any later version.</div><div>* </div><div>* This library is distributed in the hope that it will be useful,</div>

<div>* but WITHOUT ANY WARRANTY; without even the implied warranty of</div><div>* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</div><div>* GNU AFFERO GENERAL PUBLIC LICENSE for more details.</div><div>*  </div>

<div>* You should have received a copy of the GNU Affero General Public </div><div>* License along with this library.  If not, see <<a rel="nofollow" href="http://www.gnu.org/licenses/" target="_blank">http://www.gnu.org/licenses/</a>>.</div>

<div>* </div><div>*/</div><div><br></div><div>require_once('inc/lib_base.php');</div><div><br></div><div>if(isset($_GET['dir'])) $dir=$_GET['dir']; else $dir='';</div><div><br></div><div>if(isset($_GET['file'])) {</div>

<div><br></div><div> 
 OC_FILES::get($dir,$_GET['file']);</div><div>}else{</div><div><br></div><div>  OC_UTIL::addscript('js/ajax.js');</div><div>  OC_UTIL::showheader();</div><div><br></div><div>  OC_FILES::showbrowser($CONFIG_DATADIRECTORY,$dir);</div>

<div><br></div><div>  OC_UTIL::showfooter();</div><div><br></div><div>}</div><div><br></div><div>?></div></span></div><div style="font-size:12pt">
<br></div><div style="font-size:12pt"><div style="font-size:12pt"><div>
<font size="2" face="Arial"><hr size="1"><b><span style="font-weight:bold">From:</span></b> kunal ghosh <<a rel="nofollow" href="mailto:kunal.t2@gmail.com" target="_blank">kunal.t2@gmail.com</a>><br><b><span style="font-weight:bold">To:</span></b> Bradley Ford <<a rel="nofollow" href="mailto:cycologist@yahoo.com" target="_blank">cycologist@yahoo.com</a>><br>

<b><span style="font-weight:bold">Sent:</span></b> Sunday, May 8, 2011 10:40
 PM<br><b><span style="font-weight:bold">Subject:</span></b> Re: [Owncloud] configuration problem<br></font></div><div><div><br>
<div>Hi Bradley,<br><br>there are a few things you might have to do.<br><br>first change the ownership of the owncloud directory to www-data<br>sudo chown -R www-data:www-data path/to/ownCloud<br><br>Also make index.php inside ownCloud's directory executable.<br>


sudo chmod +x index.php<br><br>then go to the browser and refresh.<br><br>let me know how it goes.<br><br><div>On Mon, May 9, 2011 at 7:57 AM, Bradley Ford <span dir="ltr"><<a rel="nofollow" href="mailto:cycologist@yahoo.com" target="_blank">cycologist@yahoo.com</a>></span> wrote:<br>


<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi everyone,<br>
<br>
I installed owncloud as the version 1.1 Ubuntu package under Ubuntu 11.04.  When I go to <a rel="nofollow" href="http://localhost/owncloud/" target="_blank">http://localhost/owncloud/</a> Google Chrome downloads a file called "download" and nothing else happens.  The file starts like this:<br>



<br>
<?php<br>
<br>
/**<br>
* ownCloud<br>
*<br>
etc...<br>
<br>
Firefox does the same thing.  I installed version 1.2 and the same thing happens.  The solution is probably simple but I can't figure out what the problem is.  Thanks for the help,<br>
<br>
Alan<br>
_______________________________________________<br>
Owncloud mailing list<br>
<a rel="nofollow" href="mailto:Owncloud@kde.org" target="_blank">Owncloud@kde.org</a><br>
<a rel="nofollow" href="https://mail.kde.org/mailman/listinfo/owncloud" target="_blank">https://mail.kde.org/mailman/listinfo/owncloud</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>regards<br>-------<br>Kunal Ghosh<br>Dept of Computer Sc. & Engineering.<br>Sir MVIT<br>Bangalore,India<br><br>permalink: <a rel="nofollow" href="http://member.acm.org/%7Ekunal.t2" target="_blank">member.acm.org/~kunal.t2</a><br>


<div>Blog:<a rel="nofollow" href="http://kunalghosh.wordpress.com" target="_blank">kunalghosh.wordpress.com</a><br>Website:<a rel="nofollow" href="http://www.kunalghosh.net46.net" target="_blank">www.kunalghosh.net46.net</a><br>

<br></div><br>
</div><br><br></div></div></div></div></div></div></blockquote></div><br><br clear="all"><br>-- <br>regards<br>-------<br>Kunal Ghosh<br>Dept of Computer Sc. & Engineering.<br>Sir MVIT<br>Bangalore,India<br><br>permalink: <a rel="nofollow" href="http://member.acm.org/%7Ekunal.t2" target="_blank">member.acm.org/~kunal.t2</a><br>

<div>Blog:<a rel="nofollow" href="http://kunalghosh.wordpress.com" target="_blank">kunalghosh.wordpress.com</a><br>Website:<a rel="nofollow" href="http://www.kunalghosh.net46.net" target="_blank">www.kunalghosh.net46.net</a><br>
<br></div><br>
</div>
</div><br><br></div></div></div></div></div></div></blockquote></div><br><br clear="all"><br>-- <br>regards<br>-------<br>Kunal Ghosh<br>Dept of Computer Sc. & Engineering.<br>Sir MVIT<br>Bangalore,India<br><br>permalink: <a href="http://member.acm.org/%7Ekunal.t2" target="_blank">member.acm.org/~kunal.t2</a><br>
<div>Blog:<a href="http://kunalghosh.wordpress.com" target="_blank">kunalghosh.wordpress.com</a><br>Website:<a href="http://www.kunalghosh.net46.net" target="_blank">www.kunalghosh.net46.net</a><br><br></div><br>