Can I see someones Apache config file ?

18 views
Skip to first unread message

PostMortem

unread,
May 17, 2013, 1:37:58 PM5/17/13
to ra...@googlegroups.com
Is there somewhere I could see how Tomcat is configured for Apache in Windows 7 ?


Either in Apache.conf  or httpd.conf ?

thx

Lyle Karstensen

unread,
May 17, 2013, 1:58:17 PM5/17/13
to ra...@googlegroups.com

Your apache is not doing proxying. You can stop apache and just tell Railo/Tomcat to run on port 80 if you want. Otherwise you need to tell Apache to proxy the CFM requests to 8888

 

 


Lyle Karstensen Jr. 
Chief Executive Officer  (CEO)

Description: Description: Logo

Phone: 702.940.4200
Fax: 
702.940.4201
Direct: 702.932.8200
Cell: 702.683.3666
Email: ly...@realistiq.com
Website: http://www.realistiq.com

--
Did you find this reply useful? Help the Railo community and add it to the Railo Server wiki at https://github.com/getrailo/railo/wiki
 
 
If you don't have time, add a request to the Railo Server wiki to-do page at https://github.com/getrailo/railo/wiki/Todo
---
You received this message because you are subscribed to the Google Groups "Railo" group.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

PostMortem

unread,
May 17, 2013, 2:11:54 PM5/17/13
to ra...@googlegroups.com
If only you had posted the configuration file so I could SEE that  ;-)

Denny

unread,
May 18, 2013, 4:07:31 PM5/18/13
to ra...@googlegroups.com
On 5/17/13 12:11 PM, PostMortem wrote:
> If only you had posted the configuration file so I could SEE that ;-)

Here's what the installer for OS X currently adds to the conf file:

<IfModule mod_proxy.c>
<Proxy *>
Allow from 127.0.0.1
</Proxy>
ProxyPreserveHost On
ProxyPassMatch ^/(.+\.cf[cm])(/.*)?$ http://127.0.0.1:8888/$1$2
ProxyPassMatch ^/(.+\.cfchart)(/.*)?$ http://127.0.0.1:8888/$1$2
ProxyPassMatch ^/(.+\.cfres)(/.*)?$ http://127.0.0.1:8888/$1$2
ProxyPassMatch ^/(.+\.cfml)(/.*)?$ http://127.0.0.1:8888/$1$2
# optional mappings
#ProxyPassMatch ^/flex2gateway/(.*)$
http://127.0.0.1:8888/flex2gateway/$1
#ProxyPassMatch ^/messagebroker/(.*)$
http://127.0.0.1:8888/messagebroker/$1
#ProxyPassMatch ^/flashservices/gateway(.*)$
http://127.0.0.1:8888/flashservices/gateway$1
#ProxyPassMatch ^/openamf/gateway/(.*)$
http://127.0.0.1:8888/openamf/gateway/$1
#ProxyPassMatch ^/rest/(.*)$ http://127.0.0.1:8888/rest/$1
ProxyPassReverse / http://127.0.0.1:8888/
</IfModule>


--
Railo Technologies: getrailo.com Professional Open Source
Skype: valliantster (505)510.1336 de...@getrailo.com
GnuPG-FP: DDEB 16E1 EF43 DCFD 0AEE 5CD0 964B B7B0 1C22 CB62
Reply all
Reply to author
Forward
0 new messages