https://issues.apache.org/bugzilla/show_bug.cgi?id=41867
--- Comment #14 from imacat <[EMAIL PROTECTED]> 2008-08-13 20:55:51 PST ---
Hi. This is imacat from Taiwan.
(In reply to comment #13)
> Here is my conf
Thank you for your hint. I got an error "Invalid command 'Require'" with
your httpd.conf. The terminal log is attached below. I searched Google and
found nothing on this. Could you please tell me what does it mean? Thank you
very much.
[EMAIL PROTECTED] ~ % cat /tmp/apache/httpd.conf
Listen 8080
LoadModule access_compat_module /tmp/apache/lib/mod_access_compat.so
User daemon
Group daemon
ServerName agneyam
DocumentRoot "/tmp/apache/htdocs"
<Directory />
Options FollowSymLinks
AllowOverride None
Require all denied
</Directory>
<Directory "/tmp/apache/htdocs">
Options Indexes FollowSymLinks
AllowOverride None
AuthzMergeRules Off
</Directory>
<DirectoryMatch ^/tmp/apache/htdocs/private>
Deny from all
</DirectoryMatch>
[EMAIL PROTECTED] ~ % /tmp/httpd-2.3-20080813101457/httpd -f
/tmp/apache/httpd.conf
Syntax error on line 10 of /tmp/apache/httpd.conf:
Invalid command 'Require', perhaps misspelled or defined by a module not
included in the server configuration
[EMAIL PROTECTED] ~ %
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]