comparison en/ch06-collab.xml @ 660:21c62e09b99f

Typo and spelling corrections. Removed tex tags.
author Ori Avtalion <ori@avtalion.name>
date Thu, 05 Mar 2009 21:52:23 +0200
parents dbe91bb622d8
children 8fcd44708f41
comparison
equal deleted inserted replaced
659:dbe91bb622d8 660:21c62e09b99f
972 xargs -0r chmod 644</programlisting> 972 xargs -0r chmod 644</programlisting>
973 973
974 <para>The other possibility with permissions is that you might 974 <para>The other possibility with permissions is that you might
975 get a completely empty window when you try to load the 975 get a completely empty window when you try to load the
976 script. In this case, it's likely that your access 976 script. In this case, it's likely that your access
977 permissions are \emph{too permissive}. Apache's 977 permissions are <emphasis>too permissive</emphasis>. Apache's
978 <literal>suexec</literal> subsystem won't execute a script 978 <literal>suexec</literal> subsystem won't execute a script
979 that's group- or world-writable, for example.</para> 979 that's group- or world-writable, for example.</para>
980 980
981 <para>Your web server may be configured to disallow execution 981 <para>Your web server may be configured to disallow execution
982 of CGI programs in your per-user web directory. Here's 982 of CGI programs in your per-user web directory. Here's