I'm running slackware linux 2.4.5 with apache 1.3.20 with mod ssl 2.8.4.
fisrt i configured modssl, i.e.
./configure --with-apache=/usr/include/apache-blah/
that was done. woo hoo. then compiled apache using;
SSL_BASE=/etc/ssl (my openssl dir)
./configure --enable-module=ssl
make; make install
-------------------------
that should be it to compile and install right? i set up the SSLCertificateFile and SSLCertificateKeyFile directives in the httpd .conf and then i try to run apache=
apachectl startssl. it returns with the syntax screen. that is how i start with ssl right? and another weird thing is that when i do 'apachectl start' it states that httpd is now start, but when i do 'apachectl stop' it returns '/usr/sbin/apachectl stop: httpd (no pid file) not running'
help please! hehe. it's a good thing im just setting this up for fun, or i'd be frustrated with a deadline. any help out there would be great. thanks all.
-Josh
fisrt i configured modssl, i.e.
./configure --with-apache=/usr/include/apache-blah/
that was done. woo hoo. then compiled apache using;
SSL_BASE=/etc/ssl (my openssl dir)
./configure --enable-module=ssl
make; make install
-------------------------
that should be it to compile and install right? i set up the SSLCertificateFile and SSLCertificateKeyFile directives in the httpd .conf and then i try to run apache=
apachectl startssl. it returns with the syntax screen. that is how i start with ssl right? and another weird thing is that when i do 'apachectl start' it states that httpd is now start, but when i do 'apachectl stop' it returns '/usr/sbin/apachectl stop: httpd (no pid file) not running'
help please! hehe. it's a good thing im just setting this up for fun, or i'd be frustrated with a deadline. any help out there would be great. thanks all.
-Josh