Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

AHHH! I hate Apache!

Name: Anonymous 2010-06-13 23:04

Ok, So today, I tried to install a brand new installment of PHP 5 on my windows apache 2.2 - Of course, no matter how many times I edited the config files, and php.ini NOTHING CHANGED.

I decided to reset the server, and the server refused to reset until I got rid of all the changes I have made..

I then decided PHP was for losers (I was only going to use it for a few commands), and decided to install mod_python.. The reason I got apache in the first place. Same problem. No matter what I keep doing, it always fucks up!

I add LoadModule python_module modules/mod_python.so, like I'm supposed to.. It doesn't work.

I add this:
   SetHandler mod_python
   PythonHandler mod_python.publisher
   PythonDebug On


And still nothing fucking happens. I have added every single command just to get apache to run a .py file, and nothing works. Please help me /prog/.. Or ridicule me, either one.

Name: OP 2010-06-13 23:38

>>12
I thought I explained it perfectly clear, but if you do not understand it let me explain it again.

I installed apache 2.2 + mod_python and ran it with python 2.4

I followed a lot of websites and documentations that explained how to install mod_python. I have the actual module itself in the modules folder, and I have a command linking the module in httpd.conf. However, my apache installation refuses to check my conf file. After comparing my file with various other files, I have found no mistakes, yet the server still will not execute python files, or even acknowledge them.

If I try and reset my server, it will claim there is an error. After replacing the .conf file with the default one in the backup folder, the problem is fixed.

So basically: I can not run python files with my .conf file, and apache refuses to actually read any changes I have made with .conf (even something harmless - like uncommenting a command)

Also: How is this not related to programming? I am asking for help trying to get python - a programming language, to execute on a web server - using a module designed for web programming mod_python

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List