okey, i have ubuntu so i dont know if it is different in fedora. but i
remember also that i had problem with port 8080 or 8000 because for
localhost it was set in /etc/apache2/ports.conf to listen on port 80.
-when you restart apache server it is without errors?
(/etc/init.d/apache2 restart)
-i also used the commands a2dissite default and a2ensite www and left
httpd.conf file blanc (attached file)
-i would try to reinstall apache and try to run symfony in default
configuration and default directory /var/www/web (have to edit default
conf maybe) and if it works try to use diferent settings

peter

On So, 2010-04-17 at 16:11 -0700, angel.marquez wrote:
> Okay, I removed the initial install, logged in as root, svn co,
> modified the httpd.conf file, confirmed the port 8080 is in LISTEN
> column, checked the permissions on the directories, restarted mysql
> server and checked the url(s). I'm going to try on my mac next. Any
> ideas? Appreciate the help.
> 
> 
> /etc/httpd/conf
> # Be sure to only have this line once in your configuration
> NameVirtualHost 127.0.0.1:8080
> 
> 
> # This is the configuration for your project
> Listen 8080
> 
> 
> <VirtualHost 127.0.0.1:8080>
> ServerName www.jobeet.com.localhost
>  DocumentRoot "/home/sfprojects/jobeet/web"
>   DirectoryIndex index.php
>   <Directory "/home/sfprojects/jobeet/web">
>     AllowOverride All
>     Allow from All
>   </Directory>
> 
> 
>   Alias /sf /home/sfprojects/jobeet/lib/vendor/symfony/data/web/sf
>   <Directory "/home/sfprojects/jobeet/lib/vendor/symfony/data/web/sf">
>     AllowOverride All
>     Allow from All
>   </Directory>
> </VirtualHost>
> 
> 
> netstat -tlnp
> Active Internet connections (only servers)
> Proto Recv-Q Send-Q Local Address               Foreign Address
> State       PID/Program name   
> tcp        0      0 0.0.0.0:3306                0.0.0.0:*
> LISTEN      7654/mysqld         
> tcp        0      0 0.0.0.0:111                 0.0.0.0:*
> LISTEN      1003/rpcbind        
> tcp        0      0 127.0.0.1:8080              0.0.0.0:*
> LISTEN      1490/httpd          
> tcp        0      0 0.0.0.0:22                  0.0.0.0:*
> LISTEN      1300/sshd           
> tcp        0      0 0.0.0.0:53110               0.0.0.0:*
> LISTEN      1227/rpc.statd      
> tcp        0      0 127.0.0.1:631               0.0.0.0:*
> LISTEN      1037/cupsd          
> tcp        0      0 127.0.0.1:25                0.0.0.0:*
> LISTEN      7144/sendmail: acce 
> tcp        0      0 :::111                      :::*
>        LISTEN      1003/rpcbind        
> tcp        0      0 :::80                       :::*
>        LISTEN      1490/httpd          
> tcp        0      0 :::22                       :::*
>        LISTEN      1300/sshd           
> tcp        0      0 ::1:631                     :::*
>        LISTEN      1037/cupsd  
> 
> 
> /home/sfproject/jobeet
> dr-xr-xr-x.   2 root root  4096 2010-03-30 03:07 bin
> dr-xr-xr-x.   5 root root  1024 2010-03-19 12:16 boot
> drwxr-xr-x.  20 root root  3880 2010-04-17 00:36 dev
> drwxr-xr-x. 119 root root 12288 2010-04-17 14:20 etc
> drwxrwxrwx.   5 root root  4096 2010-04-17 15:43 home
> dr-xr-xr-x.  18 root root 12288 2010-04-15 22:28 lib
> drwx------.   2 root root 16384 2010-03-19 11:53 lost+found
> drwxr-xr-x.   2 root root  4096 2010-03-22 16:35 media
> drwxr-xr-x.   2 root root  4096 2009-08-25 11:06 mnt
> drwxr-xr-x.   3 root root  4096 2010-03-19 13:17 opt
> dr-xr-xr-x. 254 root root     0 2010-04-17 00:35 proc
> dr-xr-x---.   7 root root  4096 2010-04-17 16:03 root
> dr-xr-xr-x.   2 root root 12288 2010-03-30 03:07 sbin
> drwxr-xr-x.   7 root root     0 2010-04-17 00:35 selinux
> drwxr-xr-x.   2 root root  4096 2009-08-25 11:06 srv
> drwxr-xr-x.  13 root root     0 2010-04-17 00:35 sys
> drwxrwxrwt.  17 root root  4096 2010-04-17 16:02 tmp
> drwxr-xr-x.  13 root root  4096 2010-03-19 12:02 usr
> drwxr-xr-x.  21 root root  4096 2010-03-19 12:22 var
> 
> 
> 
> 
> /etc/init.d/mysqld restart
> 
> 
> http://localhost:8080/index.php/
> Oops! This link appears to be broken.
> 
> 
> http://www.jobeet.com.localhost/index.php/
> Oops! This link appears to be broken.
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> -- 
> If you want to report a vulnerability issue on symfony, please send it
> to security at symfony-project.com
>  
> You received this message because you are subscribed to the Google
> Groups "symfony users" group.
> To post to this group, send email to symfony-users@googlegroups.com
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
NameVirtualHost localhost

ServerName localhost

<VirtualHost localhost> 
        ServerAlias localhost *.localhost
        ServerAdmin webmas...@localhost
        DocumentRoot /var/www/web/
        <Directory />
                Options FollowSymLinks
                AllowOverride All
        </Directory>
        <Directory /var/www/web/>
                Options Indexes FollowSymLinks MultiViews
                AllowOverride All
                Order allow,deny
                allow from all
        </Directory>

        ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
        <Directory "/usr/lib/cgi-bin">
                AllowOverride None
                Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
                Order allow,deny
                Allow from all
        </Directory>

        ErrorLog /var/www/web/error.log

        # Possible values include: debug, info, notice, warn, error, crit,
        # alert, emerg.
        LogLevel debug

        CustomLog /var/www/web/access.log combined
        ServerSignature On

        #debug mod_rewrite
        #RewriteLog /var/www/web/rewrite.log
        #RewriteLogLevel 3

    Alias /doc/ "/usr/share/doc/"
    <Directory "/usr/share/doc/">
        Options Indexes MultiViews FollowSymLinks
        AllowOverride None
        Order deny,allow
        Deny from all
        Allow from 127.0.0.0/255.0.0.0 ::1/128
    </Directory>

        Alias /sf "/var/www/lib/vendor/symfony/data/web/sf"
          <Directory "/var/www/lib/vendor/symfony/data/web/sf">
            Options FollowSymLinks
            AllowOverride All
            Allow from All
          </Directory>

</VirtualHost>

Reply via email to