<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Ask Ozar.net - Recent questions and answers in Web &amp; Application Server Administration / Configuration</title>
<link>http://ask.ozar.net/qa/computers-tablets-smartphones/software/application-servers</link>
<description>Powered by Question2Answer</description>
<item>
<title>Answered: How to host a PHP application from an external directory outside apache/htdocs ?</title>
<link>http://ask.ozar.net/35/host-application-external-directory-outside-apache-htdocs?show=36#a36</link>
<description>

&lt;p&gt;
	Assuming your default web port on Apache is 80, enter the following definition in the file named &lt;strong&gt;httpd-vhosts.conf (in &amp;lt;Apache Installation&amp;gt;/config&amp;nbsp;&lt;/strong&gt;below any other virtual hosts:&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;&amp;lt;VirtualHost *:80&amp;gt;
&lt;br&gt;
	&amp;nbsp; ServerName yourapp
&lt;br&gt;
	&amp;nbsp; DocumentRoot &quot;E:\phpdev\yourapplication&quot;
&lt;br&gt;
	&amp;lt;/VirtualHost&amp;gt;&lt;/span&gt;
&lt;br&gt;
	
&lt;br&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;&amp;lt;Directory &quot;E:\phpdev\yourapplication&quot;&amp;gt;
&lt;br&gt;
	&amp;nbsp; Options Indexes FollowSymLinks
&lt;br&gt;
	&amp;nbsp; AllowOverride All
&lt;br&gt;
	&amp;nbsp; Order allow,deny
&lt;br&gt;
	&amp;nbsp; Allow from all
&lt;br&gt;
	&amp;lt;/Directory&amp;gt;&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Web &amp; Application Server Administration / Configuration</category>
<guid isPermaLink="true">http://ask.ozar.net/35/host-application-external-directory-outside-apache-htdocs?show=36#a36</guid>
<pubDate>Sat, 04 Jan 2014 14:00:40 +0000</pubDate>
</item>
<item>
<title>Answered: how can I manually synchronize nodes in websphere application server?</title>
<link>http://ask.ozar.net/5/manually-synchronize-nodes-websphere-application-server?show=9#a9</link>
<description>

&lt;p&gt;
	You can synchronize the nodes of a WAS cell more throughly by executing a command like the following from a Terminal window:&lt;/p&gt;


&lt;p&gt;
	For example:&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;./syncnode.sh localhost 8879 -conntype SOAP -user wasadmin&lt;/span&gt;&lt;/p&gt;</description>
<category>Web &amp; Application Server Administration / Configuration</category>
<guid isPermaLink="true">http://ask.ozar.net/5/manually-synchronize-nodes-websphere-application-server?show=9#a9</guid>
<pubDate>Tue, 16 Apr 2013 00:36:38 +0000</pubDate>
</item>
<item>
<title>Answered: How can I check which TCP/IP ports are in use?</title>
<link>http://ask.ozar.net/6/how-can-i-check-which-tcp-ip-ports-are-in-use?show=7#a7</link>
<description>

&lt;p&gt;
	On &lt;strong&gt;Windows &lt;/strong&gt;use the following command:&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;font-family: courier new, courier, monospace&quot;&gt;netstat -aon | more&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	You can remove the more operand followed by a pipe if your command line window buffer is large enough to scroll through the list.&lt;/p&gt;


&lt;p&gt;
	On &lt;strong&gt;UNIX &lt;/strong&gt;and the &lt;strong&gt;Mac &lt;/strong&gt;(OS X):&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;font-family: courier new, courier, monospace&quot;&gt;netstat -na | grep LISTEN&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	You can add grep 80 followed by a pipe sign,&amp;nbsp;for example, to list all ports starting with 80 (including 8080, 8081, and so on...)&amp;nbsp;being listened to.&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Web &amp; Application Server Administration / Configuration</category>
<guid isPermaLink="true">http://ask.ozar.net/6/how-can-i-check-which-tcp-ip-ports-are-in-use?show=7#a7</guid>
<pubDate>Sun, 14 Apr 2013 10:01:26 +0000</pubDate>
</item>
</channel>
</rss>