Re: [symfony-users] web server configuration

2011-01-27 Thread Justen Doherty
posting your httpd.conf would be a great help..

On Wed, Jan 26, 2011 at 7:17 AM, Namata Winnie  wrote:

> am new to symfony,  currently i have a problem with apache web
> configuration especially with modifying the httpd.conf file, after modifying
> everything, i try to run http://localhost:8080/index.php/, i get an error
> that indicates that "Unable to connect, Firefox can't establish a connection
> to the server at localhost:8080." or error 404. what can i do 2 rectify
> this?
>
> --
> *Namata Winfred
> IT Assistant
> Natural Chemotherapeutics Research Institute, Ministry Of Health
>
> Mobile: 0774607443
> *
> *Nothing worthwhile comes easily. Work, continuous work and hard work, is
> the only way to accomplish results that last*.
>
> --
> 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
>



-- 
-
http://www.linkedin.com/in/justendoherty - LinkedIn
http://www.twitter.com/phpchap - Twitter
http://www.anotherwebdeveloper.com - Portfolio

-- 
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


Re: [symfony-users] Web Server Configuration

2010-03-10 Thread DEEPAK BHATIA
*** Please check ***

> My hosts file is (/etc/hosts)
>
> # Do not remove the following line, or various programs
> # that require network functionality will fail.
> 127.0.0.1   nechclst.in
> 127.0.0.1   localhost.localdomain   localhost
> 127.0.0.1   deepaknew.nechclst.in   deepaknew
> ::1 localhost6.localdomain6 localhost6
> 127.0.0.1 test # added by Apache Friends XAMPP
> 10.0.1.66 www.jobeet.com.localhost
>
> My Virtual host settings are
>
>
> 
> ServerName www.jobeet.com.localhost
> DocumentRoot "/home/sfprojects/jobeet/web"
> DirectoryIndex index.php
> 
> AllowOverride All
> Allow from All
> 
> Alias /sf /home/sfprojects/jobeet/lib/vendor/symfony/data/web/sf
> 
> AllowOverride All
> Allow from All
> 
> 
> When I ping from other machine - ping www.jobeet.com.localhost , it
> doesn't work.
>
>   On Mon, Mar 8, 2010 at 4:19 PM, Jerzy Biernacki <
> jerzy.bierna...@gmail.com> wrote:
>
>> Hi all,
>>
>> your project's hostname: www.jobeet.com.localhost
>> your project's server IP name: 127.0.0.1 (local interface) AND (example)
>> *192.168.1.1* (external interface)
>>
>> For every machine from your LAN accessing this project add to /etc/hosts
>> (C:\windows\system32\drivers\etc\hosts AFAIR):
>>
>> 192.168.1.1 www.jobeet.com*.localhost*
>>
>> What you described seams to me like wrongly configured IP->HOST mapping.
>> When you are accessing the project from your LAN you are using correct IP,
>> but *WRONG HOST* - apache (or whatever it is) is serving you default page
>> (/var/www/index.html or whatever is set to be default). Just change the HOST
>> and it should work :)
>>
>> Cheers,
>> JMB
>>
>> 2010/3/8 DEEPAK BHATIA 
>>
>> What should be the virtual host?
>>>
>>> On Mon, Mar 8, 2010 at 1:06 PM, Buddhika Perera 
>>> wrote:
>>> > Check with virtual host i used netbeans 6.8 for the coding its
>>> > more easy than ever check out
>>> > from the site ...there was a tutorial on how to use Symfony  with the
>>> Editor
>>> >
>>> >
>>> >
>>> >
>>> > On Mon, Mar 8, 2010 at 12:23 PM, DEEPAK BHATIA <
>>> toreachdee...@gmail.com> wrote:
>>> >> 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
>>> >>
>>> >> 
>>> >> DocumentRoot "/home/sfprojects/jobeet/web"
>>> >> DirectoryIndex index.php
>>> >> 
>>> >> AllowOverride All
>>> >> Allow from All
>>> >> 
>>> >> Alias /sf /home/sfprojects/jobeet/lib/vendor/symfony/data/web/sf
>>> >> 
>>> >> AllowOverride All
>>> >> Allow from All
>>> >> 
>>> >> 
>>> >>
>>> >> Added to the httpd.conf
>>> >>
>>> >> # This is the configuration for your project
>>> >> http://127.0.0.1/>>
>>> >> ServerName www.jobeet.com.localhost
>>> >> 
>>> >> 
>>> >>
>>> >> 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
>>> >> 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
>>> >
>>>
>>> --
>>>  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

