View Single Post
  #2   (View Single Post)  
Old 12th November 2008
anomie's Avatar
anomie anomie is offline
Local
 
Join Date: Apr 2008
Location: Texas
Posts: 445
Default

What version of Apache?

Quote:
Originally Posted by lalebarde
When I start apache, here is the result : could not resolve port "192.168.2.11"
It looks like you'll need to append a service port, i.e.:
Code:
Listen 192.168.2.11:80
Quote:
Originally Posted by lalebarde
You don't have permission to access /phpinfo.php on this server.
So modify the allow/deny directives to give yourself permission...

Consider getting a book on Apache. The official documentation is very thorough and useful, but it's not designed with new users in mind.
__________________
Kill your t.v.

Last edited by anomie; 12th November 2008 at 11:15 PM. Reason: explained further.
Reply With Quote