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

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

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 localho

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

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

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 th

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,

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 co

Re: [symfony-users] Web Server Configuration

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

Re: [symfony-users] Web Server Configuration

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

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