User: mparent-guest Date: 06/03/28 14:47:31 Modified: debian/conf apache.conf Log: Better apache handling (reload) Revision Changes Path 1.2 +35 -4 musmap/debian/conf/apache.conf CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/musmap/debian/conf/apache.conf?annotate=1.2&cvsroot= CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/musmap/debian/conf/apache.conf?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot= CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/musmap/debian/conf/apache.conf.diff?r1=1.2&r2=1.1&cvsroot= ----------------------------------- Index: apache.conf =================================================================== RCS file: /cvsroot/pkg-grass/musmap/debian/conf/apache.conf,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- apache.conf 12 Jan 2006 20:12:35 -0000 1.1 +++ apache.conf 28 Mar 2006 14:47:31 -0000 1.2 @@ -1,7 +1,38 @@ -<Directory /usr/share/musmap/> - AllowOverride All +<IfModule mod_alias.c> + Alias /musmap/webtmp /var/cache/musmap/webtmp +</IfModule> +<Directory /var/cache/musmap/webtmp> + Order Allow,Deny + Allow from All + AllowOverride None </Directory> -<Directory /var/www/musmap/> +<IfModule mod_alias.c> + Alias /musmap /usr/share/musmap +</IfModule> +<Directory /usr/share/musmap/> + DirectoryIndex index.php AllowOverride All -</Directory> + <IfModule mod_mime.c> + + <IfModule mod_php4.c> + AddType application/x-httpd-php .php + + php_flag magic_quotes_gpc Off + php_flag track_vars On + php_flag register_globals Off + php_value include_path . + </IfModule> + + <IfModule !mod_php4.c> + <IfModule mod_actions.c> + <IfModule mod_cgi.c> + AddType application/x-httpd-php .php + + Action application/x-httpd-php /cgi-bin/php4 + </IfModule> + </IfModule> + </IfModule> + + </IfModule> +</Directory> \ No newline at end of file
_______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

