Where do i find info about apache dir etc
Posted by: rzlines (121.245.172.---)
Date: February 08, 2009 01:27PM

I have WAMP Server 2 installed on my computer and i want to install Vtiger CRM on my server just to test it but i need certain information which i can't figure out where to find on WAMP (sorry for being such a noob) but below are the things i need and i wasn't able to figure out where i could see this anyways i have installed WAMP to the C drive of my computer and im running Windows Xp for my operating system

I have pasted the php code of the info that i need to fill in so that i need not keep any information away so that this problem can be resolved easily

These are the parameters i need info about, the stuff in quotes is the info i need
$mysql_dir = 'MYSQLINSTALLDIR';
$mysql_bundled = 'MYSQLBUNDLEDSTATUS';
$apache_dir = 'APACHEINSTALLDIR';
$apache_bin = 'APACHEBIN';
$apache_conf = 'APACHECONF';
$apache_port = 'APACHEPORT';
$apache_bundled = 'APACHEBUNDLED';

Thanks a lot and waiting for your replies !!

Options: ReplyQuote
Re: Where do i find info about apache dir etc
Posted by: c2dan (---.sotn.cable.ntl.com)
Date: February 08, 2009 03:58PM

Everything is located within the C:\wamp\bin folder

Options: ReplyQuote
Re: Where do i find info about apache dir etc
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: February 08, 2009 04:01PM

$mysql_dir = 'C:\wamp\bin\mysql\mysql5.0.51b';
$mysql_bundled = 'MYSQLBUNDLEDSTATUS';
$apache_dir = 'C:\wamp\bin\apache\apache2.2.8';
$apache_bin = 'C:\wamp\bin\apache\apache2.2.8\bin';
$apache_conf = 'C:\wamp\bin\apache\apache2.2.8\conf';
$apache_port = '80';
$apache_bundled = 'APACHEBUNDLED';



please note it depends which version of wamp 2 u have (a-f) these are based on 2.c

make sure each path exists- mysql5.0.51b for exampre maybe mysql 5.052 on your version
same goes for apache 2.2.8


Crm has a bundled versoin with apahce mysql installed in it.. wouldnt you just use this? i dont think u need to change the bundled settings above unless ur using them

port 80 may also be written "0.0.0.0:80"

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]



Edited 1 time(s). Last edit at 02/08/2009 04:03PM by stevenmartin99.

Options: ReplyQuote


Sorry, only registered users may post in this forum.