You have lost me now as to how what you are currently describing relates to your problem with https.
The impression I got was that after you disabled https virtual host that some page links from http site were failing because they were still referencing the https address. Can you explain again what the current problem is? Graham On 14 August 2011 02:06, nitin chandra <[email protected]> wrote: > http://192.168.1.6/ > > The Link is in the web page "home.py". (I wanted to have Index.py as > the login page, but if links to other pages are not opening, I have to > change each page in WSGI+apache settings to test each page.) > > "home.py" has the html line of this link "New Patient" , on clicking > on this link the URL field shows ... > > http://192.168.1.6/patient.py > > but THAT page does not load. It still shows the same page (home.py) > with "New Patient" link. > > Not the New Patient form page. > > This is from Apache error_log > > [Sat Aug 13 21:05:17 2011] [notice] Apache/2.2.15 (Unix) > mod_ssl/2.2.15 OpenSSL/0.9.8k DAV/2 mod_wsgi/3.2 Python/2.6.5 > configured -- resuming normal operations > > After discussion with a friend, who suggested to test the web > application with normal http and NOT https, this issue cropped up. > This WAS a way to test, IF there is any issue in executing js files. > > Thanks > > Nitin > > On Sat, Aug 13, 2011 at 5:43 PM, Graham Dumpleton > <[email protected]> wrote: >> Are you saying that when you click on that link, the browser then >> requests a https address. >> >> Post the URL in the browser address bar when on this page and then >> what URL is shows after you click on link and you get the error. >> >> I was getting the impression that the ones going to the https address >> were ones for static media, ie., js files etc. >> >> Graham >> >> On 13 August 2011 22:07, nitin chandra <[email protected]> wrote: >>> Hello Graham, >>> >>> Below is the code copy / pasted from the "View Page Source." >>> >>> Here when I click on "New Patient" it should open the page "patient.py" >>> Do I copy / Paste the "html" of patient.py also? >>> >>> <A HREF="patient.py">New Patient</a> >>> > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/modwsgi?hl=en. > > -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
