<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Install Apache2 webserver with PHP,CGI and Perl Support in Ubuntu Server</title>
	<atom:link href="http://www.ubuntugeek.com/how-to-install-apache2-webserver-with-phpcgi-and-perl-support-in-ubuntu-server.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/how-to-install-apache2-webserver-with-phpcgi-and-perl-support-in-ubuntu-server.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Oneiric,Natty,Maverick</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Amatøren</title>
		<link>http://www.ubuntugeek.com/how-to-install-apache2-webserver-with-phpcgi-and-perl-support-in-ubuntu-server.html/comment-page-2#comment-117324</link>
		<dc:creator>Amatøren</dc:creator>
		<pubDate>Tue, 13 Dec 2011 17:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=660#comment-117324</guid>
		<description>Fixed - Working on new Ubuntu</description>
		<content:encoded><![CDATA[<p>Fixed - Working on new Ubuntu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amatøren</title>
		<link>http://www.ubuntugeek.com/how-to-install-apache2-webserver-with-phpcgi-and-perl-support-in-ubuntu-server.html/comment-page-2#comment-117197</link>
		<dc:creator>Amatøren</dc:creator>
		<pubDate>Sun, 11 Dec 2011 20:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=660#comment-117197</guid>
		<description>Hi.

I see that makin programs for cgi-bin eather is a php script with .php extention og perl with .pl

Is it possible to make programs without any exstention?

.... if .... howto?</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>I see that makin programs for cgi-bin eather is a php script with .php extention og perl with .pl</p>
<p>Is it possible to make programs without any exstention?</p>
<p>&#8230;. if &#8230;. howto?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.ubuntugeek.com/how-to-install-apache2-webserver-with-phpcgi-and-perl-support-in-ubuntu-server.html/comment-page-2#comment-113026</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 01 Nov 2011 03:20:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=660#comment-113026</guid>
		<description>I try to install cgi in my Ubuntu 11.04. I put testperl.pl in /usr/lib/cgi-bin. So, how we can access it from the browser? 
I try to access with http://localhost/cgi-bin 
but, it can&#039;t work. could you help me??</description>
		<content:encoded><![CDATA[<p>I try to install cgi in my Ubuntu 11.04. I put testperl.pl in /usr/lib/cgi-bin. So, how we can access it from the browser?<br />
I try to access with <a href="http://localhost/cgi-bin" rel="nofollow">http://localhost/cgi-bin</a><br />
but, it can&#8217;t work. could you help me??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pottsi</title>
		<link>http://www.ubuntugeek.com/how-to-install-apache2-webserver-with-phpcgi-and-perl-support-in-ubuntu-server.html/comment-page-2#comment-112213</link>
		<dc:creator>pottsi</dc:creator>
		<pubDate>Fri, 28 Oct 2011 14:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=660#comment-112213</guid>
		<description>To use aptitude you need aptitude installed, if not just use apt-get</description>
		<content:encoded><![CDATA[<p>To use aptitude you need aptitude installed, if not just use apt-get</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ADARSH V. K.</title>
		<link>http://www.ubuntugeek.com/how-to-install-apache2-webserver-with-phpcgi-and-perl-support-in-ubuntu-server.html/comment-page-1#comment-110318</link>
		<dc:creator>ADARSH V. K.</dc:creator>
		<pubDate>Sat, 01 Oct 2011 08:49:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=660#comment-110318</guid>
		<description>Dear sir,

We have configured Apache2 on an Ubuntu 10.04 Machine in my LAN with  a static IP of 192.168.1.125

The default page of the Apache2 is available on entire LAN member PC&#039;s with the URL address  http://192.168.1.125.

We have installed Web with default directories as explained in your tutorial http://www.webmo.net/support/installation.html

But able to access webMO through the browsers in LAN or the server PC...

Cam you explain me how to configure this as virtual host, which will enable us to access WebMO through browsers in LAN PC&#039;s?

Problem Details:

 tried to install webMo on Ubuntu 10.04 as explained in your tutorial using default directories....but unable to access webMo form a browser. it give following error message... how can i configure this installation as virtual host and access it through browser?. (apache2 is configured and default page is accessible)
======================
Error message,

Not Found

The requested URL /~web/cgi-bin/webmo/login.cgi was not found on this server.
Apache/2.2.14 (Ubuntu) Server at 192.168.1.125 Port 80

====================================

ServerName ?
DocumentRoot /path/to/your/project/root ?
 ?
AllowOverride All
Order deny,allow
Allow from all

    ScriptAlias /cgi-bin/ /home/www/cgi-bin/

    
    Options ExecCGI
    AddHandler cgi-script cgi pl
    



Regards,

VK. Adarsh</description>
		<content:encoded><![CDATA[<p>Dear sir,</p>
<p>We have configured Apache2 on an Ubuntu 10.04 Machine in my LAN with  a static IP of 192.168.1.125</p>
<p>The default page of the Apache2 is available on entire LAN member PC&#8217;s with the URL address  <a href="http://192.168.1.125" rel="nofollow">http://192.168.1.125</a>.</p>
<p>We have installed Web with default directories as explained in your tutorial <a href="http://www.webmo.net/support/installation.html" rel="nofollow">http://www.webmo.net/support/installation.html</a></p>
<p>But able to access webMO through the browsers in LAN or the server PC&#8230;</p>
<p>Cam you explain me how to configure this as virtual host, which will enable us to access WebMO through browsers in LAN PC&#8217;s?</p>
<p>Problem Details:</p>
<p> tried to install webMo on Ubuntu 10.04 as explained in your tutorial using default directories&#8230;.but unable to access webMo form a browser. it give following error message&#8230; how can i configure this installation as virtual host and access it through browser?. (apache2 is configured and default page is accessible)<br />
======================<br />
Error message,</p>
<p>Not Found</p>
<p>The requested URL /~web/cgi-bin/webmo/login.cgi was not found on this server.<br />
Apache/2.2.14 (Ubuntu) Server at 192.168.1.125 Port 80</p>
<p>====================================</p>
<p>ServerName ?<br />
DocumentRoot /path/to/your/project/root ?<br />
 ?<br />
AllowOverride All<br />
Order deny,allow<br />
Allow from all</p>
<p>    ScriptAlias /cgi-bin/ /home/www/cgi-bin/</p>
<p>    Options ExecCGI<br />
    AddHandler cgi-script cgi pl</p>
<p>Regards,</p>
<p>VK. Adarsh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michalbRv</title>
		<link>http://www.ubuntugeek.com/how-to-install-apache2-webserver-with-phpcgi-and-perl-support-in-ubuntu-server.html/comment-page-1#comment-108740</link>
		<dc:creator>michalbRv</dc:creator>
		<pubDate>Mon, 29 Aug 2011 14:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=660#comment-108740</guid>
		<description>little error in this line:
sudo aptitiude install php5 libapache2-mod-php5</description>
		<content:encoded><![CDATA[<p>little error in this line:<br />
sudo aptitiude install php5 libapache2-mod-php5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RedScourge</title>
		<link>http://www.ubuntugeek.com/how-to-install-apache2-webserver-with-phpcgi-and-perl-support-in-ubuntu-server.html/comment-page-1#comment-107200</link>
		<dc:creator>RedScourge</dc:creator>
		<pubDate>Wed, 27 Jul 2011 22:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=660#comment-107200</guid>
		<description>...I LOVE LAMP!</description>
		<content:encoded><![CDATA[<p>&#8230;I LOVE LAMP!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.ubuntugeek.com/how-to-install-apache2-webserver-with-phpcgi-and-perl-support-in-ubuntu-server.html/comment-page-1#comment-107184</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 27 Jul 2011 16:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=660#comment-107184</guid>
		<description>Anyone know of a step-by-step that will work?

What and where is the,&quot;site configuration file.&quot;?  

I&#039;m sure it&#039;s a version thing but my www directory is /var/www not /home/www.  

This page wouldn&#039;t exist if the apache page explanation wasn&#039;t just as bad. I&#039;ve tried a few different ways to get this to work.

I have lot&#039;s of scripts that I would like to execute from an html document. Apache is installed and working, what next?  All I can get it to do is try to download the file/bash script. Any help would be good, specific help would be great.

Thanks All.</description>
		<content:encoded><![CDATA[<p>Anyone know of a step-by-step that will work?</p>
<p>What and where is the,&#8221;site configuration file.&#8221;?  </p>
<p>I&#8217;m sure it&#8217;s a version thing but my www directory is /var/www not /home/www.  </p>
<p>This page wouldn&#8217;t exist if the apache page explanation wasn&#8217;t just as bad. I&#8217;ve tried a few different ways to get this to work.</p>
<p>I have lot&#8217;s of scripts that I would like to execute from an html document. Apache is installed and working, what next?  All I can get it to do is try to download the file/bash script. Any help would be good, specific help would be great.</p>
<p>Thanks All.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fajar</title>
		<link>http://www.ubuntugeek.com/how-to-install-apache2-webserver-with-phpcgi-and-perl-support-in-ubuntu-server.html/comment-page-1#comment-104601</link>
		<dc:creator>fajar</dc:creator>
		<pubDate>Fri, 20 May 2011 09:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=660#comment-104601</guid>
		<description>i am error open http://yourserverip/cgi-bin/perltest.pl

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request

can you help me</description>
		<content:encoded><![CDATA[<p>i am error open <a href="http://yourserverip/cgi-bin/perltest.pl" rel="nofollow">http://yourserverip/cgi-bin/perltest.pl</a></p>
<p>Internal Server Error</p>
<p>The server encountered an internal error or misconfiguration and was unable to complete your request</p>
<p>can you help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victoria Huit</title>
		<link>http://www.ubuntugeek.com/how-to-install-apache2-webserver-with-phpcgi-and-perl-support-in-ubuntu-server.html/comment-page-1#comment-96003</link>
		<dc:creator>Victoria Huit</dc:creator>
		<pubDate>Mon, 21 Mar 2011 06:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=660#comment-96003</guid>
		<description>Thank you!</description>
		<content:encoded><![CDATA[<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kkkr</title>
		<link>http://www.ubuntugeek.com/how-to-install-apache2-webserver-with-phpcgi-and-perl-support-in-ubuntu-server.html/comment-page-1#comment-87960</link>
		<dc:creator>kkkr</dc:creator>
		<pubDate>Thu, 13 Jan 2011 11:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=660#comment-87960</guid>
		<description>Worked a treat. Thank you.</description>
		<content:encoded><![CDATA[<p>Worked a treat. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnmay</title>
		<link>http://www.ubuntugeek.com/how-to-install-apache2-webserver-with-phpcgi-and-perl-support-in-ubuntu-server.html/comment-page-1#comment-59484</link>
		<dc:creator>johnmay</dc:creator>
		<pubDate>Fri, 26 Nov 2010 23:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=660#comment-59484</guid>
		<description>With apache 2 and Ubuntu 10.4 the sites-enabled file already includes the 

ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
	
		AllowOverride None
		Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
		Order allow,deny
		Allow from all
	

and there is a usr/lib/cgi-bin DIR where I added the perl script and ran it.. 

Then I had to look to see that the numbers were part of the script :P!

Great Thread! Thanks!</description>
		<content:encoded><![CDATA[<p>With apache 2 and Ubuntu 10.4 the sites-enabled file already includes the </p>
<p>ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/</p>
<p>		AllowOverride None<br />
		Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch<br />
		Order allow,deny<br />
		Allow from all</p>
<p>and there is a usr/lib/cgi-bin DIR where I added the perl script and ran it.. </p>
<p>Then I had to look to see that the numbers were part of the script <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> !</p>
<p>Great Thread! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bharat</title>
		<link>http://www.ubuntugeek.com/how-to-install-apache2-webserver-with-phpcgi-and-perl-support-in-ubuntu-server.html/comment-page-1#comment-58481</link>
		<dc:creator>Bharat</dc:creator>
		<pubDate>Sun, 21 Nov 2010 17:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=660#comment-58481</guid>
		<description>Thanks a lot,very helpful.Works fine :)</description>
		<content:encoded><![CDATA[<p>Thanks a lot,very helpful.Works fine <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: navimika</title>
		<link>http://www.ubuntugeek.com/how-to-install-apache2-webserver-with-phpcgi-and-perl-support-in-ubuntu-server.html/comment-page-1#comment-47034</link>
		<dc:creator>navimika</dc:creator>
		<pubDate>Wed, 08 Sep 2010 00:26:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=660#comment-47034</guid>
		<description>yahoooo! works!!!</description>
		<content:encoded><![CDATA[<p>yahoooo! works!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiberido</title>
		<link>http://www.ubuntugeek.com/how-to-install-apache2-webserver-with-phpcgi-and-perl-support-in-ubuntu-server.html/comment-page-1#comment-46138</link>
		<dc:creator>Tiberido</dc:creator>
		<pubDate>Thu, 02 Sep 2010 19:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=660#comment-46138</guid>
		<description>It rocks !!!!</description>
		<content:encoded><![CDATA[<p>It rocks !!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: haldun abaz</title>
		<link>http://www.ubuntugeek.com/how-to-install-apache2-webserver-with-phpcgi-and-perl-support-in-ubuntu-server.html/comment-page-1#comment-29642</link>
		<dc:creator>haldun abaz</dc:creator>
		<pubDate>Thu, 06 May 2010 17:41:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=660#comment-29642</guid>
		<description>Thank you, it works now</description>
		<content:encoded><![CDATA[<p>Thank you, it works now</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pp</title>
		<link>http://www.ubuntugeek.com/how-to-install-apache2-webserver-with-phpcgi-and-perl-support-in-ubuntu-server.html/comment-page-1#comment-27871</link>
		<dc:creator>pp</dc:creator>
		<pubDate>Sun, 18 Apr 2010 14:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=660#comment-27871</guid>
		<description>Hi, I followed your instruction in the cgi section (or at least I believe I did), but my browser keeps wanting to download the pl file instead of executing it. I&#039;ve had the same problem with other binary files too. Please help</description>
		<content:encoded><![CDATA[<p>Hi, I followed your instruction in the cgi section (or at least I believe I did), but my browser keeps wanting to download the pl file instead of executing it. I&#8217;ve had the same problem with other binary files too. Please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: by Duvv69</title>
		<link>http://www.ubuntugeek.com/how-to-install-apache2-webserver-with-phpcgi-and-perl-support-in-ubuntu-server.html/comment-page-1#comment-26591</link>
		<dc:creator>by Duvv69</dc:creator>
		<pubDate>Sun, 28 Mar 2010 18:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=660#comment-26591</guid>
		<description>Thanks !!</description>
		<content:encoded><![CDATA[<p>Thanks !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hilmy</title>
		<link>http://www.ubuntugeek.com/how-to-install-apache2-webserver-with-phpcgi-and-perl-support-in-ubuntu-server.html/comment-page-1#comment-24751</link>
		<dc:creator>hilmy</dc:creator>
		<pubDate>Fri, 12 Mar 2010 12:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=660#comment-24751</guid>
		<description>its working now 
http://192.168.90.20/cgi-bin/perltest.pl 
file name.
and no space / Line  befor #!/usr/bin/perl -w</description>
		<content:encoded><![CDATA[<p>its working now<br />
<a href="http://192.168.90.20/cgi-bin/perltest.pl" rel="nofollow">http://192.168.90.20/cgi-bin/perltest.pl</a><br />
file name.<br />
and no space / Line  befor #!/usr/bin/perl -w</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hilmy</title>
		<link>http://www.ubuntugeek.com/how-to-install-apache2-webserver-with-phpcgi-and-perl-support-in-ubuntu-server.html/comment-page-1#comment-24612</link>
		<dc:creator>hilmy</dc:creator>
		<pubDate>Thu, 11 Mar 2010 11:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=660#comment-24612</guid>
		<description>I get error 
Forbidden
You don&#039;t have permission to access /cgi-bin/ on this server.</description>
		<content:encoded><![CDATA[<p>I get error<br />
Forbidden<br />
You don&#8217;t have permission to access /cgi-bin/ on this server.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

