You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by Jeff Trawick <tr...@gmail.com> on 2010/12/06 16:20:32 UTC

anybody tried to get rid of remaining non-"example.com" sample domain names in docs?

A few of these are probably trivial to fix; others are perhaps not so
trivial to fix without losing the illustrative value.

./manual/rewrite/access.xml:RewriteRule
<strong>\.(gif|jpg|png)$</strong> http://other.site.com/image.gif
[R,NC]
./manual/rewrite/access.xml:http://www.badguys.com/bad/index.html    -
./manual/rewrite/access.xml:http://www.badguys.com/bad/index2.html   -
./manual/rewrite/access.xml:http://www.badguys.com/bad/index3.html
http://somewhere.com/
./manual/rewrite/vhosts.xml:www.customer-1.com  /www/customers/1<br />
./manual/rewrite/vhosts.xml:www.customer-2.com  /www/customers/2<br />
./manual/rewrite/vhosts.xml:www.customer-N.com  /www/customers/N<br />
./manual/vhosts/ip-based.xml:    Listen www.smallco.com:80
./manual/vhosts/ip-based.xml:    ServerAdmin webmaster@mail.smallco.com<br />
./manual/vhosts/ip-based.xml:    ServerName www.smallco.com<br />
./manual/vhosts/examples.xml:    will serve the "main" server,
<code>server.domain.com</code> and on the
./manual/vhosts/examples.xml:    ServerName server.domain.com<br />
./manual/vhosts/mass.xml:    ServerName                 www.customer-1.com
./manual/vhosts/mass.xml:    DocumentRoot
/www/hosts/www.customer-1.com/docs
./manual/vhosts/mass.xml:    ScriptAlias  /cgi-bin/
/www/hosts/www.customer-1.com/cgi-bin
./manual/vhosts/mass.xml:    ServerName                 www.customer-2.com
./manual/vhosts/mass.xml:    DocumentRoot
/www/hosts/www.customer-2.com/docs
./manual/vhosts/mass.xml:    ScriptAlias  /cgi-bin/
/www/hosts/www.customer-2.com/cgi-bin
./manual/vhosts/mass.xml:    ServerName                 www.customer-N.com
./manual/vhosts/mass.xml:    DocumentRoot
/www/hosts/www.customer-N.com/docs
./manual/vhosts/mass.xml:    ScriptAlias  /cgi-bin/
/www/hosts/www.customer-N.com/cgi-bin
./manual/vhosts/mass.xml:    <code>www.user.isp.com</code> are found in
./manual/vhosts/mass.xml:    ServerName www.commercial.isp.com<br />
./manual/vhosts/mass.xml:    CustomLog logs/access_log.commercial vcommon<br />
./manual/vhosts/mass.xml:    ServerName www.homepages.isp.com<br />
./manual/vhosts/index.xml:    <code>www.company1.com</code> and
<code>www.company2.com</code>)
./manual/ssl/ssl_howto.xml:        ServerName www.domain.com<br />
./manual/ssl/ssl_howto.xml:        SSLCertificateFile
/path/to/www.comain.com.cert<br />
./manual/ssl/ssl_howto.xml:        SSLCertificateKeyFile
/path/to/www.domain.com.key<br />
./manual/ssl/ssl_intro.xml:    as <code>*.snakeoil.com</code>.</p>
./manual/sections.xml:<code>cnn.com</code> website.</p>
./manual/sections.xml:&lt;Proxy http://cnn.com/*&gt;<br />
./manual/mod/mod_info.xml:        Require host yourcompany.com<br />
./manual/mod/core.xml:
<code>http://www.my.host.com/index.html</code> refers to
./manual/mod/core.xml:      ServerName server.domain.com<br />
./manual/mod/core.xml:      ServerAlias server server2.domain.com server2<br />
./manual/mod/core.xml:    <code>http://www.domain.com/splat/</code>. If you have
./manual/mod/core.xml:    for <code>www.domain.com</code> -- see <a
./manual/mod/mod_authnz_ldap.xml:AuthLDAPURL
"ldap://ldap1.airius.com:389/ou=People,
o=Airius?uid?sub?(objectClass=*)"<br />
./manual/mod/mod_authnz_ldap.xml:<example>AuthLDAPURL
"ldap://ldap1.airius.com ldap2.airius.com/ou=People, o=Airius"<br />
./manual/mod/mod_authnz_ldap.xml:AuthLDAPURL
"ldap://ldap.airius.com/ou=People, o=Airius?cn"<br />
./manual/mod/mod_authnz_ldap.xml:AuthLDAPURL
ldap://ldap.airius.com/o=Airius?uid<br />
./manual/mod/mod_authnz_ldap.xml:AuthLDAPURL
ldap://ldap.airius.com/o=Airius?uid??(qpagePagerID=*)<br />
./manual/mod/mod_authnz_ldap.xml:AuthLDAPURL
ldap://ldap.airius.com/o=Airius?uid??(|(qpagePagerID=*)(uid=jmanager))<br
/>
./manual/mod/mod_authnz_ldap.xml:
<code>ldap://ldap.airius.com/o=Airius?cn?sub?(posixid=*)</code>. When
./manual/mod/mod_proxy.xml:      ProxyBlock joes-garage.com
some-host.co.uk rocky.wotsamattau.edu
./manual/mod/mod_proxy.xml:      .com .apache.org.
./manual/mod/mod_alias.xml:      RedirectMatch (.*)\.gif$
http://www.anotherserver.com$1.jpg

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


