[symfony-users] web server configuration

2011-01-27 Thread Namata Winnie
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

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 wiynn...@gmail.com 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

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

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

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

Re: [symfony-users] Web Server Configuration

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

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 toreachdee...@gmail.com wrote: Hi, I am using Symfony 1.4.

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 budd...@gmail.com 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

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

[symfony-users] Web Server Configuration

2010-03-07 Thread DEEPAK BHATIA
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

Re: [symfony-users] Web Server Configuration

2010-03-07 Thread Asif Ali M
, 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