Re: [users@httpd] Debugging mod_rewrite

2013-08-04 Thread C. Benson Manica
Ah, I see, that wasn't at all clear from the documentation. It looks like if I move those lines then I get some entries in the log. Thanks for clearing that up. On Thu, Aug 1, 2013 at 1:37 AM, Philip Wigg wrote: > On 1 August 2013 03:13, C. Benson Manica wrote: > > Apache c

[users@httpd] Debugging mod_rewrite

2013-07-31 Thread C. Benson Manica
es go" question. Thanks. -- C. Benson Manica cbman...@gmail.com

Re: [EMAIL PROTECTED] Server_Name not being set by httpd.conf

2008-03-16 Thread C. Benson Manica
Are there any other Apache settings I should verify before taking this to a MovableType forum? On Sun, Mar 16, 2008 at 10:06 PM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Sun, Mar 16, 2008 at 8:34 PM, C. Benson Manica <[EMAIL PROTECTED]> > wrote: > > That fixes SERVER

Re: [EMAIL PROTECTED] Server_Name not being set by httpd.conf

2008-03-16 Thread C. Benson Manica
That fixes SERVER_NAME - but it doesn't change HTTP_HOST. Should I care that HTTP_HOST still is set to localhost? On Fri, Mar 14, 2008 at 5:10 PM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Fri, Mar 14, 2008 at 4:20 PM, C. Benson Manica <[EMAIL PROTECTED]> > wrote: >

[EMAIL PROTECTED] Server_Name not being set by httpd.conf

2008-03-14 Thread C. Benson Manica
ME="/cgi-bin/printenv.pl" SERVER_ADDR="127.0.0.1" SERVER_ADMIN="[EMAIL PROTECTED]" SERVER_NAME="localhost" SERVER_PORT="80" SERVER_PROTOCOL="HTTP/1.1" SERVER_SIGNATURE="" SERVER_SOFTWARE="Apache/2.2.8 (Win32)" SYSTEMROOT="C:\WINDOWS" WINDIR="C:\WINDOWS" You can clearly see that the httpd.conf file is being parsed and applied - otherwise SERVER_ADMIN would be the default and not what I set it to. So what am I missing about SERVER_NAME (and HTTP_HOST, for that matter)? -- C. Benson Manica [EMAIL PROTECTED]