Re: anybody tried to get rid of remaining non-"example.com" sample domain names in docs?

Posted by Jeff Trawick <tr...@gmail.com>.
On Mon, Dec 6, 2010 at 10:35 AM, Rich Bowen <rb...@rcbowen.com> wrote:
> We've removed a bunch this year. I didn't realize there were that many left.

first batch fixed in r1042758

unfortunately I didn't look for .edu/.org/etc. before, so there are more

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


Re: anybody tried to get rid of remaining non-"example.com" sample domain names in docs?

Posted by Rich Bowen <rb...@rcbowen.com>.
We've removed a bunch this year. I didn't realize there were that many  
left.

customers.com, smallco.com and badguys.com do indeed resolve to actual  
websites, although the latter two are domain squatters. Yes, we should  
use example.com domains instead.

bad.example.com and customer1.example.com convey the same things, I  
think.

On Dec 6, 2010, at 10:20 AM, Jeff Trawick wrote:

> A few of these are probably trivial to fix; others are perhaps not so
> trivial to fix without losing the illustrative value.
>
> ./manual/rewrite/access.xml:RewriteRule
> <strong>\.(gif|jpg|png)$</strong> http://other.site.com/image.gif
> [R,NC]
> ./manual/rewrite/access.xml:http://www.badguys.com/bad/index.html    -
> ./manual/rewrite/access.xml:http://www.badguys.com/bad/index2.html   -
> ./manual/rewrite/access.xml:http://www.badguys.com/bad/index3.html
> http://somewhere.com/
> ./manual/rewrite/vhosts.xml:www.customer-1.com  /www/customers/1<br />
> ./manual/rewrite/vhosts.xml:www.customer-2.com  /www/customers/2<br />
> ./manual/rewrite/vhosts.xml:www.customer-N.com  /www/customers/N<br />
> ./manual/vhosts/ip-based.xml:    Listen www.smallco.com:80
> ./manual/vhosts/ip-based.xml:    ServerAdmin webmaster@mail.smallco.com 
> <br />
> ./manual/vhosts/ip-based.xml:    ServerName www.smallco.com<br />
> ./manual/vhosts/examples.xml:    will serve the "main" server,
> <code>server.domain.com</code> and on the
> ./manual/vhosts/examples.xml:    ServerName server.domain.com<br />
> ./manual/vhosts/mass.xml:    ServerName                 www.customer-1.com
> ./manual/vhosts/mass.xml:    DocumentRoot
> /www/hosts/www.customer-1.com/docs
> ./manual/vhosts/mass.xml:    ScriptAlias  /cgi-bin/
> /www/hosts/www.customer-1.com/cgi-bin
> ./manual/vhosts/mass.xml:    ServerName                 www.customer-2.com
> ./manual/vhosts/mass.xml:    DocumentRoot
> /www/hosts/www.customer-2.com/docs
> ./manual/vhosts/mass.xml:    ScriptAlias  /cgi-bin/
> /www/hosts/www.customer-2.com/cgi-bin
> ./manual/vhosts/mass.xml:    ServerName                 www.customer-N.com
> ./manual/vhosts/mass.xml:    DocumentRoot
> /www/hosts/www.customer-N.com/docs
> ./manual/vhosts/mass.xml:    ScriptAlias  /cgi-bin/
> /www/hosts/www.customer-N.com/cgi-bin
> ./manual/vhosts/mass.xml:    <code>www.user.isp.com</code> are found  
> in
> ./manual/vhosts/mass.xml:    ServerName www.commercial.isp.com<br />
> ./manual/vhosts/mass.xml:    CustomLog logs/access_log.commercial  
> vcommon<br />
> ./manual/vhosts/mass.xml:    ServerName www.homepages.isp.com<br />
> ./manual/vhosts/index.xml:    <code>www.company1.com</code> and
> <code>www.company2.com</code>)
> ./manual/ssl/ssl_howto.xml:        ServerName www.domain.com<br />
> ./manual/ssl/ssl_howto.xml:        SSLCertificateFile
> /path/to/www.comain.com.cert<br />
> ./manual/ssl/ssl_howto.xml:        SSLCertificateKeyFile
> /path/to/www.domain.com.key<br />
> ./manual/ssl/ssl_intro.xml:    as <code>*.snakeoil.com</code>.</p>
> ./manual/sections.xml:<code>cnn.com</code> website.</p>
> ./manual/sections.xml:&lt;Proxy http://cnn.com/*&gt;<br />
> ./manual/mod/mod_info.xml:        Require host yourcompany.com<br />
> ./manual/mod/core.xml:
> <code>http://www.my.host.com/index.html</code> refers to
> ./manual/mod/core.xml:      ServerName server.domain.com<br />
> ./manual/mod/core.xml:      ServerAlias server server2.domain.com  
> server2<br />
> ./manual/mod/core.xml:    <code>http://www.domain.com/splat/</code>.  
> If you have
> ./manual/mod/core.xml:    for <code>www.domain.com</code> -- see <a
> ./manual/mod/mod_authnz_ldap.xml:AuthLDAPURL
> "ldap://ldap1.airius.com:389/ou=People,
> o=Airius?uid?sub?(objectClass=*)"<br />
> ./manual/mod/mod_authnz_ldap.xml:<example>AuthLDAPURL
> "ldap://ldap1.airius.com ldap2.airius.com/ou=People, o=Airius"<br />
> ./manual/mod/mod_authnz_ldap.xml:AuthLDAPURL
> "ldap://ldap.airius.com/ou=People, o=Airius?cn"<br />
> ./manual/mod/mod_authnz_ldap.xml:AuthLDAPURL
> ldap://ldap.airius.com/o=Airius?uid<br />
> ./manual/mod/mod_authnz_ldap.xml:AuthLDAPURL
> ldap://ldap.airius.com/o=Airius?uid??(qpagePagerID=*)<br />
> ./manual/mod/mod_authnz_ldap.xml:AuthLDAPURL
> ldap://ldap.airius.com/o=Airius?uid??(|(qpagePagerID=*) 
> (uid=jmanager))<br
> />
> ./manual/mod/mod_authnz_ldap.xml:
> <code>ldap://ldap.airius.com/o=Airius?cn?sub?(posixid=*)</code>. When
> ./manual/mod/mod_proxy.xml:      ProxyBlock joes-garage.com
> some-host.co.uk rocky.wotsamattau.edu
> ./manual/mod/mod_proxy.xml:      .com .apache.org.
> ./manual/mod/mod_alias.xml:      RedirectMatch (.*)\.gif$
> http://www.anotherserver.com$1.jpg
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
> For additional commands, e-mail: docs-help@httpd.apache.org
>

--
Rich Bowen
rbowen@rcbowen.com


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org