Skip to content

Instantly share code, notes, and snippets.

@rogeriopradoj
Created October 25, 2011 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rogeriopradoj/1312713 to your computer and use it in GitHub Desktop.
Save rogeriopradoj/1312713 to your computer and use it in GitHub Desktop.
Configuração do PHL82 para fazer o tutorial http://ubuntuforum-br.org/index.php?topic=39809.msg349758#msg349758 funcionar
00*=/http/bases/00*
phl_*=/http/bases/phl_*
LOG*=/http/www/phl82/log/LOG*
actab=/http/bases/actab
uctab=/http/bases/uctab
menu*=/http/www/phl82/html/menu*
cabe*=/http/www/phl82/html/cabe*
mens*=/http/www/phl82/html/mens*
rest*=/http/www/phl82/html/rest*
inde*=/http/www/phl82/html/inde*
logo*=/http/www/phl82/html/logo*
atra*=/http/www/phl82/php/mail_lote/atra*
aler*=/http/www/phl82/php/mail_lote/aler*
disp*=/http/www/phl82/php/mail_lote/disp*
iso*=/http/www/phl82/bkp/iso*
usua*=/http/www/phl82/php/mail_lote/usua*
phl.css=/http/www/phl82/css/phl.css
tab_*=/http/cgi-bin/phl82/tabs/tab_*
mstxl=3
### colocar esse bloco no fim do arquivo de configuração do apache
NameVirtualHost 127.0.0.1:8080
Listen 127.0.0.1:8080
<VirtualHost 127.0.0.1:8080>
DocumentRoot /http/www
<Directory /http/www>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
ScriptAlias /cgi-bin/ /http/cgi-bin/
<Directory "/http/cgi-bin/">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment