<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>The UNIX and Linux Forums - Web Programming, Web 2.0 and Mashups</title>
		<link>http://www.unix.com/</link>
		<description>Discuss Web Programming and Web Server Administration, including LAMP, Apache, MySQL, Flash, HTML, SEO, Mashups and other Web APIs and topics.</description>
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 00:06:38 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>5</ttl>
		<image>
			<url>http://solaris.unix.com/images/misc/rss.jpg</url>
			<title>The UNIX and Linux Forums - Web Programming, Web 2.0 and Mashups</title>
			<link>http://www.unix.com/</link>
		</image>
		<item>
			<title>PHP Help - Delete cookies and redirect back to referrer</title>
			<link>http://www.unix.com/web-programming-web-2-0-mashups/124178-php-help-delete-cookies-redirect-back-referrer-new-post.html</link>
			<pubDate>Thu, 19 Nov 2009 17:22:48 GMT</pubDate>
			<description><![CDATA[I was wondering if any one would be willing to help me with this.  
 
I'd like to create a 503 error page using a PHP script that will do the following: 
 
 
- delete all cookies that contains 'something' in the host and 'JSESSIONID' as the cookie name.  There are either 1 or 2 cookies that each...]]></description>
			<content:encoded><![CDATA[<div>I was wondering if any one would be willing to help me with this. <br />
<br />
I'd like to create a 503 error page using a PHP script that will do the following:<br />
<br />
<br />
- delete all cookies that contains 'something' in the host and 'JSESSIONID' as the cookie name.  There are either 1 or 2 cookies that each user will have.<br />
- redirect them to the referrer that sent them to this php script in the first place.</div>

]]></content:encoded>
			<category domain="http://www.unix.com/web-programming-web-2-0-mashups/">Web Programming, Web 2.0 and Mashups</category>
			<dc:creator>Adrnalnrsh</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/web-programming-web-2-0-mashups/124178-php-help-delete-cookies-redirect-back-referrer.html</guid>
		</item>
		<item>
			<title>Implementing incremental find</title>
			<link>http://www.unix.com/web-programming-web-2-0-mashups/123914-implementing-incremental-find-new-post.html</link>
			<pubDate>Tue, 17 Nov 2009 04:12:11 GMT</pubDate>
			<description>Hi everybody, 
 
I was wondering how one would implement an incremental find* feature into a web form? 
 
