Skip to content
gorilla3d edited this page Sep 14, 2010 · 4 revisions

Welcome to the G3DServer wiki!

Getting it to run behind apache:

To run behind apache you need mod_rewrite, mod_proxy, and mod_proxy_http

RewriteEngine On
RewriteCond %{REQUEST_URI} ^/fire
RewriteRule ^fire/(.*)$ http://localhost:8181/$1 [P,QSA,L]

Clone this wiki locally