Davide, Here's the output from the httpd -S ksh -x ./httpd -S + + /bin/pwd + 2> /dev/null PWD=/usr/local/apache2/bin ksh: ./httpd: cannot execute
Here are the file permissions: ls -ld httpd -rwxr-x--- 1 root other 615413 Jun 23 15:13 httpd As for httpd.conf, this is the only thing I find when doing a search for SSL: <IfDefine SSL> LoadModule ssl_module modules/mod_ssl.so And: <IfModule mod_ssl.c> Include conf/ssl.conf </IfModule> I found this in the ssl.conf file: # General setup for the virtual host DocumentRoot "/usr/local/apache2/htdocs" ServerName www.example.com:443 ServerAdmin [EMAIL PROTECTED] ErrorLog /usr/local/apache2/logs/error_log TransferLog /usr/local/apache2/logs/access_log # SSL Engine Switch: # Enable/Disable SSL for this virtual host. SSLEngine on Is this my problem? Thanks, Marty -----Original Message----- From: Davide Bianchi [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 06, 2005 3:11 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Apache 2.0.54 - Can't get it to run on Solaris 5.8 Nash, Marty wrote: > SSL/vhost, have no idea, how can I verify? httpd -S or just check in the httpd.conf file. Davide --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]