Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

306
Views
httpd.conf y logserver.conf no pueden funcionar al mismo tiempo; utilizan el mismo PID (Linux)

Estoy creando un nuevo archivo .conf (LogServer.conf) para que se pueda acceder a los registros del servidor de aplicaciones a través del navegador. Pero cada vez que inicio httpd.conf, el alias dentro de LogServer.conf no funcionará y viceversa. Están usando el mismo pid. Soy bastante nuevo en estas cosas. ¿Podrías ayudarme? Gracias.

Aquí está mi LogServer.conf

 LoadModule mpm_event_module modules/mod_mpm_event.so Listen sample.ar.sample.com:7777 LoadModule autoindex_module modules/mod_autoindex.so LoadModule authz_core_module modules/mod_authz_core.so LoadModule authn_core_module modules/mod_authn_core.so LoadModule alias_module modules/mod_alias.so ServerName sample.ar.sample.com:7777 DocumentRoot "/opt/IBM/WebSphere/AppServer/profiles/AppSrv01/logs" Alias /WASLOGS "/opt/IBM/WebSphere/AppServer/profiles/AppSrv01/logs" <Directory "/opt/IBM/WebSphere/AppServer/profiles/AppSrv01/logs"> AllowOverride None Options +Indexes IndexOrderDefault Descending Date </Directory> <IfModule mod_autoindex.c> IndexOptions NameWidth=* </IfModule>

Este es el valor Listen y ServerName en mi httpd.conf

 Listen sample.ar.sample.com:8445 ServerName sample.ar.sample.com:8445

Los estoy iniciando usando este comando:

 ./apachectl -f /opt/IBM/WebSphere/HTTPServer/conf/httpd.conf -k start ./apachectl -f /opt/IBM/WebSphere/HTTPServer/conf/LogServer.conf -k start

Si detengo y luego inicio LogServer.conf primero, y luego inicio httpd.conf, digo que ya se está ejecutando en un PID específico pero está en estado detenido en la consola websphere y no se pudo iniciar desde la consola.

Por favor ayuda. Gracias

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Si ejecuta dos instancias desde el mismo ServerRoot, debe configurar PidFile en al menos uno de los archivos de configuración. por ejemplo PidFile logs/logserver.pid

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!