diff options
Diffstat (limited to 'development/mod_perl/mod_perl.conf')
-rw-r--r-- | development/mod_perl/mod_perl.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/mod_perl/mod_perl.conf b/development/mod_perl/mod_perl.conf index bad6a93591..8b33e560c1 100644 --- a/development/mod_perl/mod_perl.conf +++ b/development/mod_perl/mod_perl.conf @@ -10,7 +10,7 @@ AddHandler perl-script pl # Set this if you want perl-scripts to be # executed from only one directory -#Alias /perl/ /var/www/htdocs/perl/ +#Alias /perl/ /srv/www/htdocs/perl/ #<Location /perl/> # SetHandler perl-script # PerlResponseHandler ModPerl::Registry |