Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 13152 invoked from network); 30 Mar 2010 20:50:53 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Mar 2010 20:50:53 -0000 Received: (qmail 1150 invoked by uid 500); 30 Mar 2010 20:50:50 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 1125 invoked by uid 500); 30 Mar 2010 20:50:50 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 1117 invoked by uid 99); 30 Mar 2010 20:50:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Mar 2010 20:50:50 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=AWL,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of vadud3@gmail.com designates 209.85.160.173 as permitted sender) Received: from [209.85.160.173] (HELO mail-gy0-f173.google.com) (209.85.160.173) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Mar 2010 20:50:44 +0000 Received: by gyd5 with SMTP id 5so6940776gyd.18 for ; Tue, 30 Mar 2010 13:50:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:received :message-id:subject:to:content-type; bh=QwKdGWr4NcSI/fCqokV+2EcKC8sdS46u/G3obAwI/Tw=; b=yA9zbyqJV2FRYvllF1fhZY13gWoVZJvDxJTXCQGlpA1bYVpvpJSQ2SnZwKw9xMSiCb XZHTwsyKKL+h+hQQSW0ahlpMsdVtMrxS4sgFOWQI43ADNFrNuX2p/fW5zzEUZNHZPJSN EopYAA9Q3jr+9TmIH3yLv039mQDM30m9KjlBw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=nmrHRbCVuhgjqyD0csOZa+Pj45Xko2ofPXyTo2kC+GbiJYoCz5Mbb1ZQ/43lFSm+Ou OCvbr1nA6yWSkj+bfp0B35ZMrdnv/23NPkQDSm3l+8qDF5fwYUPBHUw1VmChDfwr5Uhw njABVYHPilhkm/bjcrREZpvJG1CqFrhUjGOBU= MIME-Version: 1.0 Received: by 10.151.158.11 with HTTP; Tue, 30 Mar 2010 13:50:02 -0700 (PDT) From: Asif Iqbal Date: Tue, 30 Mar 2010 16:50:02 -0400 Received: by 10.150.214.1 with SMTP id m1mr7019675ybg.215.1269982223160; Tue, 30 Mar 2010 13:50:23 -0700 (PDT) Message-ID: To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 Subject: [users@httpd] apache2 failing to start I am failing to start apache 2.2.6 on solaris 7. I do not have any /dev/[u]random file. I am running prngd for entropy (root)@www:/usr/local/apache2# ps -ef | grep prng root 12631 1 0 21:53:46 ? 0:07 /usr/local/sbin/prngd /var/spool/prngd/pool (root)@www:/usr/local/apache2# ls -al /var/spool/prngd/pool srwxrwxrwx 1 root other 0 Mar 29 21:53 /var/spool/prngd/pool (root)@www:/usr/local/apache2# file /var/spool/prngd/pool /var/spool/prngd/pool: socket (root)@www:/usr/local/apache2# ./bin/httpd -v Server version: Apache/2.2.6 (Unix) Server built: Nov 29 2007 04:50:40 (root)@www:/usr/local/apache2# tail -f logs/error_log Configuration Failed [Tue Mar 30 19:59:48 2010] [notice] Digest: generating secret for digest authentication ... [Tue Mar 30 19:59:48 2010] [crit] (2)No such file or directory: Digest: error generating secret: No such file or directory Configuration Failed [Tue Mar 30 20:01:10 2010] [notice] Digest: generating secret for digest authentication ... [Tue Mar 30 20:01:10 2010] [crit] (2)No such file or directory: Digest: error generating secret: No such file or directory Configuration Failed [Tue Mar 30 20:25:33 2010] [notice] Digest: generating secret for digest authentication ... [Tue Mar 30 20:25:33 2010] [crit] (2)No such file or directory: Digest: error generating secret: No such file or directory Configuration Failed My syntax looks ok (root)@www:/usr/local/apache2# ./bin/httpd -t Syntax OK (root)@www:/usr/local/apache2# ./bin/httpd -S VirtualHost configuration: wildcard NameVirtualHosts and _default_ servers: _default_:8443 www.example.net (/usr/local/apache2/conf/extra/httpd-ssl.conf:8) Syntax OK Here is my httpd.conf (root)@www:/usr/local/apache2# cat conf/httpd.conf ServerRoot "/usr/local/apache2" Listen 8080 LoadModule authn_file_module modules/mod_authn_file.so LoadModule authn_dbm_module modules/mod_authn_dbm.so LoadModule authn_anon_module modules/mod_authn_anon.so LoadModule authn_dbd_module modules/mod_authn_dbd.so LoadModule authn_default_module modules/mod_authn_default.so LoadModule authz_host_module modules/mod_authz_host.so LoadModule authz_groupfile_module modules/mod_authz_groupfile.so LoadModule authz_user_module modules/mod_authz_user.so LoadModule authz_dbm_module modules/mod_authz_dbm.so LoadModule authz_owner_module modules/mod_authz_owner.so LoadModule authz_default_module modules/mod_authz_default.so LoadModule auth_basic_module modules/mod_auth_basic.so LoadModule auth_digest_module modules/mod_auth_digest.so LoadModule dbd_module modules/mod_dbd.so LoadModule dumpio_module modules/mod_dumpio.so LoadModule ext_filter_module modules/mod_ext_filter.so LoadModule include_module modules/mod_include.so LoadModule filter_module modules/mod_filter.so LoadModule deflate_module modules/mod_deflate.so LoadModule log_config_module modules/mod_log_config.so LoadModule log_forensic_module modules/mod_log_forensic.so LoadModule logio_module modules/mod_logio.so LoadModule env_module modules/mod_env.so LoadModule mime_magic_module modules/mod_mime_magic.so LoadModule cern_meta_module modules/mod_cern_meta.so LoadModule expires_module modules/mod_expires.so LoadModule headers_module modules/mod_headers.so LoadModule ident_module modules/mod_ident.so LoadModule usertrack_module modules/mod_usertrack.so LoadModule unique_id_module modules/mod_unique_id.so LoadModule setenvif_module modules/mod_setenvif.so LoadModule version_module modules/mod_version.so LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_connect_module modules/mod_proxy_connect.so LoadModule proxy_ftp_module modules/mod_proxy_ftp.so LoadModule proxy_http_module modules/mod_proxy_http.so LoadModule proxy_ajp_module modules/mod_proxy_ajp.so LoadModule proxy_balancer_module modules/mod_proxy_balancer.so LoadModule ssl_module modules/mod_ssl.so LoadModule mime_module modules/mod_mime.so LoadModule dav_module modules/mod_dav.so LoadModule status_module modules/mod_status.so LoadModule autoindex_module modules/mod_autoindex.so LoadModule asis_module modules/mod_asis.so LoadModule info_module modules/mod_info.so LoadModule cgi_module modules/mod_cgi.so LoadModule dav_fs_module modules/mod_dav_fs.so LoadModule vhost_alias_module modules/mod_vhost_alias.so LoadModule negotiation_module modules/mod_negotiation.so LoadModule dir_module modules/mod_dir.so LoadModule imagemap_module modules/mod_imagemap.so LoadModule actions_module modules/mod_actions.so LoadModule speling_module modules/mod_speling.so LoadModule userdir_module modules/mod_userdir.so LoadModule alias_module modules/mod_alias.so LoadModule rewrite_module modules/mod_rewrite.so User daemon Group daemon ServerAdmin www@example.com ServerName www.example.net DocumentRoot "/usr/local/apache2/htdocs" Options FollowSymLinks AllowOverride None Order deny,allow Deny from all Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all DirectoryIndex index.html Order allow,deny Deny from all Satisfy All ErrorLog logs/error_log LogLevel warn LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%h %l %u %t \"%r\" %>s %b" common LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio CustomLog logs/access_log common ScriptAlias /cgi-bin/ "/usr/local/apache2/cgi-bin/" AllowOverride None Options None Order allow,deny Allow from all DefaultType text/plain TypesConfig conf/mime.types AddType application/x-compress .Z AddType application/x-gzip .gz .tgz Include conf/extra/httpd-ssl.conf SSLRandomSeed startup builtin SSLRandomSeed connect builtin Here is my conf/extra/httpd-ssl.conf (root)@www:/usr/local/apache2# cat conf/extra/httpd-ssl.conf Listen 8443 AddType application/x-x509-ca-cert .crt AddType application/x-pkcs7-crl .crl SSLPassPhraseDialog builtin SSLSessionCache "shmcb:/usr/local/apache2/logs/ssl_scache(512000)" SSLSessionCacheTimeout 300 SSLMutex "file:/usr/local/apache2/logs/ssl_mutex" DocumentRoot "/usr/local/apache2/htdocs" ServerName www.example.net:8443 ServerAdmin www@example.com ErrorLog "/usr/local/apache2/logs/error_log" TransferLog "/usr/local/apache2/logs/access_log" SSLEngine on SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL SSLCertificateFile "/usr/local/apache2/conf/server.crt" SSLCertificateKeyFile "/usr/local/apache2/conf/server.key" SSLOptions +StdEnvVars SSLOptions +StdEnvVars BrowserMatch ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 CustomLog "/usr/local/apache2/logs/ssl_request_log" \ "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" Any idea how to make apache2 start ? -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org