Re: [dkarlin@coloradomtn.edu: Re: public_html directories not accessable outside of LAN]

1999-07-14 Thread Robert Ramiega
On Tue, Jul 13, 1999 at 10:26:11AM -0700, David Karlin wrote:
   Hi Jeff,
   First, thanks for the speedy response (4 minutes).
   Second, I tried your suggestion and set 
   UseCanonicalName no, but after I restarted Apache, it
   refused all connections, even from the LAN.
  
  You need to set UseCanonicalName off, not UseCanonicalName no, or
  Apache will barf.
 
 Rene,
 Acutally, that is what I had put in there.  I was typing the email
 from memory, which turned out to be faulty.
 
 Any other suggestions?
 Look in the error_log and access_log and see what it prints there. If this
won;t help try something like: 
strace -o somefile httpd
 This will produce file quite a lot of system calls and somesuch. Try looking
at it and see where it fails and why (look for some error messages and codes
from error.h (like ENOENT and so on)

-- 
 Robert Ramiega   | [EMAIL PROTECTED]IRC: _Jedi_ | Don't underestimate 
  | http://plukwa.pdi.net/| the power of Source


Re: [dkarlin@coloradomtn.edu: Re: public_html directories not accessable outside of LAN]

1999-07-13 Thread Rene H. Larsen
Jeff Bachtel [EMAIL PROTECTED] writes:

 This was the reply sent to me when I suggested turning UseCanonicalName
 off in apache, hopefully someone else will have an idea how to fix this
 prob.
 
 jeff
 
 -- 
 Jeff Bachtel  (NOC,CIS,TAMU)http://www.cepheid.nu/~jeff
   [finger [EMAIL PROTECTED] for PGP key]
 One is not superior merely because one sees the world as odious.
 -- Chateaubriand (1768-1848)
 From: David Karlin [EMAIL PROTECTED]
 Subject: Re: public_html directories not accessable outside of LAN
 To: Jeff Bachtel [EMAIL PROTECTED]
 Date: Mon, 12 Jul 1999 21:33:44 -0600
 
 Hi Jeff,
 First, thanks for the speedy response (4 minutes).
 Second, I tried your suggestion and set 
 UseCanonicalName no, but after I restarted Apache, it
 refused all connections, even from the LAN.

You need to set UseCanonicalName off, not UseCanonicalName no, or
Apache will barf.
-- 
#!/usr/bin/perl -w
for$a(0..12){$b[$a]=|. x78}for$a(0..78){substr($b[-(sin($a*3.1415/
22)-1)*6.499],$a,1)=*}$b[6]=~s/ /-/g;print join(\n,@b),\n;


RE: [dkarlin@coloradomtn.edu: Re: public_html directories not accessable outside of LAN]

1999-07-13 Thread David Karlin
  Hi Jeff,
  First, thanks for the speedy response (4 minutes).
  Second, I tried your suggestion and set 
  UseCanonicalName no, but after I restarted Apache, it
  refused all connections, even from the LAN.
 
 You need to set UseCanonicalName off, not UseCanonicalName no, or
 Apache will barf.

Rene,
Acutally, that is what I had put in there.  I was typing the email
from memory, which turned out to be faulty.

Any other suggestions?

Thanks for your response.

--David