Answering Arnaud Soyez <weboide@codealpha.net>
(Wed, 4 May 2011 08:41:51 -0400):
Hi Arnaud,
Not sure what's wrong with your config but I would make sure to check the
config with:
$ sudo apache2ctl configtest
Correct any errors, and make sure to restart apache completely:
$ sudo service apache2 restart
the config is doing perfectly well.
I already restarted apache with
/etc/init.d/apache stop ; sleep 20 ; /etc/init.d/apache start
--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam
05-04-2011, 01:05 PM
Dirk Deimeke
WebDAV issues
Hi,
I have an Apache webserver with the following configuration:
--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam
05-04-2011, 01:14 PM
"Giorgio Zarrelli"
WebDAV issues
Hi,
it seems something went wrong with your virtualhost container. The
directives are not applied to your "container".
--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam
05-04-2011, 01:32 PM
Dirk Deimeke
WebDAV issues
Answering Giorgio Zarrelli <zarrelli@linux.it>
(Wed, 4 May 2011 15:14:04 +0200 (CEST)):
Hi Giorgio,
thanks!
it seems something went wrong with your virtualhost container. The
directives are not applied to your "container".
Do you have an idea what can make that happen?
I am able to access respectively see the directory via WebDAV, but I
am not able to change existing files or upload them, The directory
belongs to user and group www-data with read/write permission on files
and rwx on directories.
--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam
05-04-2011, 02:01 PM
"Giorgio Zarrelli"
WebDAV issues
Hi,
if it's not a problem for you, try this:
Since the scope of
AccessFileName .acl
is either the virtualhost container or the global apache config, move it
in the
httpd.conf
or whatever the main apache conf is named. Then, bounce apache, try to
access the files and have a look to the log files.
Giorgio
<quota chi="Dirk Deimeke">
> Answering Giorgio Zarrelli <zarrelli@linux.it>
> (Wed, 4 May 2011 15:14:04 +0200 (CEST)):
>
> Hi Giorgio,
>
> thanks!
>
>> it seems something went wrong with your virtualhost container. The
>> directives are not applied to your "container".
>
> Do you have an idea what can make that happen?
>
> I am able to access respectively see the directory via WebDAV, but I
> am not able to change existing files or upload them, The directory
> belongs to user and group www-data with read/write permission on files
> and rwx on directories.
>
> Cheers
>
> Dirk
>
> --
> Kontakt: http://d5e.org/contact
> Blogs: http://dirk.deimeke.net/ - http://adminstories.de/
> Podcasts: http://d5e.org/wattenichsachs - http://deimhart.net/
> Projekte: http://blog.radiotux.de/ - http://taskwarrior.org/
>
> --
> ubuntu-server mailing list
> ubuntu-server@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
> More info: https://wiki.ubuntu.com/ServerTeam
>
--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam
05-04-2011, 02:33 PM
Dirk Deimeke
WebDAV issues
Answering Giorgio Zarrelli <zarrelli@linux.it>
(Wed, 4 May 2011 16:01:20 +0200 (CEST)):
Hi Giorgio,
if it's not a problem for you, try this:
unfortunately it is, there are about thirty productive websites with
.htaccess files on the machine.
I only used the "AccessFileName" to get rid of the interpretation of
".htaccess". In my opinion and this is what the apache docu says with
"AllowOverride None" no AccessFile should be read.
--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam
05-04-2011, 02:47 PM
"Giorgio Zarrelli"
WebDAV issues
Hi,
you are wrong.
AllowOverride None
would prevent Apache to read the access with the filename pointed by
AccessFileName
Since you pointed
AccessFileName .acl
it will prevent the reading of .acl files, not .htaccess.
You could try with a rewrite rule.
<quota chi="Dirk Deimeke">
> Answering Giorgio Zarrelli <zarrelli@linux.it>
> (Wed, 4 May 2011 16:01:20 +0200 (CEST)):
>
> Hi Giorgio,
>
>> if it's not a problem for you, try this:
>
> unfortunately it is, there are about thirty productive websites with
> .htaccess files on the machine.
>
> I only used the "AccessFileName" to get rid of the interpretation of
> ".htaccess". In my opinion and this is what the apache docu says with
> "AllowOverride None" no AccessFile should be read.
>
> Nevertheless thank you!
>
> Cheers
>
> Dirk
>
> --
> Kontakt: http://d5e.org/contact
> Blogs: http://dirk.deimeke.net/ - http://adminstories.de/
> Podcasts: http://d5e.org/wattenichsachs - http://deimhart.net/
> Projekte: http://blog.radiotux.de/ - http://taskwarrior.org/
>
> --
> ubuntu-server mailing list
> ubuntu-server@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
> More info: https://wiki.ubuntu.com/ServerTeam
>
--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam