Hi,

Yes we use the IP Address to access the symfony application.

But can we access the index.htm  in jobeet directory through
http://www.jobeet.com.

May be I am not able to understand your point. Kindly elaborate the same.

Regards

Deepak Bhatia

On Mon, Mar 8, 2010 at 1:20 PM, Asif Ali M <itsme_...@yahoo.com> wrote:

>   Hi Deepak,
>
> Because the system on your LAN is accessing the live site
> http://www.jobeet.com/
>
>  <http://www.jobeet.com/>Better access your application with its system
> name/ IP ( your private ip like 192.168.0.10) from your LAN and it will
> work,
>
>
>
> --
> Thanks
> Asif Ali M
> http://www.linkedin.com/in/geeni
>
> --- On *Mon, 3/8/10, DEEPAK BHATIA <toreachdee...@gmail.com>* wrote:
>
>
> From: DEEPAK BHATIA <toreachdee...@gmail.com>
> Subject: [symfony-users] Web Server Configuration
> To: symfony-users@googlegroups.com
> Date: Monday, March 8, 2010, 12:23 PM
>
>   Hi,
>
> I am using Symfony 1.4.
>
> In the section of configuration of Web Server in Jobeet Tutorial as given
> below
>
> When I access http://www.jobeet.com/ on some other machine on LAN, I
> get some output like
> Index of cgi-bin
>
> When I access http://www.jobeet.com.locahost/index.php on the local
> machine, I get symfony project successfully installed.
>
> QUESTION: How can I access my project as http://www.jobeet.com ? Which
> index.htm I need to modify/create ?
>
> ===========Web Server Configuration======
>
> # 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 127.0.0.1:8080
>
> <VirtualHost 127.0.0.1:8080>
> 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>
>
> Added to the httpd.conf
>
> # This is the configuration for your project
> <VirtualHost 127.0.0.1:80 <http://127.0.0.1/>>
> ServerName www.jobeet.com.localhost
> <!-- same configuration as before -->
> </VirtualHost>
>
> Added to the hosts file
> 127.0.0.1 www.jobeet.com.localhost
>
> --
> 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<http://mc/compose?to=symfony-us...@googlegroups.com>
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com<http://mc/compose?to=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<symfony-users%2bunsubscr...@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

Reply via email to