[users@httpd] How to run a backup server?

2011-06-09 Thread Wilson Hernandez
Hello. I currently have a server at home with public IP hosting 4 websites (virtual hosting). Yesterday I had a power outage for most of the day. As a result, no web presence. I would like to know if there is a way to have another server somewhere else with the same dynamic content as a "backup"

Re: [users@httpd] PHP Not Working

2011-06-09 Thread Jeroen Geilman
On 06/09/2011 11:48 PM, Xavier Lopez wrote: Hi, I'm using Apache 2.2 on Ubuntu 10.04. I've checked that php mod is enabled. It is. I'm using virtual hosts. It serves all html files, but not php. Following is my VHost configuration: ServerName http://new.dev ServerAdmin webmast

[users@httpd] PHP Not Working

2011-06-09 Thread Xavier Lopez
Hi, I'm using Apache 2.2 on Ubuntu 10.04. I've checked that php mod is enabled. It is. I'm using virtual hosts. It serves all html files, but not php. Following is my VHost configuration: ServerName http://new.dev ServerAdmin webmaster@localhost DocumentRoot /home/zave/Pu

Re: [users@httpd] problems with reverse proxy!

2011-06-09 Thread Tom Evans
On Thu, Jun 9, 2011 at 3:47 PM, Steve Brereton wrote: > Hi there. > > We're having problems with a reverse proxy that runs from a windows 2003 > /iis server to a w2k8/iis (dmz to internal server). > Its running on Apache 2.2.3 using the following module setup Try adding this: SetEnv proxy-nokeep

[users@httpd] problems with reverse proxy!

2011-06-09 Thread Steve Brereton
Hi there. We're having problems with a reverse proxy that runs from a windows 2003 /iis server to a w2k8/iis (dmz to internal server). Its running on Apache 2.2.3 using the following module setup LoadModule actions_module modules/mod_actions.so LoadModule alias_module m

Re: [users@httpd] .htaccess

2011-06-09 Thread dhottinger
Quoting Mark Montague : On June 8, 2011 15:50 , dhottin...@harrisonburg.k12.va.us wrote: I currently use .htaccess to prompt for username and password and point it to an ldap database running on my mailserver. Im considering moving all my mail accounts to gmail. Does anyone know if i

Re: [users@httpd] Getting Content-Range field in HTTP header

2011-06-09 Thread Mark Montague
On June 9, 2011 5:53 , Pravesh Rai wrote: Can anyone please let me know, how to get this field in HTTP header ? First, the browser or other client needs to request a byte range response. To do this, the client must use HTTP 1.1 with a Range header specifying the byte range it would like t

[users@httpd] Getting Content-Range field in HTTP header

2011-06-09 Thread Pravesh Rai
Hi All, Can anyone please let me know, how to get this field in HTTP header ? Thanks, PK