apache2 - introduction, tutorial suggestions
I have a small python program that I would now like to make more
interactive by turning it into a webserver and access it using html
forms as a loopback on
http://localhost. I have installed apache2 on my
laptop (it's running linux mint), and it looks like I need to use wsgi,
but I am unstuck in figuring out how to configure apache - most of the
documentation I have seen seems to assume that you know all about apache
in the first place. Can anyone suggest a gentle introduction?
.
Relevant Pages
- Re: Batch/local PHP
... if your webserver is using apache, you can have it include bits of html into whatever your normal page would produce. ... All I can do is upload files using ... (comp.lang.php) - Re: Batch/local PHP
... Steve wrote: ... if your webserver is using apache, you can have it include bits of html into whatever your normal page would produce. ... (comp.lang.php) - Re: XP pro and Apache 2
... I'm not into Apache, but from what I gather so far, you've got it ... running on your XP box as a 'virtual webserver' and from that box you can ... This indicates that the browser is consulting a DNS server (through your ... webserver is the HOSTS file and in that file I see no reference to ... (microsoft.public.windowsxp.configuration_manage) - Re: What are the dangers of having a Webserver?
... >> I keep reading about various security problems being found with Apache ... >> system through the webserver port, ... there are very occasionally bugs in the servers themselves such ... (comp.os.linux.security) - Re: Windows XP and IIS with .Net
... Yes, you could download Apache, but if you are only writing desktop you ... else that requires a webserver it requires IIS. ... need to move to Windows 2000 or Windows XP ... David Dietz -- IIS Technical Lead ... (microsoft.public.inetserver.iis.security) |
|