search for: perfici

Displaying 2 results from an estimated 2 matches for "perfici".

Did you mean: perfic
2006 Jun 23
1
@request.env and mongrel
Hi, I don''t know if this question should be posted here on the Rails list or the Mongrel list, but I''ll try here first. I had been using Aapache+FCGI and when I run the following code from my server''s domain "perficient.com" it returns "perficient.com:80": port = @request.env["SERVER_PORT"]==''80'' ? '''' : ":#{@request.env["SERVER_PORT"]}" server = "http://#{@request.env["SERVER_NAME"]}#{port}" however when I use...
2006 Jun 20
1
Mongrel+Mint
...mint.* RewriteRule .* - [L] Is somehow the translation being lost in the proxying of the requests from Apache to Mongrel? Here is my virtual host I have setup in Apache: <VirtualHost 10.0.0.1:80> ProxyPass / http://127.0.0.1:3000/ ProxyPassReverse / http://127.0.0.1:3000/ ServerName beta.perficient.com ServerAdmin "support at perficient.com" CustomLog "/u/apps/snippets/current/log/access_log" "combined" ErrorLog "/u/apps/snippets/current/log/error_log" </VirtualHost> Any ideas? Thanks in advance. ----------------------------------------...