On 7/22/2022 6:50 PM, Nicolas George wrote:
Edwin Zimmerman (12022-07-22):
You are right. I stopped reading when I saw the tkinter import.
I was considering sending to this list a general advice about answering
the question as it is asked, with three checks. You just made me insert
a fourth o
Edwin Zimmerman (12022-07-22):
> You are right. I stopped reading when I saw the tkinter import.
I was considering sending to this list a general advice about answering
the question as it is asked, with three checks. You just made me insert
a fourth one at the beginning and convinced me to send i
> Look at the original mail: they want tu execute a CGI.
You are right. I stopped reading when I saw the tkinter import.
Edwin Zimmerman (12022-07-22):
> Sorry, but this isn't possible to do. Firefox is treating your .py as
> a download. If you want a browser-based application, you need to look
> into using a web framework like django or flask instead of
> desktop-based frameworks like tkinter.
Please, the questio
On 7/22/22 12:10 PM, ldmko...@yahoo.com wrote:
>
> I cannot get a python file to execute from html in Apache2 running on Debian
> 11. I will attempt to provide enough information:
Sorry, but this isn't possible to do. Firefox is treating your .py as a
download. If you want a browser-based a
t 01, 2006 10:43 AM
To: [EMAIL PROTECTED]
Subject: Re: Apache2 on Debian "ScriptAlias" Directives
Cary Pembleton wrote:
> Thanks Matus,
>I really appreciate the reply to my post and the recommendations you
>have given me. The Manhattan Virtual Classroom configuration appare
Cary Pembleton
IT Consultant
PC Tech Help, LLC
32 Cove Lane
Campbellsville, KY 42718
(270) 789-0187 Office
http://www.pctechhelp.net
-Original Message-
From: Matus UHLAR - fantomas [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 01, 2006 5:01 AM
To: debian-user@lists.debian.org
Sub
On 27.07.06 12:03, Cary Pembleton wrote:
> I need to know where "ScriptAliases" go? They used to go in the httpd.conf
> file, but this appears to no longer be true in Debian 3.1 r2 Apache2.
I don't think ScriptAlias is necessary directive. Only use it if you really
need it. e.g. I use "Options Exe
Cary Pembleton
IT Consultant
PC Tech Help, LLC
32 Cove Lane
Campbellsville, KY 42718
(270) 789-0187 Office
http://www.pctechhelp.net
-Original Message-
From: Cary Pembleton [mailto:[EMAIL PROTECTED]
Sent: Friday, July 28, 2006 2:27 PM
To: 'Guillaume'
Subject: RE: Apache2
Cary Pembleton wrote:
Good day fellow Debian users!
I need to know where "ScriptAliases" go? They used to go in the httpd.conf
file, but this appears to no longer be true in Debian 3.1 r2 Apache2. I also
see in the appache2.conf file the "Group" and "User" have changed from "www"
to "www-data" a
Good day fellow Debian users!
I need to know where "ScriptAliases" go? They used to go in the httpd.conf
file, but this appears to no longer be true in Debian 3.1 r2 Apache2. I also
see in the appache2.conf file the "Group" and "User" have changed from "www"
to "www-data" anyone know what potentia
On Sat, Oct 30, 2004 at 12:53:13PM -0500, Michael Satterwhite wrote:
> I've installed Apache2 on my Debian box. While it works, if I direct my
> browser to
>
> http://myserver
>
> It gets changed to
>
> http://myserver/apache2-default
>
> I can't find the reference to "apache2-default" anywhere i
>
> I think what you are looking for is in
> /etc/apache2/sites-enabled/000-default. It redirects /var/www to
> /var/www/apache2-default.
>
Indeed. In /etc/apache2/sites-enabled/default (on my testing box) it
says
DocumentRoot /var/www/
which means a request http://myserver/
Michael Satterwhite wrote:
I've installed Apache2 on my Debian box. While it works, if I direct my
browser to
http://myserver
It gets changed to
http://myserver/apache2-default
I can't find the reference to "apache2-default" anywhere in the configuration.
Where is this coming from? I've grep'e
I've installed Apache2 on my Debian box. While it works, if I direct my
browser to
http://myserver
It gets changed to
http://myserver/apache2-default
I can't find the reference to "apache2-default" anywhere in the configuration.
Where is this coming from? I've grep'ed everything I can think
On Sat, 2004-01-17 at 20:47, Paul Mackinney wrote:
> Thanks very much, I'll google for the hack. The Debian bug db came up
> empty on this issue, maybe it's an apache bug?
Whoops! I renamed the working apache2-doc file and left it in
/etc/apache2/conf.d/, so it was being used after all. Add this
Gary Sandine declaimed:
> On Sat, 2004-01-17 at 11:33, Paul Mackinney wrote:
> > But the manual
> > foobar should be working by default...
>
> What versions of apache2 packages are you using? I used to have this
> problem, too, and there was a hack for /etc/apache2/conf.d/apache2-doc
> that fixed
On Sat, 2004-01-17 at 11:33, Paul Mackinney wrote:
> But the manual
> foobar should be working by default...
What versions of apache2 packages are you using? I used to have this
problem, too, and there was a hack for /etc/apache2/conf.d/apache2-doc
that fixed this. I removed the hack to the file
Richard Lyons declaimed:
> On Saturday 17 January 2004 09:26, Paul Mackinney wrote:
> > Hi,
> >
> > I'm doing a little webserver testing on a Sarge system, and right
> > away I find the following two problems with apache2:
> >
> > 1. cgi scripts don't run.
> >
> > Specifically, invoking either of t
On Saturday 17 January 2004 09:26, Paul Mackinney wrote:
> Hi,
>
> I'm doing a little webserver testing on a Sarge system, and right
> away I find the following two problems with apache2:
>
> 1. cgi scripts don't run.
>
> Specifically, invoking either of the two test scripts, printenv and
> test-cg
Hi,
I'm doing a little webserver testing on a Sarge system, and right away I
find the following two problems with apache2:
1. cgi scripts don't run.
Specifically, invoking either of the two test scripts, printenv and
test-cgi, results in their source being displayed. One is a perl script
and one
21 matches
Mail list logo