<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pseudonerd &#187; apache</title>
	<atom:link href="http://pseudonerd.com/category/apache/feed" rel="self" type="application/rss+xml" />
	<link>http://pseudonerd.com</link>
	<description>blog sobre tecnologia e nerdices em geral!</description>
	<lastBuildDate>Tue, 15 May 2012 18:54:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>como modificar a variável register_globals através do .htaccess</title>
		<link>http://pseudonerd.com/apache/como-modificar-a-variavel-register_globals-atraves-do-htaccess-456</link>
		<comments>http://pseudonerd.com/apache/como-modificar-a-variavel-register_globals-atraves-do-htaccess-456#comments</comments>
		<pubDate>Thu, 06 May 2010 14:22:40 +0000</pubDate>
		<dc:creator>adlersd</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[php_flag]]></category>

		<guid isPermaLink="false">http://pseudonerd.com/?p=456</guid>
		<description><![CDATA[para fazer essa modificação da variável register_globals utilizando o .htaccess é simples, é só utilizar a linha a seguir. 1 php_flag register_globals off clique no link para saber mais sobre Como mudar as configurações Não existem posts relacionados.
Não existem posts relacionados.]]></description>
			<content:encoded><![CDATA[<p>para fazer essa modificação da variável register_globals utilizando o .htaccess é simples, é só utilizar a linha a seguir.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="php" style="font-family:monospace;">php_flag register_globals off</pre></td></tr></table></div>

<p>clique no link para saber mais sobre <a href="http://www.php.net/manual/pt_BR/configuration.changes.php">Como mudar as configurações</a></p>
<p>Não existem posts relacionados.</p>]]></content:encoded>
			<wfw:commentRss>http://pseudonerd.com/apache/como-modificar-a-variavel-register_globals-atraves-do-htaccess-456/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instalar Apache, PHP5, MySQL5, ADODB no Debian Etch</title>
		<link>http://pseudonerd.com/linux/instalar-apache-php5-mysql5-adodb-no-debian-etch-2-143</link>
		<comments>http://pseudonerd.com/linux/instalar-apache-php5-mysql5-adodb-no-debian-etch-2-143#comments</comments>
		<pubDate>Wed, 16 Jan 2008 19:45:55 +0000</pubDate>
		<dc:creator>adlersd</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[banco de dados]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[adodb]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[mysql5]]></category>
		<category><![CDATA[php5]]></category>

		<guid isPermaLink="false">http://limitado.wordpress.com/2008/01/16/instalando-apache-php5-mysql5-adodb-no-debian-etch/</guid>
		<description><![CDATA[Instalando Apache2 no Debian: 1 Debian 4.0 : # apt-get -y install apache2 Instalando Apache2 + PHP5: 1 Debian 4.0 : # apt-get -y install libapache2-mod-php5 php5-cli php5-common php5-cgi Iniciando Apache: 1 Debian 4.0 : # /etc/init.d/apache2 start Parando Apache: 1 Debian 4.0 : # /etc/init.d/apache2 stop Reiniciando Apache: 1 Debian 4.0 : # /etc/init.d/apache2 [...]
Não existem posts relacionados.]]></description>
			<content:encoded><![CDATA[<p><b>Instalando Apache2 no Debian:</b></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">Debian <span style="color: #000000;">4.0</span> : <span style="color: #666666; font-style: italic;"># apt-get -y install apache2</span></pre></td></tr></table></div>

<p><b>Instalando Apache2 + PHP5:</b></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">Debian <span style="color: #000000;">4.0</span> : <span style="color: #666666; font-style: italic;"># apt-get -y install libapache2-mod-php5 php5-cli php5-common php5-cgi</span></pre></td></tr></table></div>

<p><b>Iniciando Apache:</b></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">Debian <span style="color: #000000;">4.0</span> : <span style="color: #666666; font-style: italic;"># /etc/init.d/apache2 start</span></pre></td></tr></table></div>

<p><b>Parando Apache:</b></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">Debian <span style="color: #000000;">4.0</span> : <span style="color: #666666; font-style: italic;"># /etc/init.d/apache2 stop</span></pre></td></tr></table></div>

<p><b>Reiniciando Apache:</b></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">Debian <span style="color: #000000;">4.0</span> : <span style="color: #666666; font-style: italic;"># /etc/init.d/apache2 restart</span></pre></td></tr></table></div>

<p><b>Habilitando Módulos no Apache2:</b></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">Debian <span style="color: #000000;">4.0</span> : <span style="color: #666666; font-style: italic;"># a2enmod</span>
Which module would you like to <span style="color: #7a0874; font-weight: bold;">enable</span>?
Your choices are: actions <span style="color: #7a0874; font-weight: bold;">alias</span> asis auth_basic auth_digest authn_alias authn_anon authn_dbd authn_dbm authn_default authn_file authnz_ldap authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cern_meta cgid cgi charset_lite dav_fs dav dav_lock dbd deflate <span style="color: #c20cb9; font-weight: bold;">dir</span> disk_cache dump_io <span style="color: #c20cb9; font-weight: bold;">env</span> expires ext_filter file_cache filter headers ident imagemap include info ldap log_forensic mem_cache mime mime_magic negotiation php5 proxy_ajp proxy_balancer proxy_connect proxy_ftp proxy_http proxy rewrite setenvif speling ssl status suexec unique_id userdir usertrack version vhost_alias
Module name?</pre></td></tr></table></div>

<p><i>** Após habilitar algum módulo é necessário reiniciar o apache **</i></p>
<p><b>Desabilitando Módulos no Apache2:</b></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">Debian <span style="color: #000000;">4.0</span> : <span style="color: #666666; font-style: italic;"># a2dismod</span>
Which module would you like to disable?
Your choices are: <span style="color: #7a0874; font-weight: bold;">alias</span> auth_basic authn_file authz_default authz_groupfile authz_host authz_user autoindex cgi <span style="color: #c20cb9; font-weight: bold;">dir</span> <span style="color: #c20cb9; font-weight: bold;">env</span> mime negotiation php5 setenvif status
Module name?</pre></td></tr></table></div>

<p><i>** Após desabilitar algum módulo é necessário reiniciar o apache **</i></p>
<p><b>Instalando MySQL5:</b></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">Debian <span style="color: #000000;">4.0</span> : <span style="color: #666666; font-style: italic;"># apt-get -y install mysql-common mysql-server mysql-server-5.0</span></pre></td></tr></table></div>

<p><b>Definindo senha de root para o MySQL:</b></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">Debian <span style="color: #000000;">4.0</span> : <span style="color: #666666; font-style: italic;"># mysqladmin -u root -p password 'definir_senha_para_root'</span></pre></td></tr></table></div>

<p><b>Criando Banco de dados:</b></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">Debian <span style="color: #000000;">4.0</span> : <span style="color: #666666; font-style: italic;"># mysqladmin -p create nome_do_banco_de_dados</span>
Enter password:</pre></td></tr></table></div>

<p><b>Definindo novo usuário e garantindo permissões:</b></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">mysql <span style="color: #660033;">-u</span> root <span style="color: #660033;">-p</span>
Enter Password: <span style="color: #000000; font-weight: bold;">*****</span>
mysql<span style="color: #000000; font-weight: bold;">&gt;</span> create user <span style="color: #ff0000;">'NovoUsuario'</span><span style="color: #000000; font-weight: bold;">@</span>localhost identified by <span style="color: #ff0000;">'Password'</span>;
mysql<span style="color: #000000; font-weight: bold;">&gt;</span> GRANT ALL PRIVILEGES ON <span style="color: #000000; font-weight: bold;">&lt;/</span>i<span style="color: #000000; font-weight: bold;">&gt;&lt;</span>i<span style="color: #000000; font-weight: bold;">&gt;</span>nome_do_banco_de_dados . <span style="color: #000000; font-weight: bold;">*</span> TO NovoUsuario<span style="color: #000000; font-weight: bold;">@</span><span style="color: #ff0000;">'localhost'</span>;
mysql<span style="color: #000000; font-weight: bold;">&gt;</span> FLUSH PRIVILEGES;
mysql<span style="color: #000000; font-weight: bold;">&gt;</span> quit</pre></td></tr></table></div>

<p><b>Instalando Adodb:</b></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">Debian <span style="color: #000000;">4.0</span> : <span style="color: #666666; font-style: italic;"># apt-get -y install libphp-adodb</span></pre></td></tr></table></div>

<p><b>Reiniciando Apache para que todas as mudanças entrem em vigor:</b></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">Debian <span style="color: #000000;">4.0</span> : <span style="color: #666666; font-style: italic;"># /etc/init.d/apache2 restart</span></pre></td></tr></table></div>

<p><b>Testando php:</b></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">Debian <span style="color: #000000;">4.0</span> : <span style="color: #666666; font-style: italic;"># echo &quot;&lt;?php phpinfo(); ?&gt;&quot; &gt;&gt; /var/www/teste.php</span>
agora é só escolher o seu navegador e abrir http:<span style="color: #000000; font-weight: bold;">//</span>localhost<span style="color: #000000; font-weight: bold;">/</span>teste.php ou ip_do_seu_servidor<span style="color: #000000; font-weight: bold;">/</span>teste.php</pre></td></tr></table></div>

<p>abraço,<br />
t++</p>
<p>Não existem posts relacionados.</p>]]></content:encoded>
			<wfw:commentRss>http://pseudonerd.com/linux/instalar-apache-php5-mysql5-adodb-no-debian-etch-2-143/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>descobrindo versão do apache</title>
		<link>http://pseudonerd.com/linux/descobrindo-versao-do-apache-121</link>
		<comments>http://pseudonerd.com/linux/descobrindo-versao-do-apache-121#comments</comments>
		<pubDate>Sat, 03 Nov 2007 16:45:58 +0000</pubDate>
		<dc:creator>adlersd</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[dicas]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[segurança]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[HEAD]]></category>
		<category><![CDATA[nmap]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://limitado.wordpress.com/2007/11/03/descobrindo-versao-do-apache/</guid>
		<description><![CDATA[alguns comandos úteis para descobrir a versão do apache que está rodando: # nmap -sV -P0 -p8090 IP # wget -S IP:8090 # curl -LI IP201.26.3.72:8090 # HEAD IP:8090 substitua IP por um IP válido! Muito ocupado nos últimos tempos, logo volto a postar. abraço, até&#8230; Não existem posts relacionados.
Não existem posts relacionados.]]></description>
			<content:encoded><![CDATA[<p>alguns comandos úteis para descobrir a versão do apache que está rodando:</p>
<blockquote><p># nmap -sV -P0 -p8090 IP<br />
# wget -S IP:8090<br />
# curl -LI IP201.26.3.72:8090<br />
# HEAD IP:8090</p>
<p>substitua IP por um IP válido! <img src='http://pseudonerd.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p></blockquote>
<p>Muito ocupado nos últimos tempos, logo volto a postar.</p>
<p>abraço,</p>
<p>até&#8230;</p>
<p>Não existem posts relacionados.</p>]]></content:encoded>
			<wfw:commentRss>http://pseudonerd.com/linux/descobrindo-versao-do-apache-121/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>apache &amp; apr + debug use flags</title>
		<link>http://pseudonerd.com/linux/problema-com-apache-89</link>
		<comments>http://pseudonerd.com/linux/problema-com-apache-89#comments</comments>
		<pubDate>Sun, 30 Sep 2007 15:44:34 +0000</pubDate>
		<dc:creator>adlersd</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[apr]]></category>
		<category><![CDATA[pachage.use]]></category>
		<category><![CDATA[portage]]></category>
		<category><![CDATA[use flags]]></category>

		<guid isPermaLink="false">http://limitado.wordpress.com/2007/09/30/problema-com-apache/</guid>
		<description><![CDATA[as 20 últimas linhas do /var/log/apache2/error.log POOL DEBUG: [3067/46938636710176] PCALLOC ( 312/ 512/ 959029) 0x00753F60 &#8220;worker.c:1144&#8243; &#60;threadproc/unix/thread.c:160&#62; (9/9/0) POOL DEBUG: [3067/46938636710176] CREATE ( 0/ 0/ 959029) 0&#215;00736700 &#8220;threadproc/unix/thread.c:175&#8243; &#60;threadproc/unix/thread.c:175&#62; (0/0/0) POOL DEBUG: [3067/1082132816] THREAD 0x00753F60 &#60;memory/unix/apr_pools.c:apr_pool_integrity check&#62; [Thu Sep 27 01:03:29 2007] [notice] child pid 3067 exit signal Aborted (6) POOL DEBUG: [3069/46938636710176] CREATE ( [...]
Não existem posts relacionados.]]></description>
			<content:encoded><![CDATA[<p>as 20 últimas linhas do /var/log/apache2/error.log</p>
<blockquote><p>POOL DEBUG: [3067/46938636710176] PCALLOC (       312/       512/    959029) 0x00753F60 &#8220;worker.c:1144&#8243; &lt;threadproc/unix/thread.c:160&gt; (9/9/0)<br />
POOL DEBUG: [3067/46938636710176]  CREATE (         0/         0/    959029) 0&#215;00736700 &#8220;threadproc/unix/thread.c:175&#8243; &lt;threadproc/unix/thread.c:175&gt; (0/0/0)<br />
POOL DEBUG: [3067/1082132816]  THREAD                                    0x00753F60 &lt;memory/unix/apr_pools.c:apr_pool_integrity check&gt;<br />
[Thu Sep 27 01:03:29 2007] [notice] child pid 3067 exit signal Aborted (6)<br />
POOL DEBUG: [3069/46938636710176]  CREATE (         0/         0/    958517) 0x00753F60 &#8220;worker.c:1144&#8243; &lt;worker.c:1144&gt; (0/0/0)<br />
POOL DEBUG: [3069/46938636710176]  PALLOC (        24/        24/    958541) 0x00753F60 &#8220;worker.c:1144&#8243; &lt;mod_rewrite.c:1023&gt; (1/1/0)<br />
POOL DEBUG: [3069/46938636710176]  CREATE (         0/         0/    958541) 0&#215;00736480 &#8220;mod_rewrite.c:1024&#8243; &lt;mod_rewrite.c:1024&gt; (0/0/0)<br />
POOL DEBUG: [3069/46938636710176]  PALLOC (        72/        72/    958613) 0&#215;00736480 &#8220;mod_rewrite.c:1024&#8243; &lt;tables/apr_hash.c:98&gt; (1/1/0)<br />
POOL DEBUG: [3069/46938636710176] PCALLOC (       200/       200/    958741) 0&#215;00736480 &#8220;mod_rewrite.c:1024&#8243; &lt;tables/apr_hash.c:92&gt; (2/2/0)<br />
POOL DEBUG: [3069/46938636710176] PCALLOC (        72/       272/    958789) 0x00753F60 &#8220;worker.c:1144&#8243; &lt;locks/unix/thread_mutex.c:50&gt; (2/2/0)<br />
POOL DEBUG: [3069/46938636710176]  PALLOC (       104/       304/    958821) 0x00753F60 &#8220;worker.c:1144&#8243; &lt;memory/unix/apr_pools.c:1959&gt; (3/3/0)<br />
POOL DEBUG: [3069/46938636710176]  PALLOC (       136/       336/    958853) 0x00753F60 &#8220;worker.c:1144&#8243; &lt;memory/unix/apr_pools.c:1959&gt; (4/4/0)<br />
POOL DEBUG: [3069/46938636710176]  PALLOC (       168/       368/    958885) 0x00753F60 &#8220;worker.c:1144&#8243; &lt;worker.c:1197&gt; (5/5/0)<br />
POOL DEBUG: [3069/46938636710176]  PALLOC (       232/       432/    958949) 0x00753F60 &#8220;worker.c:1144&#8243; &lt;threadproc/unix/thread.c:45&gt; (6/6/0)<br />
POOL DEBUG: [3069/46938636710176]  PALLOC (       264/       464/    958981) 0x00753F60 &#8220;worker.c:1144&#8243; &lt;memory/unix/apr_pools.c:1959&gt; (7/7/0)<br />
POOL DEBUG: [3069/46938636710176] PCALLOC (       304/       504/    959021) 0x00753F60 &#8220;worker.c:1144&#8243; &lt;threadproc/unix/thread.c:154&gt; (8/8/0)<br />
POOL DEBUG: [3069/46938636710176] PCALLOC (       312/       512/    959029) 0x00753F60 &#8220;worker.c:1144&#8243; &lt;threadproc/unix/thread.c:160&gt; (9/9/0)<br />
POOL DEBUG: [3069/46938636710176]  CREATE (         0/         0/    959029) 0&#215;00736700 &#8220;threadproc/unix/thread.c:175&#8243; &lt;threadproc/unix/thread.c:175&gt; (0/0/0)<br />
POOL DEBUG: [3069/1082132816]  THREAD                                    0x00753F60 &lt;memory/unix/apr_pools.c:apr_pool_integrity check&gt;<br />
[Thu Sep 27 01:03:31 2007] [notice] child pid 3069 exit signal Aborted (6)</p></blockquote>
<p>a solução:</p>
<p>Adicione ao /etc/portage/package.use</p>
<blockquote><p># apache<br />
#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
www-servers/apache -debug<br />
dev-libs/apr -debug</p></blockquote>
<p>agora é só recompilar os dois:</p>
<blockquote><p>emerge apr apache</p></blockquote>
<p>até&#8230;</p>
<p>Não existem posts relacionados.</p>]]></content:encoded>
			<wfw:commentRss>http://pseudonerd.com/linux/problema-com-apache-89/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>escondendo a versão do php</title>
		<link>http://pseudonerd.com/linux/escondendo-a-versao-do-php-43</link>
		<comments>http://pseudonerd.com/linux/escondendo-a-versao-do-php-43#comments</comments>
		<pubDate>Sat, 01 Sep 2007 17:49:42 +0000</pubDate>
		<dc:creator>adlersd</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[segurança]]></category>
		<category><![CDATA[expose_php]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://limitado.wordpress.com/2007/09/01/escondendo-a-versao-do-php/</guid>
		<description><![CDATA[Por padrão a diretriz expose_php vem configurada com o valor On. No seu php.ini (este arquivo pode estar em lugares diferentes dependendo da distribuição linux que você utiliza, Ex.: /etc/php.ini, /etc/php5/apache2/php.ini, /etc/php/apache2-php5/php.ini, etc.) encontre a linha contendo a diretriz expose_php e troque seu valor para Off: expose_php = Off Não existem posts relacionados.
Não existem posts relacionados.]]></description>
			<content:encoded><![CDATA[<p>Por padrão a diretriz expose_php vem configurada com o valor On.<br />
No seu php.ini (este arquivo pode estar em lugares diferentes dependendo da distribuição linux que você utiliza, Ex.: /etc/php.ini, /etc/php5/apache2/php.ini, /etc/php/apache2-php5/php.ini, etc.) encontre a linha contendo a diretriz expose_php e troque seu valor para Off:</p>
<p>expose_php = Off</p>
<p>Não existem posts relacionados.</p>]]></content:encoded>
			<wfw:commentRss>http://pseudonerd.com/linux/escondendo-a-versao-do-php-43/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;escondendo&#8221; a versão do apache</title>
		<link>http://pseudonerd.com/linux/escondendo-a-versao-do-apache-41</link>
		<comments>http://pseudonerd.com/linux/escondendo-a-versao-do-apache-41#comments</comments>
		<pubDate>Sun, 12 Aug 2007 15:39:24 +0000</pubDate>
		<dc:creator>adlersd</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[segurança]]></category>
		<category><![CDATA[esconder]]></category>
		<category><![CDATA[ServerSignature]]></category>
		<category><![CDATA[ServerTokens]]></category>
		<category><![CDATA[versão]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://limitado.wordpress.com/2007/08/12/escondendo-a-versao-do-apache/</guid>
		<description><![CDATA[Basicamente o que precisa ser feito é mudar a configuração de duas linhas do seu arquivo de configuração do apache: ServerTokens ProductOnly ServerSignature Off Uma rapidinha sobre essas duas diretrizes: ServerTokens Esta diretriz orientadora controla o cabeçalho da resposta que é emitida aos clientes, inclui uma descrição genérica do sistema operacional do servidor bem como [...]
Não existem posts relacionados.]]></description>
			<content:encoded><![CDATA[<p>Basicamente o que precisa ser feito é mudar a configuração de duas linhas do seu arquivo de configuração do apache:</p>
<blockquote><p>ServerTokens ProductOnly<br />
ServerSignature Off</p></blockquote>
<p>Uma rapidinha sobre essas duas diretrizes:</p>
<p><strong>ServerTokens</strong></p>
<p>Esta diretriz orientadora controla o cabeçalho da resposta que é emitida aos clientes, inclui uma descrição genérica do sistema operacional do servidor bem como as informações sobre módulos compilados.<br />
<em><br />
* pode ser ajsutado de modo global no arquivo pincipal de configuração.<br />
* caso sua distribuição não tenha altedado o valor padrão é Full.</em></p>
<p>Valores possíveis:</p>
<p align="center">
<table>
<tr>
<td>Opção do ServerTokens:</td>
<td>Será exibido:</td>
</tr>
<tr>
<td>ProductOnly ou Prod</td>
<td>Server: Apache</td>
</tr>
<tr>
<td>Major</td>
<td>Server: Apache/2</td>
</tr>
<tr>
<td>Minor</td>
<td>Server: Apache/2.2</td>
</tr>
<tr>
<td>Minimal</td>
<td>Server: Apache/2.2.4</td>
</tr>
<tr>
<td>OS</td>
<td>Server: Apache/2.2.4 (Gentoo)</td>
</tr>
<tr>
<td>Full (ou não especificado)</td>
<td>Server: Apache/2.2.4 (Gentoo) PHP/5.2.4_pre200708051230-pl2-gentoo</td>
</tr>
</table>
<p>Apartir da versão 2.0.44 do apache, esta diretriz controla também, parte da informação mostrada pela diretriz  ServerSignature.</p>
<p><strong>ServerSignature</strong></p>
<p>Esta diretriz permite a configuração do rodapé em documentos gerado pelo servidor(listagem de diretórios, mensagem de erros&#8230;)</p>
<p><em>    * Esta diretriz pode também pode ser ajustada fora da configuração global do servidor.<br />
* A diretriz padrão na maioria das distribuições linux é off (ServerSignature Off).<br />
* Preste atenção, pois essa diretriz pode ser reescrita no vhosts ou a nível de diretório.</em></p>
<p>Valores possíveis:<br />
Off (padrão): suprime o rodapé<br />
On: adiciona uma linha no rodapé com a versão e o nome do servidor do &#8220;host virtual&#8221;(virtual host).<br />
EMail: inclui todas as informações do valor &#8216;ON&#8217; e adiciona uma referência(mailto) de email para o administrador do servidor.</p>
<p>Portanto, se você quiser fornecer o mínimo de informações sobre seu sistema configure o apache utilizando as diretrizes ServerTokens e o ServerSignature como:</p>
<blockquote><p>ServerTokens ProductOnly<br />
ServerSignature Off</p></blockquote>
<p>Obs:<br />
no gentoo você muda essas configurações aqui(de forma global): /etc/apache2/modules.d/00_default_settings.conf</p>
<p>no debian, você muda aqui essas configurações aqui(de forma global):</p>
<p>/etc/apache/httpd.conf</p>
<p>até&#8230;</p>
<p>Não existem posts relacionados.</p>]]></content:encoded>
			<wfw:commentRss>http://pseudonerd.com/linux/escondendo-a-versao-do-apache-41/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

