Comment 1 for bug 729335

Revision history for this message
Dave Walker (davewalker) wrote :

Thanks for reporting this bug.

I could not reproduce being unable to start apache2 on linux 2.6.38-5 under natty...

Re-targeting bug against gnome-user-share.

dave@bootie:~$ uname -r
2.6.38-5-virtual
dave@bootie:~$ curl localhost
curl: (7) couldn't connect to host
dave@bootie:~$ sudo /etc/init.d/apache2 start
 * Starting web server apache2
   ...done.
dave@bootie:~$ curl localhost
<html><body><h1>It works!</h1>
<p>This is the default web page for this server.</p>
<p>The web server software is running but no content has been added, yet.</p>
</body></html>