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
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 SS
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 wrote:
>
> On Tue, 24 Mar 2009, DeepakBhatia wrote:
>
> > But I am not able to access my web pa
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
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
2009/3/25 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
>
Port scanning your own machine? Crazy
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" wrote:
>
> Hi,
>
> I have done st
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,
>
Hi Deepak
I dnt think this shud happen...may be due to some configuration file it
hapned..
what dnt u try to open same thing in diff maching..
is that ip is having ssl ?
On 3/25/09, DeepakBhatia wrote:
>
>
> Hi,
>
> I have done standard installation of Symfony on linux machine.
>
> But I