<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.staging.zoneminder.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Francopacks</id>
	<title>ZoneMinder Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.staging.zoneminder.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Francopacks"/>
	<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/Special:Contributions/Francopacks"/>
	<updated>2026-04-20T07:06:58Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Ubuntu_13.10_-_Apache_2.4_with_Zoneminder_configuration_changes&amp;diff=6074</id>
		<title>Ubuntu 13.10 - Apache 2.4 with Zoneminder configuration changes</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Ubuntu_13.10_-_Apache_2.4_with_Zoneminder_configuration_changes&amp;diff=6074"/>
		<updated>2014-02-28T17:31:43Z</updated>

		<summary type="html">&lt;p&gt;Francopacks: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is an initial &amp;quot;fix&amp;quot; for those of you wanting to use Ubuntu 13.10. These fixes apply to both the ZM 1.25.0 from the Ubuntu distribution and the 1.26.4 from the Launchpad ppa area. &lt;br /&gt;
&lt;br /&gt;
For Ubuntu 13.10 the symbolic link creation should be:&lt;br /&gt;
&lt;br /&gt;
 ln -s /etc/zm/apache.conf /etc/apache2/conf-enabled/zoneminder.conf&lt;br /&gt;
&lt;br /&gt;
When you try to access the ZM web page you get a blank screen.&lt;br /&gt;
&lt;br /&gt;
The issue is in the php.ini file and is a value called:&lt;br /&gt;
&lt;br /&gt;
 short_open_tag = Off&lt;br /&gt;
&lt;br /&gt;
This value needs to be set to On&lt;br /&gt;
&lt;br /&gt;
 sudo nano /etc/php5/apache2/php.ini&lt;br /&gt;
&lt;br /&gt;
find the short_open_tag = Off and change it to On&lt;br /&gt;
&lt;br /&gt;
Ctrl +o to save the file&lt;br /&gt;
Ctrl +x to exit&lt;br /&gt;
&lt;br /&gt;
CGI is not enabled in Ubuntu 13.10 by default. Enable it this way:&lt;br /&gt;
&lt;br /&gt;
 sudo a2enmod cgi&lt;br /&gt;
&lt;br /&gt;
Now reload Apache:&lt;br /&gt;
&lt;br /&gt;
 /etc/init.d/apache2 force-reload&lt;br /&gt;
&lt;br /&gt;
and now you should see the ZM page!&lt;/div&gt;</summary>
		<author><name>Francopacks</name></author>
	</entry>
</feed>