Re: [symfony-users] Web Server Configuration

2010-03-10 Thread DEEPAK BHATIA
My hosts file is (/etc/hosts)

# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1   nechclst.in
127.0.0.1   localhost.localdomain   localhost
127.0.0.1   deepaknew.nechclst.in   deepaknew
::1 localhost6.localdomain6 localhost6
127.0.0.1 test # added by Apache Friends XAMPP
10.0.1.66 www.jobeet.com.localhost

My Virtual host settings are



ServerName www.jobeet.com.localhost
DocumentRoot "/home/sfprojects/jobeet/web"
DirectoryIndex index.php

AllowOverride All
Allow from All

Alias /sf /home/sfprojects/jobeet/lib/vendor/symfony/data/web/sf

AllowOverride All
Allow from All


When I ping from other machine - ping www.jobeet.com.localhost , it doesn't
work.

On Mon, Mar 8, 2010 at 4:19 PM, Jerzy Biernacki
wrote:

> Hi all,
>
> your project's hostname: www.jobeet.com.localhost
> your project's server IP name: 127.0.0.1 (local interface) AND (example) *
> 192.168.1.1* (external interface)
>
> For every machine from your LAN accessing this project add to /etc/hosts
> (C:\windows\system32\drivers\etc\hosts AFAIR):
>
> 192.168.1.1 www.jobeet.com*.localhost*
>
> What you described seams to me like wrongly configured IP->HOST mapping.
> When you are accessing the project from your LAN you are using correct IP,
> but *WRONG HOST* - apache (or whatever it is) is serving you default page
> (/var/www/index.html or whatever is set to be default). Just change the HOST
> and it should work :)
>
> Cheers,
> JMB
>
> 2010/3/8 DEEPAK BHATIA 
>
> What should be the virtual host?
>>
>> On Mon, Mar 8, 2010 at 1:06 PM, Buddhika Perera 
>> wrote:
>> > Check with virtual host i used netbeans 6.8 for the coding its
>> > more easy than ever check out
>> > from the site ...there was a tutorial on how to use Symfony  with the
>> Editor
>> >
>> >
>> >
>> >
>> > On Mon, Mar 8, 2010 at 12:23 PM, DEEPAK BHATIA 
>> wrote:
>> >> 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
>> >>
>> >> 
>> >> DocumentRoot "/home/sfprojects/jobeet/web"
>> >> DirectoryIndex index.php
>> >> 
>> >> AllowOverride All
>> >> Allow from All
>> >> 
>> >> Alias /sf /home/sfprojects/jobeet/lib/vendor/symfony/data/web/sf
>> >> 
>> >> AllowOverride All
>> >> Allow from All
>> >> 
>> >> 
>> >>
>> >> Added to the httpd.conf
>> >>
>> >> # This is the configuration for your project
>> >> http://127.0.0.1/>>
>> >> ServerName www.jobeet.com.localhost
>> >> 
>> >> 
>> >>
>> >> 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
>> >> 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
>> >
>>
>> --
>>  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 pos

Re: [symfony-users] Web Server Configuration

2010-03-09 Thread Jerzy Biernacki
Hi all,

your project's hostname: www.jobeet.com.localhost
your project's server IP name: 127.0.0.1 (local interface) AND (example) *
192.168.1.1* (external interface)

For every machine from your LAN accessing this project add to /etc/hosts
(C:\windows\system32\drivers\etc\hosts AFAIR):

192.168.1.1 www.jobeet.com*.localhost*

What you described seams to me like wrongly configured IP->HOST mapping.
When you are accessing the project from your LAN you are using correct IP,
but *WRONG HOST* - apache (or whatever it is) is serving you default page
(/var/www/index.html or whatever is set to be default). Just change the HOST
and it should work :)

Cheers,
JMB

2010/3/8 DEEPAK BHATIA 

> What should be the virtual host?
>
> On Mon, Mar 8, 2010 at 1:06 PM, Buddhika Perera  wrote:
> > Check with virtual host i used netbeans 6.8 for the coding its
> > more easy than ever check out
> > from the site ...there was a tutorial on how to use Symfony  with the
> Editor
> >
> >
> >
> >
> > On Mon, Mar 8, 2010 at 12:23 PM, DEEPAK BHATIA 
> wrote:
> >> 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
> >>
> >> 
> >> DocumentRoot "/home/sfprojects/jobeet/web"
> >> DirectoryIndex index.php
> >> 
> >> AllowOverride All
> >> Allow from All
> >> 
> >> Alias /sf /home/sfprojects/jobeet/lib/vendor/symfony/data/web/sf
> >> 
> >> AllowOverride All
> >> Allow from All
> >> 
> >> 
> >>
> >> Added to the httpd.conf
> >>
> >> # This is the configuration for your project
> >> 
> >> ServerName www.jobeet.com.localhost
> >> 
> >> 
> >>
> >> 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
> >> 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
> >
>
> --
> 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


