We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the G3DServer wiki!
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]