[symfony-users] Re: http not working

2009-03-29 Thread Eno
On Thu, 26 Mar 2009, DEEPAK BHATIA wrote: Since we using xampp on linux hence when we start the apache, it automatically starts with SSL on. http://www.apachefriends.org/en/xampp-linux.html Is it possible to start apache without SSL ? Usually that means editing a configuration file and

[symfony-users] Re: http not working

2009-03-26 Thread DEEPAK BHATIA
Hi, Thanks for your response. http://127.0.0.1 is working but http://10.0.1.66/xampp is not working rather https://10.0.1.66/xampp is working. Regards Deepak On Wed, Mar 25, 2009 at 10:33 PM, Eno symb...@gmail.com wrote: On Tue, 24 Mar 2009, DeepakBhatia wrote: But I am not able to

[symfony-users] Re: http not working

2009-03-26 Thread DEEPAK BHATIA
Hi, Since we using xampp on linux hence when we start the apache, it automatically starts with SSL on. http://www.apachefriends.org/en/xampp-linux.html Is it possible to start apache without SSL ? Regards Deepak Bhatia [r...@localhost lampp]# ./lampp startapache XAMPP: Starting Apache with

[symfony-users] Re: http not working

2009-03-25 Thread Lee Bolding
I'd check your webserver configuration. Seems like you've not got it using the same document root for HTTPS and you do HTTP - or that it's not even listening on port 80. Either way, I'm pretty confident this isn't an issue with Symfony On 25 Mar 2009, at 04:56, DeepakBhatia wrote: Hi, I

[symfony-users] Re: http not working

2009-03-25 Thread Tom Castonzo
This can be caused by the server logs being full. For example, on apache, there are logs for http and also logs for https and that would explain your problem. You can also do a port scan to make sure port 80 (http) is open On 3/25/09 12:56 AM, DeepakBhatia toreachdee...@gmail.com wrote: Hi,

[symfony-users] Re: http not working

2009-03-25 Thread Lee Bolding
On 25 Mar 2009, at 11:20, Tom Castonzo wrote: This can be caused by the server logs being full. For example, on apache, there are logs for http and also logs for https and that would explain your problem. How can a server log be full? I can understand you may be out of disk

[symfony-users] Re: http not working

2009-03-25 Thread Eno
On Tue, 24 Mar 2009, DeepakBhatia wrote: But I am not able to access my web pages through http. I have to type https. For example, the below will not work http://10.0.1.66/test/web/tool_dev.php/content/test Do you have Apache running locally? If so, can you connect to http://127.0.0.1