File apache.conf of Package pxeconf

#
# Apache setup for pxe over http
#
Alias /pxe /srv/tftpboot
<directory /srv/tftpboot>
	Options MultiViews Indexes IncludesNoExec
	<Limit GET POST OPTIONS PROPFIND>
		<IfModule !mod_access_compat.c>
			Require all granted
		</IfModule>
		<IfModule mod_access_compat.c>
			Order allow,deny
			Allow from all
		</IfModule>
	</Limit>
	<LimitExcept GET POST OPTIONS PROPFIND>
		<IfModule !mod_access_compat.c>
			Require all denied
		</IfModule>
		<IfModule mod_access_compat.c>
			Order deny,allow
			Deny from all
		</IfModule>
	</LimitExcept>
</directory>

openSUSE Build Service is sponsored by