Ir para conteúdo
View in the app

A better way to browse. Learn more.

Portal do Host

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Postado

O módulo mod_wsgi permite que o Apache sirva qualquer aplicação que suporte a interface WSGI do Python (isso inclui CherryPy, Django, Pylons, TurboGears, Pyramid, web.py, Werkzeug, Web2Py, Zope e muitos outros frameworks web).

O mod_wsgi é compatível com as versões 1.3, 2.0 e 2.2 do Apache.

Instalação do mod_wsgi

Para instalar o mod_wsgi acesse o servidor por SSH, e entre com os seguintes comandos (necessário privilégios de super-usuário [root]):


wget http://modwsgi.googlecode.com/files/mod_wsgi-3.3.tar.gz

tar xvfz mod_wsgi-3.3.tar.gz

cd mod_wsgi-3.3

# atenção na configuração do APXS e do Python que será usado no mod_wsgi!

./configure -with-apxs=/usr/local/apache/bin/apxs --with-python=/usr/bin/python

make && make install

Adicione a seguinte linha no arquivo /usr/local/apache/conf/httpd.conf
LoadModule wsgi_module modules/mod_wsgi.so
Pronto, reinicie o Apache.

/etc/init.d/httpd stop

/etc/init.d/httpd start

Verificar se o módulo foi carregado Para verificar seu o módulo está carregado execute o comando:
curl -I 127.0.0.1:80

A saída do comando deve conter uma linha iniciada com "Server: Apache" e nela deve ter também "mod_wsgi/3.3".

Pronto, o mod_wsgi já está instalado e funcionando no apache do seu WHM/cPanel. Em breve eu coloco mais um tutorial sobre como instalar diferentes versões do Python no servidor e instalar os pacotes através do easy_install e pip.

Abraços!


Postado

amigo esse Python e leve ou puxa muito do servidor ?


Visitante
Este tópico está impedido de receber novos posts.

Quem Está Navegando 0

  • Nenhum usuário registrado visualizando esta página.

Informação Importante

Concorda com os nossos termos?

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.