Sophie

Sophie

distrib > Mageia > 6 > armv5tl > media > core-release > by-pkgid > 122370c414a0177d00a311bf2beb01bb > files > 12

astpp-1.7.2-11.mga6.noarch.rpm

Listen 8081
NameVirtualHost *:8081
<VirtualHost *:8081>
      servername  localhost
      ServerAlias localhost
      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>
	      AddType application/x-httpd-php .php
	      RemoveHandler .php
	      <FilesMatch "\.php$" >
		      SetHandler x-httpd-php
	      </FilesMatch>
	      <Location />
		      suPHP_AddHandler x-httpd-php
	      </Location>
      </IfModule>
      CustomLog /var/log/httpd/astpp_access_log combined
      ErrorLog /var/log/httpd/astpp_error_log
      
      Alias /astpp/ "/var/www/astpp/"
      <Directory "/var/www/astpp/">
	      AllowOverride All
      </Directory>
      Options +Includes +FollowSymlinks
      <Location /stats>
	      Options +Indexes
      </Location> 
</VirtualHost>