[symfony-users] Re: apache problem when installing (for newbie)

2009-12-11 Thread Job
ok,

I made it work, just by putting 192.168.1.36 in the config httpd of
the apache.

strange solution!!

On 9 dic, 16:17, Michał Piotrowski  wrote:
> Hi,
>
> 2009/12/9 Job :
>
>
>
>
>
> > hi all,
>
> > the problem is the following:
>
> > localhost:8080/index.php          works fine. (symfony project)
>
> > 192.168.1.36:80/index.php        works fine (xampp intro page from
> > another computer)
>
> > 192.168.1.36:8080                    does not work!! does not find the
> > page
>
> > i have found a couple of threads with similar problems: but not have
> > any clue how to solve
>
> >http://www.openbluhost.com/windows-server/52606-help-apache-works-loc...
>
> > thanks in advance,
>
> I'm using the following config. It should work fine for you. You just
> need to change 80 port to 8080 and path'es.
>
> NameVirtualHost *:80
>
> 
>     DocumentRoot /var/www/html/
> 
>
> 
>     ServerName project
>     DocumentRoot /home/michal/projekty/project/web
>     DirectoryIndex index.php
>     
>         AllowOverride All
>         Allow from All
>     
>
>     Alias /sf /usr/share/pear/data/symfony/web/sf
>     
>         AllowOverride All
>         Allow from All
>     
> 
>
> Regards,
> M.

--

You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@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.




[symfony-users] Re: apache problem when installing (for newbie)

2009-12-11 Thread Job
thanks Michal,

a

working on the same computer it happens this to me:

/127.0.0.1:8080/frontend_dev.php works fine
192.168.1.36:8080/frontend_dev.php does not work!

can anybody help?

On 9 dic, 16:17, Michał Piotrowski  wrote:
> Hi,
>
> 2009/12/9 Job :
>
>
>
>
>
> > hi all,
>
> > the problem is the following:
>
> > localhost:8080/index.php          works fine. (symfony project)
>
> > 192.168.1.36:80/index.php        works fine (xampp intro page from
> > another computer)
>
> > 192.168.1.36:8080                    does not work!! does not find the
> > page
>
> > i have found a couple of threads with similar problems: but not have
> > any clue how to solve
>
> >http://www.openbluhost.com/windows-server/52606-help-apache-works-loc...
>
> > thanks in advance,
>
> I'm using the following config. It should work fine for you. You just
> need to change 80 port to 8080 and path'es.
>
> NameVirtualHost *:80
>
> 
>     DocumentRoot /var/www/html/
> 
>
> 
>     ServerName project
>     DocumentRoot /home/michal/projekty/project/web
>     DirectoryIndex index.php
>     
>         AllowOverride All
>         Allow from All
>     
>
>     Alias /sf /usr/share/pear/data/symfony/web/sf
>     
>         AllowOverride All
>         Allow from All
>     
> 
>
> Regards,
> M.

--

You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@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.