Re: Apache Settings in Breezy
From: J.O. Aho (user_at_example.net)
Date: 11/16/05
- Next message: Ivan Marsh: "Re: risc 6000"
- Previous message: Nitewolf: "Re: Apache Settings in Breezy"
- In reply to: Nitewolf: "Re: Apache Settings in Breezy"
- Next in thread: Nitewolf: "Re: Apache Settings in Breezy"
- Reply: Nitewolf: "Re: Apache Settings in Breezy"
- Reply: Nitewolf: "Re: Apache Settings in Breezy"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 16 Nov 2005 17:05:01 +0100
Nitewolf wrote:
> On Mon, 14 Nov 2005 03:42:03 +0800, Nitewolf wrote:
>
>> I've installed apache2 on breezy.
>> put some files in /var/www/ and is able to hots, list the folder through
>> my web browser. problem is i am the only one who can do that. anyone else
>> are not able to even connect to my hosted folders.
>>
>> how do i fix that? does ubuntu restricts outsiders from connecting to my
>> localhost? how can i host some files from my com to others?
>
> Ubuntu is starting to get on my nerves now. blocking all my ports. such an
> irony. it's like we locked ourselves in a castle.
>
> i can't get firestarter to override the blocked ports. i can't get webmin
> to run coz it uses port 10000. i ran a port scan and not even one of my
> freaking first 1056, not even one, is visible (stealth) to the outside
>
you can run 'iptables -L' to get a listing of the rules you have, then you can
with help of iptables remove a specific rule, either give the order number
(1,2,3...) it appeared on the listing or by issuing the whole rule again.
As iptables ain't my strong side, you need to check the man page.
This should at least open all ports:
iptables -F
iptables -X
iptables -Z
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT
//Aho
- Next message: Ivan Marsh: "Re: risc 6000"
- Previous message: Nitewolf: "Re: Apache Settings in Breezy"
- In reply to: Nitewolf: "Re: Apache Settings in Breezy"
- Next in thread: Nitewolf: "Re: Apache Settings in Breezy"
- Reply: Nitewolf: "Re: Apache Settings in Breezy"
- Reply: Nitewolf: "Re: Apache Settings in Breezy"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|