Re: [users@httpd] image display error with stock icon

2016-02-14 Thread Douglas W. Goodall
Thanks for responding Chris. The URL names are: https://goodall.us.com/img/switch-up.jpg https://goodall.us.com/img/switch-dn.jpg When I converted them to text strings for inclusion in the python source, it

Re: [users@httpd] image display error with stock icon

2016-02-14 Thread Christopher Schultz
Douglas, On 2/14/16 9:44 PM, Douglas W. Goodall wrote: > I have written a very simple pair of cgi scripts in python that display > a toggle switch either > in the up position, or in the down position. When you click on the > switch, it toggles between > the two and switches between the images

[users@httpd] image display error with stock icon

2016-02-14 Thread Douglas W. Goodall
I have written a very simple pair of cgi scripts in python that display a toggle switch either in the up position, or in the down position. When you click on the switch, it toggles between the two and switches between the images appropriately. At least that is what it is supposed to do. The

Re: [users@httpd] Second apache as fallback server

2016-02-14 Thread Rose, John B
What is your preferred approach to keeping content in sync? Sent from my iPad On Feb 14, 2016, at 3:47 PM, Daniel > wrote: with a reverse proxy in front of both, you use balancer setup specifying the second web server as hot standby El dom., 14

[users@httpd] Unsubscribe

2016-02-14 Thread John A @ KLaM
- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Second apache as fallback server

2016-02-14 Thread Daniel
with a reverse proxy in front of both, you use balancer setup specifying the second web server as hot standby El dom., 14 feb. 2016 a las 16:49, Bob () escribió: > Hello list, > > I have two servers. One is already up with apache, mysql etc.. > Now I wonder if I can

Re: [users@httpd] Second apache as fallback server

2016-02-14 Thread Yehuda Katz
We use three different methods: 1. Content on NFS server 2. Content auto-committing and auto-pulling over git about every 15 minutes 3. Separate database server - with replication for backup. - Y Sent from a device with a very small keyboard and hyperactive autocorrect. On Feb 14, 2016 5:28 PM,

Re: [users@httpd] Proxy logging

2016-02-14 Thread Luca Toscano
Hi Christopher, I would turn on Logging for mod_proxy ( https://httpd.apache.org/docs/2.4/mod/core.html#loglevel) to have a better understanding of what was done by the reverse proxy, but nothing more (each server - reverse proxy and backend - will log access_logs separately). Not sure if I've

[users@httpd] Second apache as fallback server

2016-02-14 Thread Bob
Hello list, I have two servers. One is already up with apache, mysql etc.. Now I wonder if I can configure the second server as a fallback web server. The idea is.. if first web server is down , the second one will serve the requests. Any suggestion / idea is very much welcome. Thanks and