<div dir="ltr">Hello,<div><br></div><div>Perhaps it is the typo:<br><div><Directory /var/www/<a href="http://pythonsite.com/pubic_py">pythonsite.com/pubic_py</a>></div></div><div>which I guess should read public_py?<br><br>Python sites are rarely written and deployed in this manner however. Normally you would use a web framework such as Django or Flask, you would then either use apache/mod_wsgi or use gunicorn as the backend (app) webserver with nginx sitting in the front. This is however just my take on this, as I haven't professionally done this for a while.<br><br>Django is very well documented, you might want to look into that as a starting point with Python webprogramming.<br><br>Have fun!<br>Kari<br><br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 8, 2016 at 10:05 PM, Stephen M <span dir="ltr"><<a href="mailto:smelheim85@gmail.com" target="_blank">smelheim85@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi to learn LAMP with python to gain another job market skill.  I have<br>
everything setup and it works when I'm just displaying a HTML site.<br>
When I'm trying with python it doesn't work.<br>
<br>
I'm using python3 because that is what most blogs were saying to use.<br>
I have enabled the cgi and mpm_prefork modules.  My script is<br>
executable.  I am getting a 500 error and when I go to my site it just<br>
goes to the parent folder first.  I'm trying to understand this so I<br>
can move on.<br>
<br>
Would some assist me in figuring out what I'm doing incorrectly?<br>
Thank you in advance.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Stephen Melheim<br>
<a href="tel:602-400-7707" value="+16024007707">602-400-7707</a><br>
<a href="mailto:SMelheim85@gmail.com">SMelheim85@gmail.com</a><br>
</font></span><br>---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br></blockquote></div><br></div>