RE: [EMAIL PROTECTED] Redirect HTTPS -- HTTP

2007-12-02 Thread Matt Bullock
I need to test more but, on the http vhost if you don't specify the SERVER_PORT !=81, then it wont work. Besides the http/https rules, here are the only other rules that we are using: # Easy name for users' public profiles RewriteCond ! (.*) RewriteRule

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

2007-12-02 Thread Chris Arnold
Jaqui Greenlees wrote: --- 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

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

2007-12-02 Thread Norman Khine
Thanks, that was it. Eric Covener wrote: 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:

Re: [EMAIL PROTECTED] Redirect HTTPS -- HTTP

2007-12-02 Thread Krist van Besien
On Nov 30, 2007 9:13 PM, Matt Bullock [EMAIL PROTECTED] wrote: No, just abbreviating things to specify the virtual host port assignments. Please don't do that. Give us _actual_ fragments from your config. Krist -- [EMAIL PROTECTED] [EMAIL PROTECTED] Bremgarten b. Bern, Switzerland -- A: It

Re: [EMAIL PROTECTED] Redirect HTTPS -- HTTP

2007-12-02 Thread Krist van Besien
On Dec 2, 2007 11:36 AM, Matt Bullock [EMAIL PROTECTED] wrote: I need to test more but, on the http vhost if you don't specify the SERVER_PORT !=81, then it wont work. You realise what you are doing, do you? RewriteCond %{SERVER_PORT} !=81 is a condition that will always be true, as

[EMAIL PROTECTED] Gzip config

2007-12-02 Thread Chris Arnold
Using apache 2.2.3-16-15 and trying to implement mod_deflate. I have asked this list before but have lost that email, so forgive me for a repeat question. We have the following structure: docroot/sites/sitename In loadmodule.conf i have the loadmodule line with the pth to the .so file and in

Re: Re: [EMAIL PROTECTED] How to make a website like ftpsite?(COMPLETE)

2007-12-02 Thread goommy
Krist van Besien,您好! === 2007-11-30 21:07:41 您在来信中写道:=== On Nov 30, 2007 11:21 AM, goommy [EMAIL PROTECTED] wrote: users,您好! What my mean is not mod_ftp !! It's just a experiment to study apache ! What i want to do is make a website like ftpsite:after open the URL i can

Re: [EMAIL PROTECTED] Re: Apache 2.2.3 rotatelogs.exe on Windows

2007-12-02 Thread Kenji Kikuchi
Hi I have tested 2.2.3, 2.2.4 and 2.2.6 with following directive on WindowsXP. - ErrorLog | c:/apache2/bin/rotatelogs.exe c:/apache2/logs/%Y%m%d_error.log 86400 - Somehow I can't start 2.2.4 httpd.exe from tray icon. -- 2.2.3 : Server starts 2.2.4 : Server starts when