Re: [EMAIL PROTECTED] PHP wants to download instead of run

2007-12-01 Thread Jaqui Greenlees
--- Vishal Gaurav <[EMAIL PROTECTED]> wrote: > Hello, > Your php info mytimewithgod.net/phpinfo.php file is > successfully run on my > browser.So what is the problem? > A common one I have seen with many sites I think, and it is browser not apache or php caused. I get the same php download mes

Re: [EMAIL PROTECTED] PHP wants to download instead of run

2007-12-01 Thread Vishal Gaurav
Hello, Your php info mytimewithgod.net/phpinfo.php file is successfully run on my browser.So what is the problem? Thanks, Vishal [EMAIL PROTECTED] [EMAIL PROTECTED] On 12/2/07, megaspaz <[EMAIL PROTECTED]> wrote: > > Is this a gentoo box? the conf.d think makes me think it is and if it > is, y

Re: [EMAIL PROTECTED] PHP wants to download instead of run

2007-12-01 Thread megaspaz
Is this a gentoo box? the conf.d think makes me think it is and if it is, you might need to add -DPHP or something to that effect in conf.d/ apache2. On Dec 1, 2007, at 5:30 PM, Graham Frank wrote: Hey, Stupid question, but did you restart Apache after making this change? Graham Fran

Re: [EMAIL PROTECTED] Apache 2.2.6 on OS X and mod_rewrite

2007-12-01 Thread Eric Covener
On Dec 1, 2007 5:32 PM, Norman Khine <[EMAIL PROTECTED]> wrote: > [12] RewriteRule ^/(.*) http://localhost:8080/expert/$1 [P] > [Sat Dec 01 22:56:54 2007] [error] [client 127.0.0.1] attempt to make > remote request from mod_rewrite without proxy enabled: > proxy:http://localhost:8080/expert/favi

RE: [EMAIL PROTECTED] PHP wants to download instead of run

2007-12-01 Thread Graham Frank
Hey, Stupid question, but did you restart Apache after making this change? Graham Frank Neoservers LLC – Founder and Owner Ph: (608) 359-1593 Member of the Better Business Bureau -Original Message- From: Chris Arnold [mailto:[EMAIL PROTECTED] Sent: Saturday, December 01, 2007 7:

Re: [EMAIL PROTECTED] PHP wants to download instead of run

2007-12-01 Thread Chris Arnold
Hi, I have "AddType application/x-httpd-php .php" in /etc/conf.d/php5.conf. Still wants to download. Chris - Original Message - From: "Graham Frank" <[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Saturday, December 1, 2007 6:16:38 PM (GMT-0500) America/New_York Subject: RE: [EMAIL P

[EMAIL PROTECTED] Apache 2.2.6 on OS X and mod_rewrite

2007-12-01 Thread Norman Khine
Hello, I just update my OS X 10.4 with Apache 2.2.6, this works fine but I am having problems with my Virtual Hosts. Here is the version I am using: Server version: Apache/2.2.6 (Unix) Server built: Nov 29 2007 20:06:12 In my /usr/local/apache2/conf/httpd.conf I have the standard conf file

RE: [EMAIL PROTECTED] PHP wants to download instead of run

2007-12-01 Thread Graham Frank
Hello, Have you added the "AddHandler application/x-httpd-php .php" to your Apache config or .htaccess file? Unless you do that, Apache won't know to process .php as a PHP file. Graham Frank Neoservers LLC - Founder and Owner Ph: (608) 359-1593 Member of the Better Business Bureau

[EMAIL PROTECTED] Logging question

2007-12-01 Thread David Robinson
Is it possible to log incoming connections that don't send any data? Basically like a telnet client opens up a connection to port 80 but then never ships any data? David - The official User-To-User support forum of the Apache HT

Re: [EMAIL PROTECTED] Redirect HTTPS --> HTTP

2007-12-01 Thread Krist van Besien
On Nov 30, 2007 9:27 PM, Matt Bullock <[EMAIL PROTECTED]> wrote: > I see the issue with server_port =81 not being matched, but I have tried > removing that directive, as well as changing it to !=81. I don't really > have any leads as to what to try next. You are testing wether or not the server

[EMAIL PROTECTED] PHP wants to download instead of run

2007-12-01 Thread Chris Arnold
I have a site that uses PHP5 and when trying to access the site, the php wants to download instead of run. It seems something is not configured in apache 2 for php. The site is mytimewithgod.net and a phpinfo file is at mytimewithgod.net/phpinfo.php but that does not run either. The logs do not sho

[EMAIL PROTECTED] Rewriting URL inside a 'proxyed' page

2007-12-01 Thread Rocco Scappatura
Hello, I have a Tomcat webapp which is surfed from Internet using a reverse proxy (or better, my idea is). To be practical, say that: http://www.exaple.com/site/ --> http://localhost:8081/webapp/app/site/ Unfortunately, when I get the home page (http://www.exaple.com/site/index.html) correct

[EMAIL PROTECTED] "server push" (unbuffered) cgi not working in apache2?

2007-12-01 Thread John Smithfeld
Hi. I am trying to write a (somewhat) long-running cgi script that will display its output as it processes. Right now, my browser is waiting until receiving all the output (until the script terminates or closes stdout) before displaying anything. Based on what I have read, content should be pushe