PythonQ 248-8XX Manual de usuario Pagina 41

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 299
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 40
Configuring the Apache2 Web Server
While on openSuSE such files are created in the folder
vhosts . d:
koha@1i190-245:/$ is /etc/apache2/vhosts.d/
Koha's default Apache2 file
Koha's installation process from the previous chapter creates a default Apache2
configuration file named
koha- httpd. conf.
You will find this file under the
etc folder inside Koha's configuration folder.
Take a look at this file:
koha @1i190 -245:/$ vi /home /koha /koha -dev /etc /koha -httpd.conf
Koha's virtual hosts
The file has two Apache2 virtual host blocks - one for Koha's OPAC and the
other for its staff client.
This is what the OPAC virtual host looks like:
## OPAC
<VirtualHost 127.0.0.2:80>
ServerAdmin webmaster@linux
DocumentRoot /home/koha/kohaclone/koha-tmpl
< /VirtualHost>
And the staff client virtual host is right below the OPAC block:
## Intranet
<VirtualHost 127.0.0.2:8080>
ServerAdmin webmaster @linux
DocumentRoot /home /koha /kohaclone /koha -tmpl
< /VirtualHost>
[26]
Vista de pagina 40
1 2 ... 36 37 38 39 40 41 42 43 44 45 46 ... 298 299

Comentarios a estos manuales

Sin comentarios