Passa al contenuto
Odoo Menu
  • Accedi
  • Provalo gratis
  • App
    Finanze
    • Contabilità
    • Fatturazione
    • Note spese
    • Fogli di calcolo (BI)
    • Documenti
    • Firma
    Vendite
    • CRM
    • Vendite
    • Punto vendita Negozio
    • Punto vendita Ristorante
    • Abbonamenti
    • Noleggi
    Siti web
    • Configuratore sito web
    • E-commerce
    • Blog
    • Forum
    • Live chat
    • E-learning
    Supply chain
    • Magazzino
    • Produzione
    • PLM
    • Acquisti
    • Manutenzione
    • Qualità
    Risorse umane
    • Dipendenti
    • Assunzioni
    • Ferie
    • Valutazioni
    • Referral dipendenti
    • Parco veicoli
    Marketing
    • Social marketing
    • E-mail marketing
    • SMS marketing
    • Eventi
    • Marketing automation
    • Sondaggi
    Servizi
    • Progetti
    • Fogli ore
    • Assistenza sul campo
    • Helpdesk
    • Pianificazione
    • Appuntamenti
    Produttività
    • Comunicazioni
    • Approvazioni
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    App di terze parti Odoo Studio Piattaforma cloud Odoo
  • Settori
    Retail
    • Libreria
    • Negozio di abbigliamento
    • Negozio di arredamento
    • Alimentari
    • Ferramenta
    • Negozio di giocattoli
    Cibo e ospitalità
    • Bar e pub
    • Ristorante
    • Fast food
    • Pensione
    • Grossista di bevande
    • Hotel
    Agenzia immobiliare
    • Agenzia immobiliare
    • Studio di architettura
    • Edilizia
    • Gestione immobiliare
    • Impresa di giardinaggio
    • Associazione di proprietari immobiliari
    Consulenza
    • Società di contabilità
    • Partner Odoo
    • Agenzia di marketing
    • Studio legale
    • Selezione del personale
    • Audit e certificazione
    Produzione
    • Tessile
    • Metallo
    • Arredamenti
    • Alimentare
    • Birrificio
    • Ditta di regalistica aziendale
    Benessere e sport
    • Club sportivo
    • Negozio di ottica
    • Centro fitness
    • Centro benessere
    • Farmacia
    • Parrucchiere
    Commercio
    • Tuttofare
    • Hardware e assistenza IT
    • Ditta di installazione di pannelli solari
    • Calzolaio
    • Servizi di pulizia
    • Servizi di climatizzazione
    Altro
    • Organizzazione non profit
    • Ente per la tutela ambientale
    • Agenzia di cartellonistica pubblicitaria
    • Studio fotografico
    • Punto noleggio di biciclette
    • Rivenditore di software
    Carica tutti i settori
  • Community
    Apprendimento
    • Tutorial
    • Documentazione
    • Certificazioni 
    • Formazione
    • Blog
    • Podcast
    Potenzia la tua formazione
    • Programma educativo
    • Scale Up! Business Game
    • Visita Odoo
    Ottieni il software
    • Scarica
    • Versioni a confronto
    • Note di versione
    Collabora
    • Github
    • Forum
    • Eventi
    • Traduzioni
    • Diventa nostro partner
    • Servizi per partner
    • Registra la tua società di contabilità
    Ottieni servizi
    • Trova un partner
    • Trova un contabile
    • Incontra un esperto
    • Servizi di implementazione
    • Testimonianze dei clienti
    • Supporto
    • Aggiornamenti
    GitHub Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Richiedi una demo
  • Prezzi
  • Aiuto

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Contabilità
  • Magazzino
  • PoS
  • Progetti
  • MRP
All apps
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
Assistenza

Why am I unable to use port 80?

Iscriviti

Ricevi una notifica quando c'è un'attività per questo post

La domanda è stata contrassegnata
http
2 Risposte
6348 Visualizzazioni
Avatar
Jesse McDermid

We are using version 10 of Odoo on CentOS 7.4.1708.

Why are we not able to use port 80 for Odoo? There are a number of workarounds using NATs but not explanation as to why it doesn't just work. Since port 80 is the standard for http, I think that it is reasonable expectation that we be able to use it for a web-based service.


Below is the output to /var/log/messages after an attempted start. It almost looks like the odoo user just needs elevated permissions such as an entry in visudo to get the port that it needs:

