On Wed, Jan 23, 2013 at 12:45 PM, Ken Kixmoeller (ProFox) < [email protected]> wrote:
> Hey, folks - ---- > > I suspect this is an Apache configuration issue, as neither the current > test server, production server, nor my development server throw that error. > (All also Apache) > > I have searched for 2 days trying to find references for this. I see a lot > of PHP-driven applications having the same problem (mostly blogs), but no > "under the hood" fixes. Client's IT department looking but very busy, and > PHP list people aren't any help. > > Anyone experienced this? Ideas? > Oh, sure, pretty much every time I try to set up a new server. There's not that much going on, so two big places you need to look: the DNS settings: what host name does this machine respond to? If it used to be " www.example.com" and you named your host "example.com" instead, those are two different names, and your browser will attempt to redirect you. The other place, as Ed has said, is the Apache configuration files, typically kept in "/etc/httpd/conf/httpd.conf" and "/etc/httpd/conf.d/*" files. These files list the names and ports your server should respond to, and which directories should serve the files, as well as any re-write commands. If you can work on the server yourself, see what 127.0.0.1 brings up for a web site. Or use the IP address if can only access it remotely. That removes the name domain aspect from the problem. If you can't run a browser on the machine, but do have terminal access, you can use wget or the links text browser to access the site. -- Ted Roche Ted Roche & Associates, LLC http://www.tedroche.com --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/cacw6n4u6yggtl63rhvci+0-a6tch-jfjewygbeewqy4dtqo...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

