Have you tried putting a line break between "Listen 80 Listen 44 * end *"
So it reads:

Listen 80
Listen 44

Those two can't be on one line............. as explained here: http://httpd.apache.org/docs/2.2/configuring.html#syntax

Excerpt:
"Apache configuration files contain one directive per line. The back-slash "\" may be used as the last character on a line to indicate that the directive continues onto the next line. There must be no other characters or white space between the back-slash and the end of the line."

On 11/10/06, Stephen Liu <[EMAIL PROTECTED]> wrote:
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 nor domain name.


$ 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 /etc/apache2/ports.conf
Listen 80 Listen 44 * end *

Only one line on this .conf file.

Please help.  TIA


B.R.
Stephen

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to