[plug] Local Apache problem

J Michael Gilks gilksjm at iinet.net.au
Wed Jan 9 15:45:08 WST 2002


Thanks for the reply.
Turns out it was the Zend debug engine not wanting to play and therefore not 
letting anyone else play either.
I commented out the Zend_debugger module and everything works fine.
Big note to self, "LOOK AT ERROR LOGS. THEY TELL YOU THINGS."
ANYWAY ONCE AGAIN THANKS, I KEEP LEARNING, ALBEIT SLOWLY, AND WILL GET THERE 
IN THE END.
LOVE
MIKE.
On Wed, 9 Jan 2002 14:46, craig at postnewspapers.com.au wrote:
> > Starting httpd-perl:  [60G[   [1;32mOK [0;39m  ]
> > Starting httpd: [Tue Jan  8 11:16:40 2002] [alert] httpd: Could not
> > determine the server's fully qualified domain name, using 127.0.0.1 for
> > ServerName [60G[ [1;31mFAILED [0;39m]
> > [Tue Jan  8 11:16:45 2002] [alert] httpd: Could not determine the
> > server's fully qualified domain name, using 127.0.0.1 for ServerName
> >  [60G[ [1;31mFAILED [0;39m]
> > [Tue Jan  8 11:16:51 2002] [alert] httpd: Could not determine the
> > server's fully qualified domain name, using 127.0.0.1 for ServerName
> >  [60G[ [1;31mFAILED [0;39m]
> >
> > My hosts file contains the following entries
> >
> > 127.0.0.1	linux.personal	localhost
> > 192.168.0.1	linux.personal	localhost linux
>
> make SURE that executing 'hostname -f ' returns linux.personal. If not,
> change linux.personal to whatever it does return. If that result is one
> word (ie your machine has no domain name set) you need to set a domain
> name. For private networks, .localnet is a good choice (IMHO). You'll
> need to change that in whatever network config your distro uses, or add
> a domain line to /etc/resolv.conf (man resolv.conf).
>
> Or you can take the slack way, put 'ServerName linux.personal' in Apache
> httpd.conf and see if that works.
>
> Here's an example of my config:
>
> 127.0.0.1       geek.localnet geek localhost localhost.localnet
> 203.59.227.178  geek.postnewspapers.com.au
> <snip>
>
> where hostname -f returns
> geek.localnet



More information about the plug mailing list