I have a page where users can enter ids, for example names. If a user starts typing in D, then a list of names starting with D will be suggested as a drop down menu, where users can select the...</description>
			<content:encoded><![CDATA[<div>Hi everybody,<br />
<br />
I was wondering how one would implement an incremental find* feature into a web form?<br />
<br />
I have a page where users can enter ids, for example names. If a user starts typing in D, then a list of names starting with D will be suggested as a drop down menu, where users can select the relevant one. Upon clicking on the menu, the form will be filled.<br />
<br />
Google suggest** would be an example of what I want to achieve.<br />
<br />
Thanks!<br />
<br />
Dave<br />
<br />
*<a href="http://en.wikipedia.org/wiki/Incremental_find" target="_blank">Incremental find - Wikipedia, the free encyclopedia</a><br />
**<a href="http://www.google.com/support/websearch/bin/answer.py?hl=en&amp;answer=106230" target="_blank">Features : Query suggestions - Web Search Help</a></div>

]]></content:encoded>
			<category domain="http://www.unix.com/web-programming-web-2-0-mashups/">Web Programming, Web 2.0 and Mashups</category>
			<dc:creator>z1dane</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/web-programming-web-2-0-mashups/123914-implementing-incremental-find.html</guid>
		</item>
		<item>
			<title>HTTP 404 Error Fetches File from Another Server</title>
			<link>http://www.unix.com/web-programming-web-2-0-mashups/123217-http-404-error-fetches-file-another-server-new-post.html</link>
			<pubDate>Sun, 08 Nov 2009 07:23:29 GMT</pubDate>
			<description><![CDATA[Has any seen any PHP or other scripting code that will executive on a 404 "File Not Found' error and then fetch the requested file from a different server?]]></description>
			<content:encoded><![CDATA[<div>Has any seen any PHP or other scripting code that will executive on a 404 &quot;File Not Found' error and then fetch the requested file from a different server?</div>

]]></content:encoded>
			<category domain="http://www.unix.com/web-programming-web-2-0-mashups/">Web Programming, Web 2.0 and Mashups</category>
			<dc:creator>Neo</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/web-programming-web-2-0-mashups/123217-http-404-error-fetches-file-another-server.html</guid>
		</item>
		<item>
			<title>apache ssl routing 2 dns</title>
			<link>http://www.unix.com/web-programming-web-2-0-mashups/123160-apache-ssl-routing-2-dns-new-post.html</link>
			<pubDate>Sat, 07 Nov 2009 01:07:08 GMT</pubDate>
			<description><![CDATA[Hi  
i'm looking for some advice on apache ssl routing for 2 url.Fyi one url is certificate is verified by GeoTrust and another url on the other site certificate is verified by Verisgn.Is that possible to routing between this two url. 
 
Here is my scenario 
 
I have an https:// site running on an...]]></description>
			<content:encoded><![CDATA[<div>Hi <br />
i'm looking for some advice on apache ssl routing for 2 url.Fyi one url is certificate is verified by GeoTrust and another url on the other site certificate is verified by Verisgn.Is that possible to routing between this two url.<br />
<br />
Here is my scenario<br />
<br />
I have an https:// site running on an IIS 5.0 server (<a href="https://somesite.com-" target="_blank">https://somesite.com-</a> Certificate verified by GeoTrust) behind an off-campus firewall. I am setting up a Apache 2.0.48 as the SSL Reverse Proxy to access backend server (<a href="https://mybackendserver.com-Certificate" target="_blank">https://mybackendserver.com-Certificate</a> verified by Verisign) . The Proxy server IP is allowed in the firewall rule set.<br />
<br />
Here is my SSL rewrite rules<br />
<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">SSLProxyEngine On<br />
<br />
RewriteEngine on<br />
ProxyPass /middleway&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  https://backendserver/admin<br />
ProxyPassReverse /middleway&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  https://backendserver/admin</code><hr />
</div>My main questions are:<br />
1. is that possible to do routing of 2 url certificate verified by two different company??<br />
<br />
<br />
Any advice are much appreciate.<br />
<br />
Thanks in advance</div>

]]></content:encoded>
			<category domain="http://www.unix.com/web-programming-web-2-0-mashups/">Web Programming, Web 2.0 and Mashups</category>
			<dc:creator>netxus</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/web-programming-web-2-0-mashups/123160-apache-ssl-routing-2-dns.html</guid>
		</item>
		<item>
			<title>How do you make web sites?</title>
			<link>http://www.unix.com/web-programming-web-2-0-mashups/123060-how-do-you-make-web-sites-new-post.html</link>
			<pubDate>Thu, 05 Nov 2009 23:10:20 GMT</pubDate>
			<description><![CDATA[:confused: I've read how on some websites but  I still don't get it. 
I need specific details. I want to make a website for my photography. Please help!:D]]></description>
			<content:encoded><![CDATA[<div>:confused: I've read how on some websites but  I still don't get it.<br />
I need specific details. I want to make a website for my photography. Please help!:D</div>

]]></content:encoded>
			<category domain="http://www.unix.com/web-programming-web-2-0-mashups/">Web Programming, Web 2.0 and Mashups</category>
			<dc:creator>animelibara123</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/web-programming-web-2-0-mashups/123060-how-do-you-make-web-sites.html</guid>
		</item>
		<item>
			<title>Looking for a tool for SVN deployment</title>
			<link>http://www.unix.com/web-programming-web-2-0-mashups/122998-looking-tool-svn-deployment-new-post.html</link>
			<pubDate>Thu, 05 Nov 2009 12:37:43 GMT</pubDate>
			<description>Please help! 
I am looking for a tool which can perform following tasks: 
 
1. Display repository lists 
2. Upload repository via ssh to production server 
3. Check the last repository number updated 
4. Capable to work with Apache and PHP on Linux OS. 
 
Thank you.</description>
			<content:encoded><![CDATA[<div>Please help!<br />
I am looking for a tool which can perform following tasks:<br />
<br />
1. Display repository lists<br />
2. Upload repository via ssh to production server<br />
3. Check the last repository number updated<br />
4. Capable to work with Apache and PHP on Linux OS.<br />
<br />
Thank you.</div>

]]></content:encoded>
			<category domain="http://www.unix.com/web-programming-web-2-0-mashups/">Web Programming, Web 2.0 and Mashups</category>
			<dc:creator>greenja</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/web-programming-web-2-0-mashups/122998-looking-tool-svn-deployment.html</guid>
		</item>
		<item>
			<title>Configurator for MySQL Cluster - version 2.9</title>
			<link>http://www.unix.com/web-programming-web-2-0-mashups/122810-configurator-mysql-cluster-version-2-9-a-new-post.html</link>
			<pubDate>Tue, 03 Nov 2009 19:51:51 GMT</pubDate>
			<description>I just listened to a fairly dry MySQL/Sun webinar about performance tuning MySQL clusters.   
 
One of the highlights of the presentation was the fact the MySQL team strongly advocated the use of this configuration tool: 
 
Configurator for MySQL Cluster - version 2.9...</description>
			<content:encoded><![CDATA[<div>I just listened to a fairly dry MySQL/Sun webinar about performance tuning MySQL clusters.  <br />
<br />
One of the highlights of the presentation was the fact the MySQL team strongly advocated the use of this configuration tool:<br />
<br />
<a href="http://www.severalnines.com/config/index.php" target="_blank">Configurator for MySQL Cluster - version 2.9</a><br />
<br />
Check it out!</div>

]]></content:encoded>
			<category domain="http://www.unix.com/web-programming-web-2-0-mashups/">Web Programming, Web 2.0 and Mashups</category>
			<dc:creator>Neo</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/web-programming-web-2-0-mashups/122810-configurator-mysql-cluster-version-2-9-a.html</guid>
		</item>
		<item>
			<title>Need help with cgi and so on</title>
			<link>http://www.unix.com/web-programming-web-2-0-mashups/122612-need-help-cgi-so-new-post.html</link>
			<pubDate>Sat, 31 Oct 2009 14:46:08 GMT</pubDate>
			<description>Hello all, i`m new here and new in programming with cgi. But i need it for my running project. I`ve googled half a week with no success. 
 
All i need is to run an .sh-file via cgi. 
 
My file is stored in /home/bots/ 
 
but if i try 
 
Code: 
---------</description>
			<content:encoded><![CDATA[<div>Hello all, i`m new here and new in programming with cgi. But i need it for my running project. I`ve googled half a week with no success.<br />
<br />
All i need is to run an .sh-file via cgi.<br />
<br />
My file is stored in /home/bots/<br />
<br />
but if i try<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">#!/bin/sh<br />
<br />
echo 'Content-type: text/html'<br />
echo<br />
<br />
echo '&lt;html&gt;'<br />
echo '&lt;body&gt;'<br />
echo '&lt;center&gt;&lt;h1&gt;'<br />
<br />
/home/bots/logout.sh<br />
<br />
echo '&lt;/h1&gt;&lt;/center&gt;'<br />
echo '&lt;/body&gt;'<br />
echo '&lt;/html&gt;'</code><hr />
</div>i get an error message. In the logout.sh i make some stuff with screen and i get the message:<br />
<b><font size="2">No screen session found.</font></b><br />
<br />
 But i`m sure there is running a session.<br />
if i log in into the shell all is working fine.</div>

]]></content:encoded>
			<category domain="http://www.unix.com/web-programming-web-2-0-mashups/">Web Programming, Web 2.0 and Mashups</category>
			<dc:creator>cryp0r</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/web-programming-web-2-0-mashups/122612-need-help-cgi-so.html</guid>
		</item>
		<item>
			<title>Problem with image display stored outside webserver in Unix?</title>
			<link>http://www.unix.com/web-programming-web-2-0-mashups/122534-problem-image-display-stored-outside-webserver-unix-new-post.html</link>
			<pubDate>Fri, 30 Oct 2009 09:31:50 GMT</pubDate>
			<description>Hi All, 
 
I have an image stored in my solaris server path /usr/Apps/TEMP directory. 
I have created this image at runtime. 
I have my web application dployed in my webserver path /usr/Apps/tomcat/jakarta-tomcat-5.5.7/webapps/DispReports 
 
From a jsp file available under my DispReports folder, I...</description>
			<content:encoded><![CDATA[<div>Hi All,<br />
<br />
I have an image stored in my solaris server path /usr/Apps/TEMP directory.<br />
I have created this image at runtime.<br />
I have my web application dployed in my webserver path /usr/Apps/tomcat/jakarta-tomcat-5.5.7/webapps/DispReports<br />
<br />
From a jsp file available under my DispReports folder, I need to access the image stored in /usr/Apps/TEMP directory.<br />
<br />
But when I give the path in src attribute like below, I am not getting the image.<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;img src=&quot;/usr/Apps/TEMP/Report1.png&quot; border=&quot;0&quot; usemap=&quot;#chart&quot;&gt;&lt;/img&gt;</code><hr />
</div>I then understand that, when I give the path like this, its trying to search for the folder inside the DispReports/jsp/ folder. Its not coming out of the webserver path.<br />
<br />
Kindly help me in this regards.<br />
<br />
Thanks<br />
suren</div>

]]></content:encoded>
			<category domain="http://www.unix.com/web-programming-web-2-0-mashups/">Web Programming, Web 2.0 and Mashups</category>
			<dc:creator>nsurendiran</dc:creator>
			<guid isPermaLink="true">http://www.unix.com/web-programming-web-2-0-mashups/122534-problem-image-display-stored-outside-webserver-unix.html</guid>
		</item>
	</channel>
</rss>