Re: [symfony-users] Web Server Configuration

2010-03-08 Thread Eno
On Mon, 8 Mar 2010, DEEPAK BHATIA wrote:

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

Not rocket science - the two steps needed are DNS and a virtual host:

Add an entry to your /etc/hosts file so that www.jobeet.com and jobeet.com 
point to the IP of the machine that contains the app. If its the local 
machine, then set the IP to 127.0.0.1 otherwise set it to the LAN IP of 
the machine its on. (You can test by doing "ping jobeet.com" from a 
command-line window to see what IP it resolves to).

Next you need a virtual host entry with "ServerName www.jobeet.com" (and 
maybe also "ServerAlias jobeet.com") as explained in the docs.

Important: you must restart Apache for any chznges to take effect.

Look for any errors if Apache fails to restart - error logs are good 
places to look for errors.



-- 


-- 
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


Re: [symfony-users] Web Server Configuration

2010-03-08 Thread DEEPAK BHATIA
What should be the virtual host?

On Mon, Mar 8, 2010 at 1:06 PM, Buddhika Perera  wrote:
> Check with virtual host i used netbeans 6.8 for the coding its
> more easy than ever check out
> from the site ...there was a tutorial on how to use Symfony  with the Editor
>
>
>
>
> On Mon, Mar 8, 2010 at 12:23 PM, DEEPAK BHATIA  
> wrote:
>> 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
>>
>> 
>> DocumentRoot "/home/sfprojects/jobeet/web"
>> DirectoryIndex index.php
>> 
>> AllowOverride All
>> Allow from All
>> 
>> Alias /sf /home/sfprojects/jobeet/lib/vendor/symfony/data/web/sf
>> 
>> AllowOverride All
>> Allow from All
>> 
>> 
>>
>> Added to the httpd.conf
>>
>> # This is the configuration for your project
>> 
>> ServerName www.jobeet.com.localhost
>> 
>> 
>>
>> 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
>> 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
>

-- 
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


Re: [symfony-users] Web Server Configuration

2010-03-08 Thread Buddhika Perera
Check with virtual host i used netbeans 6.8 for the coding its
more easy than ever check out
from the site ...there was a tutorial on how to use Symfony  with the Editor




On Mon, Mar 8, 2010 at 12:23 PM, DEEPAK BHATIA  wrote:
> 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
>
> 
> DocumentRoot "/home/sfprojects/jobeet/web"
> DirectoryIndex index.php
> 
> AllowOverride All
> Allow from All
> 
> Alias /sf /home/sfprojects/jobeet/lib/vendor/symfony/data/web/sf
> 
> AllowOverride All
> Allow from All
> 
> 
>
> Added to the httpd.conf
>
> # This is the configuration for your project
> 
> ServerName www.jobeet.com.localhost
> 
> 
>
> 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
> 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


Re: [symfony-users] Web Server Configuration

2010-03-08 Thread DEEPAK BHATIA
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  wrote:

>   Hi Deepak,
>
> Because the system on your LAN is accessing the live site
> 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 * wrote:
>
>
> From: DEEPAK BHATIA 
> 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
>
> 
> DocumentRoot "/home/sfprojects/jobeet/web"
> DirectoryIndex index.php
> 
> AllowOverride All
> Allow from All
> 
> Alias /sf /home/sfprojects/jobeet/lib/vendor/symfony/data/web/sf
> 
> AllowOverride All
> Allow from All
> 
> 
>
> Added to the httpd.conf
>
> # This is the configuration for your project
> http://127.0.0.1/>>
> ServerName www.jobeet.com.localhost
> 
> 
>
> 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
> 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
>

-- 
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


Re: [symfony-users] Web Server Configuration

2010-03-07 Thread Asif Ali M
Hi Deepak,
Because the system on your LAN is accessing the live site 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  wrote:

From: DEEPAK BHATIA 
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


DocumentRoot "/home/sfprojects/jobeet/web"
DirectoryIndex index.php

AllowOverride All
Allow from All

Alias /sf /home/sfprojects/jobeet/lib/vendor/symfony/data/web/sf

AllowOverride All
Allow from All



Added to the httpd.conf

# This is the configuration for your project

ServerName www.jobeet.com.localhost



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
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