DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17515>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17515 end line comment ------- Additional Comments From [EMAIL PROTECTED] 2003-02-28 17:48 ------- Here is the error that I am receiving: Starting httpd: [Thu Feb 27 20:42:53 2003] [warn] Apache does not support line-end comments. Consider using quotes around argument: "#-1" Syntax error on line 367 of /etc/httpd/conf/httpd.conf: Invalid command 'UserDir', perhaps mis-spelled or defined by a module not included in the server configuration [FAILED] and here are some lines of my config file. # # Controls who can get stuff from this server. # #"Order allow,deny" <----- This was another error that I received #Allow from all <----- These two lines has supposedly end line comments or invalid commands </Directory> # # UserDir: The name of the directory that is appended onto a user's home # directory if a ~user request is received. UserDir /home/pub # Control access to UserDir directories. The following is an example # for a site where these directories are restricted to read-only. # #<Directory /home/*/public_html> # AllowOverride FileInfo AuthConfig Limit Indexes # Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec # <Limit GET POST OPTIONS PROPFIND> # Order allow,deny # Allow from all # </Limit> # <LimitExcept GET POST OPTIONS PROPFIND> # Order deny,allow # Deny from all # </LimitExcept> #</Directory> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
