Re: [users@httpd] Want to replace 503 Maintenance page with custom page on Apache 2.2.23

2013-06-17 Thread Sean Alderman
The .htaccess files are in the content directories, e.g. DocumentRoot and its subdirectories. You would normally create these file by hand on a per directory basis. You can create custom error messages by following this doc: https://httpd.apache.org/docs/current/custom-error.html In the past, I

Re: [users@httpd] Redirect HTTP to HTTPS does not work (mod_rewrite)

2013-04-16 Thread Sean Alderman
Assuming there is additional URL coming after /dashboard when the server sends you the login page... e.g. /dashboard/login.php ...Your redirect will not match with the $ at the end of the condition... RewriteRule ^/dashboard$ https://%{HTTP_HOST}/dashboard [R=301,L] says /dashboard, so /dashboa

Re: [users@httpd] mod proxy balancer problem/question...

2013-04-02 Thread Sean Alderman
appreciated! :) On Tue, Apr 2, 2013 at 4:40 PM, Igor Cicimov wrote: > > On 03/04/2013 7:28 AM, "Sean Alderman" wrote: > > > > Perhaps I've not explained correctly, I apologize. The concept I was > going for was to have two independent balancers that point to

Re: [users@httpd] mod proxy balancer problem/question...

2013-04-02 Thread Sean Alderman
3/04/2013 2:02 AM, "Sean Alderman" wrote: > > > > Greetings, > > I am running httpd 2.2.23.0-64 with mod_proxy to load balance Tomcat > 6.0.36.B containers. I have encountered a somewhat strange situation, and > I was wondering if anyone could comment and or

[users@httpd] mod proxy balancer problem/question...

2013-04-02 Thread Sean Alderman
server not service the stateful sessions. Is there a means to accomplish the end goal with out creating additional tomcat containers? Thank you in advance for your time and consideration. Sean Alderman Senior Engineer University of Dayton, UDit Systems Integration