Re: [EMAIL PROTECTED] Problem on starting Apache2

2006-11-11 Thread Oumar Niane
On Sat, Nov 11, 2006 at 03:28:47PM +0800, Stephen Liu wrote : > Are 80 and 44 referring to port-80 and port-44 respectively. Yes > If YES, what is port-44? Isn't it 443 for http protocol over TLS/SSL ? Oumar -- One OS to rule them all, One OS to find them. One OS to call them all, And in s

Re: [EMAIL PROTECTED] Problem on starting Apache2

2006-11-11 Thread Yvo van Doorn
Have you tried putting a line break between "Listen 80 Listen 44 * end *"So it reads:Listen 80Listen 44Those two can't be on one line. as explained here: http://httpd.apache.org/docs/2.2/configuring.html#syntaxExcerpt:"Apache configuration files contain one directive per line. The

Re: [EMAIL PROTECTED] Problem on starting Apache2

2006-11-10 Thread Stephen Liu
Hi John, Tks for your advice. - snip - > > $ cat /etc/apache2/ports.conf > > Listen 80 Listen 44 * end * > > > > Only one line on this .conf file. > > > it should be: > > Listen 80 > Listen 44 OK, problem solved. $ sudo /etc/init.d/apache2 start * Starting apache 2.0 web server... apache2: Co

Re: [EMAIL PROTECTED] Problem on starting Apache2

2006-11-10 Thread John Garvin
On 11/11/06, Stephen Liu <[EMAIL PROTECTED]> wrote: $ sudo /etc/init.d/apache2 start Password: * Starting apache 2.0 web server... Syntax error on line 1 of /etc/apache2/ports.conf: Listen takes one argument, A port number or a numeric IP address and a port number [fail] * end * $ cat

[EMAIL PROTECTED] Problem on starting Apache2

2006-11-10 Thread Stephen Liu
Hi folks, ubuntu-6.06.1-LAMP-server-amd64 I'm following; http://www.jessejcollins.com/blog/index.php?/archives/32-How-To-Setup-Subversion-with-Apache2-on-Ubuntu.html to install Apache2 building a web server. This is only a test on building server, not for production. Neither I have static IP