Sep 19 14:53:06 template7 systemd: Starting Odoo Open Source ERP and CRM...
Sep 19 14:53:07 template7 odoo: Exception in thread odoo.service.httpd:
Sep 19 14:53:07 template7 odoo: Traceback (most recent call last):
Sep 19 14:53:07 template7 odoo: File "/usr/lib64/python2.7/threading.py", line 812, in __bootstrap_inner Sep 19 14:53:07 template7 odoo: self.run()
Sep 19 14:53:07 template7 odoo: File "/usr/lib64/python2.7/threading.py", line 765, in run Sep 19 14:53:07 template7 odoo: self.__target(*self.__args, **self.__kwargs)
Sep 19 14:53:07 template7 odoo: File "/usr/lib/python2.7/site-packages/odoo/service/server.py", line 250, in http_thread Sep 19 14:53:07 template7 odoo: self.httpd = ThreadedWSGIServerReloadable(self.interface, self.port, app)
Sep 19 14:53:07 template7 odoo: File "/usr/lib/python2.7/site-packages/odoo/service/server.py", line 105, in __init__ Sep 19 14:53:07 template7 odoo: handler=RequestHandler)
Sep 19 14:53:07 template7 odoo: File "/usr/lib/python2.7/site-packages/werkzeug/serving.py", line 410, in __init__ Sep 19 14:53:07 template7 odoo: HTTPServer.__init__(self, (host, int(port)), handler)
Sep 19 14:53:07 template7 odoo: File "/usr/lib64/python2.7/SocketServer.py", line 419, in __init__ Sep 19 14:53:07 template7 odoo: self.server_bind()
Sep 19 14:53:07 template7 odoo: File "/usr/lib/python2.7/site-packages/odoo/service/server.py", line 115, in server_bind Sep 19 14:53:07 template7 odoo: super(ThreadedWSGIServerReloadable, self).server_bind()
Sep 19 14:53:07 template7 odoo: File "/usr/lib64/python2.7/BaseHTTPServer.py", line 108, in server_bind Sep 19 14:53:07 template7 odoo: SocketServer.TCPServer.server_bind(self)
Sep 19 14:53:07 template7 odoo: File "/usr/lib64/python2.7/SocketServer.py", line 430, in server_bind Sep 19 14:53:07 template7 odoo: self.socket.bind(self.server_address)
Sep 19 14:53:07 template7 odoo: File "/usr/lib64/python2.7/socket.py", line 224, in meth Sep 19 14:53:07 template7 odoo: return getattr(self._sock,name)(*args)
Sep 19 14:53:07 template7 odoo: error: [Errno 13] Permission denied

0
Avatar
Abbandona
Avatar
Jasad Moozhiyan
Risposta migliore

Dear Jesse,

Please you can run odoo on port 80 with the help of Nginx reverse proxy server. The below links will help you to sort out the question.

http://www.technaureus.com/how-to-run-odoo-on-port-80/

http://www.technaureus.com/how-to-setup-nginx-for-odoo/


Thanks & Regards

Technaureus Info Solutions Pvt. Ltd.

0
Avatar
Abbandona
Avatar
Sebastian782
Risposta migliore

I'm sorry to dig this old topic, but have we find any solution?

As you say a lot of people propose workarounds, but no real explanation.
The unique things as I could do right now is start odoo as root which I prefer not to do.

0
Avatar
Abbandona
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!

Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!

Registrati
Post correlati Risposte Visualizzazioni Attività
Issues in Sitemap
http sitemap
Avatar
0
feb 23
2855
Odoo - using AWS ELB
aws http
Avatar
0
gen 23
3374
HTTP Error Handlers?
http_server http
Avatar
Avatar
2
mar 22
7068
Form Submission Odoo not loading HTTP Route
http routes
Avatar
Avatar
Avatar
3
nov 19
6001
from openerp import http ImportError: cannot import name http
openerp http
Avatar
Avatar
2
mar 15
25532
Community
  • Tutorial
  • Documentazione
  • Forum
Open source
  • Scarica
  • Github
  • Runbot
  • Traduzioni
Servizi
  • Hosting Odoo.sh
  • Supporto
  • Aggiornamenti
  • Sviluppi personalizzati
  • Formazione
  • Trova un contabile
  • Trova un partner
  • Diventa nostro partner
Chi siamo
  • La nostra azienda
  • Branding
  • Contattaci
  • Lavora con noi
  • Eventi
  • Podcast
  • Blog
  • Clienti
  • Note legali • Privacy
  • Sicurezza
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo è un gestionale di applicazioni aziendali open source pensato per coprire tutte le esigenze della tua azienda: CRM, Vendite, E-commerce, Magazzino, Produzione, Fatturazione elettronica, Project Management e molto altro.

Il punto di forza di Odoo è quello di offrire un ecosistema unico di app facili da usare, intuitive e completamente integrate tra loro.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now