[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Apache and PHP don't quite work



Roberto Sanchez said:

> 1.  I put this example code in an html file:

I'm not a php coder(or a coder in anything) but if you
embed a script doesn't it have to be a .shtml ?
try making it just a  .php file

> 2.  How do I tell Apache to only accept local connections?  I tried

apache doesn't use tcp_wrappers as far as I know, your best bet is to
tell it to bind to the loopback interface I think:

Listen 127.0.0.1:80

something like that

nate





Reply to: