Moderators: enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, s0lid
mflorell wrote:gardo, 2.4 RC2 is not the latest version, the latest version is 2.7 RC1, which is fully compatible with Asterisk 1.8.21.
192.168.0.5 http://www.anaskw.com
anaskw:/etc/apache2/CA # ls -ltr
total 12
-r-------- 1 root root 963 May 28 16:24 server.key
-r-------- 1 root root 781 May 28 16:25 server.csr
-r-------- 1 root root 985 May 28 16:27 server.crt
You have new mail in /var/mail/root
anaskw:/etc/apache2/CA #
DocumentRoot "/srv/www/htdocs"
<Directory "/srv/www/htdocs">
Options None
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Alias /icons/ "/usr/share/apache2/icons/"
<Directory "/usr/share/apache2/icons">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
ScriptAlias /cgi-bin/ "/srv/www/cgi-bin/"
# "/srv/www/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
<Directory "/srv/www/cgi-bin">
AllowOverride None
Options +ExecCGI -Includes
Order allow,deny
Allow from all
</Directory>
<IfModule mod_userdir.c>
UserDir public_html
Include /etc/apache2/mod_userdir.conf
</IfModule>
Include /etc/apache2/conf.d/*.conf
Include /etc/apache2/conf.d/apache2-manual?conf
ServerName www.anaskw.com
ServerAdmin bilal.ghayad@anaskw.com
<IfDefine SSL>
<IfDefine !NOSSL>
<IfModule mod_ssl.c>
AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl .crl
<IfDefine SYSTEMD>
SSLPassPhraseDialog exec:/usr/sbin/apache2-systemd-ask-pass
</IfDefine>
<IfDefine !SYSTEMD>
SSLPassPhraseDialog builtin
</IfDefine>
SSLSessionCache shmcb:/var/lib/apache2/ssl_scache(512000)
SSLSessionCacheTimeout 600
SSLMutex default
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
</IfModule>
</IfDefine>
</IfDefine>
Listen 443
Listen 80
<IfDefine SSL>
<IfDefine !NOSSL>
<IfModule mod_ssl.c>
Listen 443
</IfModule>
</IfDefine>
</IfDefine>
NameVirtualHost *:443
<IfDefine SSL>
<IfDefine !NOSSL>
<VirtualHost *:443>
DocumentRoot "/srv/www/htdocs"
ServerName www.anaskw.com:443
ServerAdmin bilal.ghayad@anaskw.com
ErrorLog /var/log/apache2/error_log
TransferLog /var/log/apache2/access_log
SSLEngine on
SSLProtocol all -SSLv2 -SSLv3
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLCertificateFile /etc/apache2/CA/server.crt
SSLCertificateKeyFile /etc/apache2/CA/server.key
SSLCertificateChainFile /etc/apache2/CA/server.crt
SSLCACertificateFile /etc/apache2/CA/server.crt
<Files ~ "\.(cgi|shtml|phtml|php3?)$">
SSLOptions +StdEnvVars
</Files>
<Directory "/srv/www/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
CustomLog /var/log/apache2/ssl_request_log ssl_combined
</VirtualHost>
</IfDefine>
</IfDefine>
anaskw:/etc/apache2/vhosts.d # rcapache2 restart
redirecting to systemctl
Enter SSL pass phrase for www.anaskw.com:443 (RSA): *********
Job failed. See system logs and 'systemctl status' for details.
[Tue May 28 19:02:34 2013] [info] Init: Seeding PRNG with 144 bytes of entropy
[Tue May 28 19:02:34 2013] [info] Loading certificate & private key of SSL-aware server
[Tue May 28 19:02:34 2013] [info] Init: Requesting pass phrase from dialog filter program (/usr/sbin/apache2-systemd-ask-pass)
[Tue May 28 19:02:42 2013] [debug] ssl_engine_pphrase.c(476): encrypted RSA private key - pass phrase requested
[Tue May 28 19:02:42 2013] [info] Init: Wiped out the queried pass phrases from memory
[Tue May 28 19:02:42 2013] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Tue May 28 19:02:42 2013] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Tue May 28 19:02:42 2013] [info] Init: Initializing (virtual) servers for SSL
[Tue May 28 19:02:42 2013] [info] Configuring server for SSL protocol
[Tue May 28 19:02:42 2013] [debug] ssl_engine_init.c(465): Creating new SSL context (protocols: TLSv1)
[Tue May 28 19:02:42 2013] [debug] ssl_engine_init.c(603): Configuring client authentication
[Tue May 28 19:02:42 2013] [debug] ssl_engine_init.c(1198): CA certificate: /C=KW/ST=Hawalli/L=Hawalli/O=Safwa/OU=Call Center/CN=www.anaskw.com/emailAddress=bilal.ghayad@anaskw.com
[Tue May 28 19:02:42 2013] [debug] ssl_engine_init.c(666): Configuring permitted SSL ciphers [ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL]
[Tue May 28 19:02:42 2013] [debug] ssl_engine_init.c(750): Configuring server certificate chain (0 CA certificates)
[Tue May 28 19:02:42 2013] [debug] ssl_engine_init.c(420): Configuring TLS extension handling
[Tue May 28 19:02:42 2013] [debug] ssl_engine_init.c(797): Configuring RSA server certificate
[Tue May 28 19:02:42 2013] [debug] ssl_engine_init.c(836): Configuring RSA server private key
[Tue May 28 19:02:42 2013] [info] mod_ssl/2.2.21 compiled against Server: Apache/2.2.21, Library: OpenSSL/1.0.0k
redirecting to systemctl
Job failed. See system logs and 'systemctl status' for details.
apache2.service - apache
Loaded: loaded (/lib/systemd/system/apache2.service; enabled)
Active: failed since Tue, 28 May 2013 21:08:36 +0300; 2min 33s ago
Process: 5634 ExecStop=/usr/sbin/httpd2 -D SYSTEMD -k stop (code=exited, status=0/SUCCESS)
Process: 3847 ExecStart=/usr/sbin/start_apache2 -D SYSTEMD -k start (code=exited, status=0/SUCCESS)
Main PID: 4684 (code=exited, status=0/SUCCESS)
CGroup: name=systemd:/system/apache2.service
[Tue May 28 21:08:36 2013] [info] Init: Seeding PRNG with 144 bytes of entropy
[Tue May 28 21:08:36 2013] [info] Loading certificate & private key of SSL-aware server
[Tue May 28 21:08:36 2013] [debug] ssl_engine_pphrase.c(470): unencrypted RSA private key - pass phrase not required
[Tue May 28 21:08:36 2013] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Tue May 28 21:08:36 2013] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Tue May 28 21:08:36 2013] [info] Init: Initializing (virtual) servers for SSL
[Tue May 28 21:08:36 2013] [info] Configuring server for SSL protocol
[Tue May 28 21:08:36 2013] [debug] ssl_engine_init.c(465): Creating new SSL context (protocols: TLSv1)
[Tue May 28 21:08:36 2013] [debug] ssl_engine_init.c(603): Configuring client authentication
[Tue May 28 21:08:36 2013] [debug] ssl_engine_init.c(1198): CA certificate: /C=KW/ST=Hawalli/L=Hawalli/O=Safwa/OU=Call Center/CN=www.anaskw.com/emailAddress=bilal.ghayad@anaskw.com
[Tue May 28 21:08:36 2013] [debug] ssl_engine_init.c(666): Configuring permitted SSL ciphers [ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL]
[Tue May 28 21:08:36 2013] [debug] ssl_engine_init.c(750): Configuring server certificate chain (0 CA certificates)
[Tue May 28 21:08:36 2013] [debug] ssl_engine_init.c(420): Configuring TLS extension handling
[Tue May 28 21:08:36 2013] [debug] ssl_engine_init.c(797): Configuring RSA server certificate
[Tue May 28 21:08:36 2013] [debug] ssl_engine_init.c(836): Configuring RSA server private key
[Tue May 28 21:08:36 2013] [info] mod_ssl/2.2.21 compiled against Server: Apache/2.2.21, Library: OpenSSL/1.0.0k
See system logs and 'systemctl status' for details
apache2.service - apache
Loaded: loaded (/lib/systemd/system/apache2.service; enabled)
Active: failed since Wed, 29 May 2013 00:29:04 +0300; 9s ago
Process: 5634 ExecStop=/usr/sbin/httpd2 -D SYSTEMD -k stop (code=exited, status=0/SUCCESS)
Process: 25937 ExecStart=/usr/sbin/start_apache2 -D SYSTEMD -k start (c ode=exited, status=0/SUCCESS)
Main PID: 4684 (code=exited, status=0/SUCCESS)
CGroup: name=systemd:/system/apache2.service
(98)Address already in use: make_sock: could not bind to address [::]:443
gardo wrote:
Upgrading from CE 2.1 to CE 3.0 will preserve your VtigerCRM data and files.
The website encountered an error while retrieving http://10.149.1.130/vtigercrm/index.php. It may be down for maintenance or configured incorrectly.
Here are some suggestions:
Reload this webpage later.
HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.
Return to ViciDialNow - GoAutoDial
Users browsing this forum: No registered users and 78 guests