[Gluster-users] mod_glusterfs within VirtualHost
Andy Sy
andy.sy at neotitans.com
Mon Jul 27 19:03:28 UTC 2009
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.
More information about the Gluster-users
mailing list