logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache setup?
Author
nuketighten



Joined: 13 Nov 2005
Posts: 13

PostPosted: Mon 28 Nov '05 4:42    Post subject: Apache setup? Reply with quote

I just did what you guys have been saying to do. switch from easy php to getting a clean version of everything ( aka start from scratch ) but like i said i am a newbie. here is my question.

in this install guide it says to add this to my httpd.config file but where?

LoadModule php5_module "c:/php/php5apache2.dll"

AddType application/x-httpd-php .php

PHPIniDir "C:/php"

here is the guide:
http://mpcon.org/apacheguide/php.php
Back to top
nuketighten



Joined: 13 Nov 2005
Posts: 13

PostPosted: Mon 28 Nov '05 5:29    Post subject: I am now at this point Reply with quote

I can't locate this file?

Add the following to the end of the jk2.properties file located in C:\Program Files\Apache Software Foundation\Tomcat 5.5\conf\
Then add this to the end of the file.
handler.list=channelSocket,request
channelSocket.port=8009
channelSocket.address=127.0.0.1
Back to top
nuketighten



Joined: 13 Nov 2005
Posts: 13

PostPosted: Mon 28 Nov '05 7:28    Post subject: blank page Reply with quote

ok i have went through the guide and uploaded the database but when you go to vortexx.org i get a blank page. anyone know why that is.
Back to top
fifimtwana



Joined: 24 Feb 2011
Posts: 22

PostPosted: Tue 01 Mar '11 14:08    Post subject: Reply with quote

Add the

LoadModule php5_module "c:/php/php5apache2.dll"

AddType application/x-httpd-php .php

PHPIniDir "C:/php"

to the httpd.conf in the C:\Program Files\Apache Software\Apache 2.2\conf directory under the c drive.... U cn add the lines to Dynamic Shared Object (DSO) Support under the line
#LoadModule vhost_alias_module modules/mod_vhost_alias.so

rememba not to add the # infront of the above lines
Back to top


Reply to topic   Topic: Apache setup? View previous topic :: View next topic
Post new topic   Forum Index -> Apache