>- see footer for list info -<
Well I have added this to my conf file and I can now browse to
http://cfmx.development.com and get the page I expect but when I look at
http://cfmx2.development.com I do not, I get the same page for cfmx and not
cfmx2....
Any ideas? Simon has contact me but is busy so hopefully some other Apache
supreme can help!?
# CFMX Virtual Host
<VirtualHost cfmx.development.com>
ServerAdmin [EMAIL PROTECTED]
DocumentRoot "C:\Inetpub\wwwroot\cfmx"
ServerName cfmx.development.com
ErrorLog logs/cfmx.development.com.error.log
<Directory />
Options FollowSymLinks
Options Indexes
AllowOverride None
</Directory>
<IfModule mod_jrun20.c>
JRunConfig Verbose false
JRunConfig Serverstore "C:/JRun4/lib/wsconfig/cfmx/jrunserver.store"
JRunConfig Bootstrap 127.0.0.1:8300
AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .htm .html
</IfModule>
</VirtualHost>
# cfmx2 Virtual Host
<VirtualHost cfmx2.development.com>
ServerAdmin [EMAIL PROTECTED]
DocumentRoot "C:\Inetpub\wwwroot\cfmx2"
ServerName cfmx2.development.com
ErrorLog logs/ cfmx2.development.com.error.log
<Directory />
Options FollowSymLinks
Options Indexes
AllowOverride None
</Directory>
<IfModule mod_jrun20.c>
JRunConfig Verbose false
JRunConfig Serverstore "C:/JRun4/lib/wsconfig/cfmx2/jrunserver.store"
JRunConfig Bootstrap 127.0.0.1:51004
AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .htm .html
</IfModule>
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Stephen Pope
Sent: 01 December 2004 10:48
To: Coldfusion Development
Subject: RE: [CF-Dev] CF / Apache
>- see footer for list info -<
Hi Neil,
You prolly just need to setup some virtual hosts in your httpd.conf file
as the default document root is proably to C:\Program Files\Apache
Group\Apache2\htdocs\
<VirtualHost 127.0.0.1:80>
DocumentRoot /<INSERT PATH TO YOUR CFM DOCS HERE !>
ServerName cfmx.development.com
</VirtualHost>
<VirtualHost 127.0.0.1:80>
DocumentRoot /<INSERT PATH TO YOUR OTHER CFM DOCS HERE !>
ServerName cfmx2.development.com
</VirtualHost>
You might need some more Coldfuion specific functions in there aswell
(but ive never set up apache with CFMX on windows so maybe someone else
can chip in at this point :)
Regards
Stephen
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Robertson-Ravo,
Neil (RX)
Sent: 01 December 2004 10:25
To: Coldfusion Development
Subject: [CF-Dev] CF / Apache
>- see footer for list info -<
OK, I hope there are some Apache gurus on hand as I decided locally to
install Apache for development (so I can host multiple sites and
multiple CF installs on Windows XP) so I have done the following..
1. Installed Apache 2.0.52
2. Installed CFMX J2EE
3. Added cfmx.development.com to my hosts file pointing to 127.0.0.1 4.
tested http://cfmx.development.com and seen the Apache test page
However, I can't access the CFIDE. Anyone know what the problem is? I
am new to Apache as we are IIS Whores here ;-)
Also, any pointers on setting up another URL / Site which can be
accessed via http://cfmx2.development.com (this will use another
instance of ColdFusion).
TIA
N
This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
Registered in England, Number 678540. It contains information which is
confidential and may also be privileged. It is for the exclusive use of
the intended recipient(s). If you are not the intended recipient(s)
please note that any form of distribution, copying or use of this
communication or the information in it is strictly prohibited and may be
unlawful. If you have received this communication in error please
return it to the sender or call our switchboard on +44 (0) 20 89107910.
The opinions expressed within this communication are not necessarily
those expressed by Reed Exhibitions.
Visit our website at http://www.reedexpo.com
_______________________________________________
For details on ALL mailing lists and for joining or leaving lists, go to
http://list.cfdeveloper.co.uk/mailman/listinfo
--
CFDeveloper Sponsors:-
>- Hosting provided by www.cfmxhosting.co.uk -<
>- Forum provided by www.fusetalk.com -<
>- DHTML Menus provided by www.APYCOM.com -<
>- Lists hosted by www.Gradwell.com -<
>- CFdeveloper is run by Russ Michaels, feel free to volunteer your help
>-<
_______________________________________________
For details on ALL mailing lists and for joining or leaving lists, go to
http://list.cfdeveloper.co.uk/mailman/listinfo
--
CFDeveloper Sponsors:-
>- Hosting provided by www.cfmxhosting.co.uk -<
>- Forum provided by www.fusetalk.com -<
>- DHTML Menus provided by www.APYCOM.com -<
>- Lists hosted by www.Gradwell.com -<
>- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<
This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
Registered in England, Number 678540. It contains information which is
confidential and may also be privileged. It is for the exclusive use of the
intended recipient(s). If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful. If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910. The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions.
Visit our website at http://www.reedexpo.com
_______________________________________________
For details on ALL mailing lists and for joining or leaving lists, go to
http://list.cfdeveloper.co.uk/mailman/listinfo
--
CFDeveloper Sponsors:-
>- Hosting provided by www.cfmxhosting.co.uk -<
>- Forum provided by www.fusetalk.com -<
>- DHTML Menus provided by www.APYCOM.com -<
>- Lists hosted by www.Gradwell.com -<
>- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<