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>
>
> On Sat, Aug 13, 2011 at 3:34 PM, Graham Dumpleton
> <[email protected]> wrote:
>> Which is most likely because your application code is generating into
>> the HTML complete URLs for the resources to be loaded into the page
>> and in doing that you are generating a https address. Your would
>> almost have to have been doing that because the way your 80 virtual
>> host is setup it cannot handle static file serving. End result is that
>> even though could say how to fix your 80 virtual host to handle static
>> file serving, it probably still not work if you are generating https
>> references.
>>
>
>>
>> BTW, do not create a separate discussion thread for each post. Always
>> do a reply-all as a followup to the existing message so the content of
>> the original discussion is not lost.
>>
>
> Got That.
>
> Thank you
>
> Nitin
>
> --
> 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.

Reply via email to