Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 1ef8768542379b2c04dbb11ba4b62ce1 > files > 2

astpp-1.7.2-9.mga5.src.rpm

--- web_interface/apache/astpp.conf	2013-04-08 07:08:30.000000000 -0400
+++ web_interface/apache/astpp.conf.mga	2013-05-14 09:51:00.176579180 -0400
@@ -3,7 +3,7 @@
 <VirtualHost *:8081>
       servername  localhost
       ServerAlias localhost
-      DocumentRoot /var/www/html/astpp
+      DocumentRoot /var/www/astpp
       DirectoryIndex index.php index.html index.shtml index.htm default.htm Default.aspx Default.asp index.pl
 
       <IfModule mod_suphp.c>
@@ -19,8 +19,8 @@
       CustomLog /var/log/httpd/astpp_access_log combined
       ErrorLog /var/log/httpd/astpp_error_log
       
-      Alias /astpp/ "/var/www/html/astpp/"
-      <Directory "/var/www/html/astpp/">
+      Alias /astpp/ "/var/www/astpp/"
+      <Directory "/var/www/astpp/">
 	      AllowOverride All
       </Directory>
       Options +Includes +FollowSymlinks