mod_glusterfs within VirtualHost

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.


[Index of Archives]     [Gluster Development]     [Linux Filesytems Development]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Bugtraq]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux