https://issues.apache.org/bugzilla/show_bug.cgi?id=45378
--- Comment #2 from Alex <[EMAIL PROTECTED]> 2008-07-11 09:44:23 PST ---
(In reply to comment #1)
> Please use a user support forum. You'll need a better problem description:
> what you have doesn't make sense, and would generate a syntax error on
> startup.
Sorry for the trouble!
I don't get any errors even with debug logging.
What does not make sense?
Extract from vhost.conf
<VirtualHost 192.168.0.200:80>
DocumentRoot /DocumentRoot
ServerAdmin [EMAIL PROTECTED]
ServerAlias myserveralias
DirectoryIndex index.htm
</VirtualHost>
<Directory "/">
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory "/DocumentRoot">
AllowOverride All
Allow from from all
Order allow,deny
</Directory>
Regards,
Alex
--
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]