ok here is some info maybe this helps explain better:
APACHE:
info:
Server Version: Apache/2.0.52 (Win32) PHP/5.0.2
Server Built: Oct 4 2004 20:45:47
API Version: 20020903:9
Hostname/port: localhost:80
Timeouts: connection: 300 keep-alive: 300
MPM Name: WinNT
MPM Information: Max Daemons: 64 Threaded: yes Forked: no
Server Root: E:/apache2triad
Config File: E:/apache2triad/conf/httpd.conf
then also this info:
Module Name: mpm_winnt.c
Content handlers: none
Configuration Phase Participation: none
Request Phase Participation: none
Module Directives:
ListenBacklog - Maximum length of the queue of pending connections, as used by listen(2)
Listen - A port number or a numeric IP address and a port number
SendBufferSize - Send buffer size in bytes
ThreadsPerChild - Number of threads each child creates
ThreadLimit - Maximum worker threads in a server for this run of Apache
Win32DisableAcceptEx - Disable use of the high performance AcceptEx WinSock2 API to work around buggy VPN or Firewall software
Current Configuration:
ThreadsPerChild 150
Listen 80
MYSQL
info:
This will be passed to all mysql clients
[client]
port=3306
user = XXXXXX (erased for security)
password = XXXXXX (erased for security)
and
The MySQL server
[mysqld]
port=3306
skip-locking
default-character-set=latin1
set-variable = key_buffer=16M
set-variable = max_allowed_packet=1M
set-variable = thread_stack=128K
set-variable = flush_time=1800
slave-load-tmpdir = e:/apache2triad/temp
tmpdir = e:/apache2triad/temp
basedir = e:\apache2triad\mysql
datadir = e:\apache2triad\mysql\data
character-sets-dir = e:\apache2triad\mysql\share\charsets
log = e:\apache2triad\mysql\logs\myaccess.log
log-error = e:\apache2triad\mysql\logs\myerror.log
pid-file = e:\apache2triad\mysql\logs\mysql.pid
log-warnings
bind-address = 127.0.0.1
Now what I need is all the syntex to add the forum as a VHost and where to put it etc. As you can see the Apache listens on 80. Dunno if that will mess things up or not. The Apache has set it that way.
Thanks
Pookie