06/10/2007, 15:36
|
| | Fecha de Ingreso: octubre-2007
Mensajes: 21
Antigüedad: 17 años, 1 mes Puntos: 0 | |
Re: ayuda servidor apache Es la version 2.2.x y ya lo tengo por separado, desinstale el wamp y he instalado el apache por separado,¿ tengo que instalar tb el php y mysql para q funcionase lo de los virtualhost?
Respecto a lo del include del httpd no veo nada, al final del httpd.conf viene esto:
# Virtual hosts
#Include conf/extra/httpd-vhosts.conf
# Local access to the Apache HTTP Server Manual
#Include conf/extra/httpd-manual.conf
# Distributed authoring and versioning (WebDAV)
#Include conf/extra/httpd-dav.conf
# Various default settings
#Include conf/extra/httpd-default.conf
# Secure (SSL/TLS) connections
#Include conf/extra/httpd-ssl.conf
#
# Note: The following must must be present to support
# starting without SSL on platforms with no /dev/random equivalent
# but a statically compiled-in mod_ssl.
#
<IfModule ssl_module>
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
</IfModule>
Vienen mas cosas por encima de esto de includes.
De lo de la cache del sitio no se a que te refieres sorry. |