Re: [symfony-users] Re: web server configuration

2011-01-27 Thread Namata Winnie
Hi Andrew, i modified my file to your changes and i still get the same error msg, "Firefox can't establish a connection to the server at localhost:8080." any more ideas why i still have a problem. On Thu, Jan 27, 2011 at 4:02 PM, andrew cs wrote: > imo your project configuration has to look lik

Re: [symfony-users] Re: web server configuration

2011-01-27 Thread Justen Doherty
Include "c:/wamp/alias/*" # 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 # !! this looks a bit dodgy !! DocumentRoot "/c:\wamp\www\jobeet\web" DocumentRoot "c:\wamp\www\jobeet\web"

Re: [symfony-users] Re: web server configuration

2011-01-27 Thread andrew cs
imo your project configuration has to look like this: # to enter with localhost, 127.0.0.1 or even your network IP NameVirtualHost *:8080 Listen *:8080 DocumentRoot "C:\wamp\www\jobeet\web" DirectoryIndex index.php AllowOverride All Allow from All Alias /sf "C:\wamp\www\jobeet\lib\vendor\sy

Re: [symfony-users] Re: web server configuration

2011-01-27 Thread Namata Winnie
attached is my http.conf file. thanx On Thu, Jan 27, 2011 at 3:08 PM, Gabriel Petchesi wrote: > Make sure you restart the webserver after any configuration change (or > reload with the new configuration). > > gabriel > > -- > If you want to report a vulnerability issue on symfony, please sen

[symfony-users] Re: web server configuration

2011-01-27 Thread Gabriel Petchesi
Make sure you restart the webserver after any configuration change (or reload with the new configuration). gabriel -- 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 Googl

[symfony-users] Re: Web Server Configuration

2010-03-10 Thread deresh
try changing your host file line adressing jobeet from 10.0.1.66 www.jobeet.com.localhost to 127.0.0.1 www.jobeet.com.localhost becouse you have set your virtual host on apache to listen to local ( 127.0.0.1) IP not the external interface one ( 10.0.1.66) when you fix that part you should have

[symfony-users] Re: Web Server Configuration

2010-03-08 Thread manguito
: ( Sorry man, manguito On Mar 8, 4:08 am, DEEPAK BHATIA wrote: > I am sorry to say but that doesn't work. I am very much in India > > > > On Mon, Mar 8, 2010 at 2:27 PM, manguito wrote: > > Hi Deepak, > > try this and let me know if I'm right or wrong > > in the httpd.conf change this: Serv

Re: [symfony-users] Re: Web Server Configuration

2010-03-08 Thread DEEPAK BHATIA
I am sorry to say but that doesn't work. I am very much in India On Mon, Mar 8, 2010 at 2:27 PM, manguito wrote: > Hi Deepak, > try this and let me know if I'm right or wrong > in the httpd.conf change this: ServerName www.jobeet.com.localhost > to :ServerName www.jobeet.com > then in the etc

[symfony-users] Re: Web Server Configuration

2010-03-08 Thread manguito
Hi Deepak, try this and let me know if I'm right or wrong in the httpd.conf change this: ServerName www.jobeet.com.localhost to :ServerName www.jobeet.com then in the etc\host file change: 127.0.0.1 www.jobeet.com.localhost to: 127.0.0.1 www.jobeet.com by the wayare you from Riverside CA? I re