LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-11-2007, 01:10 AM   #1
DragonM15
Member
 
Registered: Sep 2003
Location: USA
Distribution: Slackware (Multiple Versions)
Posts: 455

Rep: Reputation: 31
apachectl startssl will not start


My problem is this:
When I edit my /etc/rc.d/rc.httpd to say:
/usr/sbin/apachectl startssl
from the original
/usr/sbin/apachectl start

when I run /etc/rc.d/rc.httpd start it doesn't give an error per say, it just gives me the usages for apachectl:
Code:
usage: /usr/sbin/apachectl (start|stop|restart|fullstatus|status|graceful|configtest|help)

start      - start httpd
stop       - stop httpd
restart    - restart httpd if running by sending a SIGHUP or start if
             not running
fullstatus - dump a full status screen; requires lynx and mod_status enabled
status     - dump a short status screen; requires lynx and mod_status enabled
graceful   - do a graceful restart by sending a SIGUSR1 or start if not running
configtest - do a configuration syntax test
help       - this screen
What caused this problem in the first place was upgrading to Apache2. I am currently running Apache-1.3.37. So, I upgraded and apache didn't work at all, so i downgraded back to 1.3.37 and I know I am forgetting a simple step in configuring, but I don't remember having this problem before. Any ideas? It HAS to be something fairly simple.

Thanks,
DragonM15

P.S. Running Slackware 10.2 Apache 1.3.37 mod_ssl 2.8.28_1.3.37

Last edited by DragonM15; 12-11-2007 at 01:59 AM.
 
Old 12-11-2007, 02:15 AM   #2
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,170
Blog Entries: 1

Rep: Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038
It seems that you still using apachectl from apache2 (that does not uses startssl). You should use the apachectl for apache1.3.
How did you try to install apache2 and what steps did you take to uninstall it and reinstall apaxhe1.3.37?
 
Old 12-11-2007, 02:40 AM   #3
DragonM15
Member
 
Registered: Sep 2003
Location: USA
Distribution: Slackware (Multiple Versions)
Posts: 455

Original Poster
Rep: Reputation: 31
Quote:
Originally Posted by bathory View Post
It seems that you still using apachectl from apache2 (that does not uses startssl). You should use the apachectl for apache1.3.
How did you try to install apache2 and what steps did you take to uninstall it and reinstall apaxhe1.3.37?
I removed Apache2 with:
removepkg apache2-2.0.59-i486-1kjz

and I reinstalled apache 1.3.37 with
slapt-get --install apache-1.3.37-i486-1_slack10.2

I also slocated any apache2 remains... there were none. I did this via:
updatedb&
and slocate apache2

Any ideas?

Thanks,
DragonM15
 
Old 12-11-2007, 02:59 AM   #4
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53
Isn't there something similar to apache-mod-ssl or apache-ssl (press tab after apache)? Don't remember now cause I'm not connected to the computer with apache.

Last edited by Alien_Hominid; 12-11-2007 at 03:01 AM.
 
Old 12-11-2007, 03:07 AM   #5
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,170
Blog Entries: 1

Rep: Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038
Quote:
and I reinstalled apache 1.3.37 with
slapt-get --install apache-1.3.37-i486-1_slack10.2
Is that enough to install apache+modssl? You should also install mod_ssl-2.8.28_1.3.37-i486-1_slack10.2. And why don't you use installpkg instead of slapt-get?
Anyway
Code:
httpd -v
should tell you the apache version you're running.
 
Old 12-11-2007, 11:20 AM   #6
DragonM15
Member
 
Registered: Sep 2003
Location: USA
Distribution: Slackware (Multiple Versions)
Posts: 455

Original Poster
Rep: Reputation: 31
Quote:
Originally Posted by bathory View Post
Is that enough to install apache+modssl? You should also install mod_ssl-2.8.28_1.3.37-i486-1_slack10.2. And why don't you use installpkg instead of slapt-get?
Anyway
Code:
httpd -v
should tell you the apache version you're running.
You must have seen the P.S. that I posted saying that I DO have mod_ssl-2.8.29_1.3.37-i486-1_slack10.2. So... I already have that. httpd -v reports:
Code:
Server version: Apache/1.3.37 (Unix)
Server built:   Jul 28 2006 17:18:41
So, ideas?

Thanks,
DragonM15
 
Old 12-11-2007, 11:25 AM   #7
DragonM15
Member
 
Registered: Sep 2003
Location: USA
Distribution: Slackware (Multiple Versions)
Posts: 455

Original Poster
Rep: Reputation: 31
alright, did a reinstall of mod_ssl and everything is good. AKA SSL is Working! I knew it had to be something simple.

Sorry for the waste of your time. Thank you for all your help.

DragonM15
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
apachectl start not working cparker15 Linux - Networking 2 01-20-2005 08:15 PM
apachectl startssl error message harlow400 Linux - Software 2 03-01-2004 02:31 AM
slack 9.0 apachectl startssl doesn't work harlow400 Linux - Software 4 02-29-2004 09:03 PM
apachectl startssl doesn't work on SuSE 9.0 ahargrove Linux - Software 3 02-16-2004 11:02 PM
Adding "apachectl startssl" to startup morbo Linux - Networking 2 10-01-2002 05:48 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:43 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration