Author |
|
nuketighten
Joined: 13 Nov 2005 Posts: 13
|
Posted: Mon 28 Nov '05 4:42 Post subject: Apache setup? |
|
|
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
|
Posted: Mon 28 Nov '05 5:29 Post subject: I am now at this point |
|
|
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
|
Posted: Mon 28 Nov '05 7:28 Post subject: blank page |
|
|
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
|
Posted: Tue 01 Mar '11 14:08 Post subject: |
|
|
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 |
|