[symfony-users] Re: Xampp related issue

2009-09-02 Thread Sid Bachtiar
How do you know http://localhost stops working? Did you check apache/httpd error log? On Wed, Sep 2, 2009 at 10:54 PM, DEEPAK BHATIAtoreachdee...@gmail.com wrote: Hi, I know that Symfony Group is not a forum to ask this question but I am not getting help on this. I have installed XAMPP on

[symfony-users] Re: Xampp related issue

2009-09-02 Thread DEEPAK BHATIA
Hi, I get the error 425 HTTP Error :Unable to connect with remote host. But error_log in logs directory gives this below [Wed Sep 02 17:13:57 2009] [notice] Apache/2.2.11 (Unix) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i PHP/5.2.8 mod_apreq2-20051231/2.6.0 mod_perl/2.0.4 Perl/v5.10.0 configured --

[symfony-users] Re: Xampp related issue

2009-09-02 Thread Eno
On Wed, 2 Sep 2009, DEEPAK BHATIA wrote: Now I stop ssl by /opt/lampp/lampp stopssl, but http://localhost doesn't work. To run without SSL, you run the 'stopssl' command above but then use just 'start' to start. -- --~--~-~--~~~---~--~~ You received this

[symfony-users] Re: Xampp related issue

2009-09-02 Thread DEEPAK BHATIA
Thanks Actually I am accessing the linux machine through telnet and doing stopssl and then start. Now when I run http://10.0.1.66, I get the error that 425 HTTP Error, Unable to connect with remote host. Thanks On Wed, Sep 2, 2009 at 7:23 PM, Enosymb...@gmail.com wrote: On Wed, 2

[symfony-users] Re: Xampp related issue

2009-09-02 Thread DEEPAK BHATIA
Hi Eno, Please help me in resolve this issue. The symfony web site we have developed in based on Linux hence we are using https to access the same. Why does http://10.0.1.66 doesn't work ? Thanks Deepak On Wed, Sep 2, 2009 at 9:36 PM, DEEPAK BHATIAtoreachdee...@gmail.com wrote:

[symfony-users] Re: Xampp related issue

2009-09-02 Thread Eno
On Wed, 2 Sep 2009, DEEPAK BHATIA wrote: Actually I am accessing the linux machine through telnet and doing stopssl and then start. stopssl switches off SSL in the config permanently, so maybe you have to issue a stop after that then a start to restart without SSL. Now when I run