Is mod_glusterfs supposed to work within a
VirtualHost without any problems?

Right now, glusterfs seems to be working outside
a VirtualHost (albeit with some bugs), but when I
try to use it within a VirtualHost as below:

<VirtualHost *:80>
  ServerName server.com
  ServerAlias server.com
  DirectoryIndex index.html index.php
  DocumentRoot  "/srv/httpd/vhosts/server.com"
  <Location "/glusterfs">
    GlusterfsLogfile "/var/log/glusterfs/server.com.log"
    GlusterfsLoglevel "warning"
    GlusterfsVolumeSpecfile "/etc/glusterfs/server.com.vol"
    GlusterfsCacheTimeout "600"
    GlusterfsXattrFileSize "65536"
    SetHandler "glusterfs-handler"
  </Location>
</VirtualHost>

it doesn't seem to work.  Ideally, in fact I would like to
do <Location "/"> but that doesn't work either.
_______________________________________________
Gluster-users mailing list
[email protected]
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users

Reply via email to