Re: [EMAIL PROTECTED] Deny Apache from external connections

2006-11-26 Thread Matus UHLAR - fantomas
On 26.11.06 16:48, spacemarc wrote: > 2006/11/26, Matus UHLAR - fantomas <[EMAIL PROTECTED]>: > >the easiest way is to configure apache only to run on localhost, e.g. > >comment all Listen directives, and leaving only > > > >Listen 127.0.0.1:80 > > > >(and 127.0.0.1:443, if you want SSL) > > I don

Re: [EMAIL PROTECTED] Deny Apache from external connections

2006-11-26 Thread spacemarc
2006/11/26, Matus UHLAR - fantomas <[EMAIL PROTECTED]>: the easiest way is to configure apache only to run on localhost, e.g. comment all Listen directives, and leaving only Listen 127.0.0.1:80 (and 127.0.0.1:443, if you want SSL) I don't have this parameter in my /etc/apache2/apache2.conf: w

Re: [EMAIL PROTECTED] Deny Apache from external connections

2006-11-26 Thread Matus UHLAR - fantomas
On 26.11.06 12:29, spacemarc wrote: > how can I deny external connections except from my localhost/127.0.0.1? > On Ubuntu Linux and Apache 2.0.55. the easiest way is to configure apache only to run on localhost, e.g. comment all Listen directives, and leaving only Listen 127.0.0.1:80 (and 127.0.

Re: [EMAIL PROTECTED] Deny Apache from external connections

2006-11-26 Thread Joshua Slive
On 11/26/06, spacemarc <[EMAIL PROTECTED]> wrote: Hi, how can I deny external connections except from my localhost/127.0.0.1? On Ubuntu Linux and Apache 2.0.55. See the docs for mod_access. For example: Order deny,allow Deny from all Allow from 127.0.0.1 Joshua. ---

[EMAIL PROTECTED] Deny Apache from external connections

2006-11-26 Thread spacemarc
Hi, how can I deny external connections except from my localhost/127.0.0.1? On Ubuntu Linux and Apache 2.0.55. Thanks -- http://www.spacemarc.it - The official User-To-User support forum of the Apache HTTP Server Project. See h