I have installed symfony locally.  I when I go the the localhost:8080,
I am getting the following error:

[Wed Oct 25 03:23:14 2006] [error] [client 127.0.0.1] File does not
exist: /home/me/mybase/web/favicon.ico
[Wed Oct 25 03:23:36 2006] [notice] caught SIGTERM, shutting down
Type  :quit<Enter>  to exit Vim

Here is my httpd.conf file setup:

Listen 8080
<VirtualHost 127.0.0.1:8080>
 ServerName mybase.localhost
 DocumentRoot "/home/me/mybase/web"
 DirectoryIndex index.php
 Alias /sf /usr/local/lib/php/data/symfony/web/sf

 <Directory "/home/me/mybase/web">
 AllowOverride All
 </Directory>
</VirtualHost>

Can someone point me to the right direction?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs
-~----------~----~----~----~------~----~------~--~---

Reply via email to