All pastes #559621 Raw Edit

Untitled

public text v1 · immutable
#559621 ·published 2007-06-11 20:47 UTC
rendered paste body
# from apache2.conf:
Action php-script /cgi-bin/php
Action php-script4 /cgi-bin/php4
Action php-script5 /cgi-bin/php5

AddHandler php-script .php
AddHandler php-script4 .php4
AddHandler php-script5 .php5

# from sites-enabled:

<VirtualHost *>
	RemoveHandler .php
	AddHandler php-script5 .php
	ServerAdmin webmaster@public.html
	DocumentRoot /home/bkudria/public-html
	<Directory />
					Options FollowSymLinks
					AllowOverride None
	</Directory>

	ErrorLog /home/bkudria/public-html-error.log
	CustomLog /home/bkudria/public-html-access.log combined
</VirtualHost>