Page 1 of 1

Error: Multiple <Directory> arguments not (yet) supported.

PostPosted: 08. January 2009 08:54
by GoofyX
Hi,

I've installed the latest xampplite for Windows (1.7.0). If I enable the userdir_module, then I get the following error upon starting Apache.

Code: Select all
Multiple <Directory> arguments not (yet) supported.

This is caused by a misplaced quote in C:\xampplite\apache\conf\extra\httpd-userdir.conf in line 13:

Code: Select all
<Directory C:/Documents and Settings/*/"My Documents/My Website">

where it should be

Code: Select all
<Directory "C:/Documents and Settings/*/My Documents/My Website">

The latter works fine.

Thanks!

Re: Error: Multiple <Directory> arguments not (yet) supported.

PostPosted: 08. January 2009 09:17
by Sharley
Thanks for that, I have edit my httpd-userdir.conf files with your findings which is not only incorrect in 1.7.0 but also in 1.6.8.

Normally you would go to bugs.xampp.org but it would appear to be down and has been for sometime.

Hopefully it will be spotted here by a developer but if you send a PM to Wiedmann or Oswald and bring this to their attention then they can see that the httpd-userdir.conf file is edited for the next upgrade release - you can link to this topic if you wish in the PM.

Thanks again.

Re: Error: Multiple <Directory> arguments not (yet) supported.

PostPosted: 08. January 2009 09:21
by GoofyX
OK, thanks for the link to bugs.xampp.org. I will send a bug report. I had to open a new forum account, just to notify the developers here.

Thanks!