• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

BSD5.3 - Apache included?

R

rbhaydon

Guest
Hello,
As a backup server, I decided to install BSD 5.3 on a system & install PLESK 7.5.2. The only problem is I cant seem to start Apache or IMAP/Courier.

If I type "httpd start", the system can't seem to find the httpd daemon file...it certainly isn't in /etc/rc.d or /usr/local/etc/rc.d.

Do I need to install Apache separately? If so, what version do I install?

I'm used to the RedHat EL PLESK autoinstaller which downloads the packages automatically (so much easier, by the way).

Any help from BSD folks would be appreciated.

Thanks,
Bruce
 
OK - More info for anyone who is interested: I found httpd in

/usr/local/psa/apache/bin

although I don't know why it isn't in the /etc/rc.d like the other daemon scripts.

I try to start apache using the PLESK interface, and nothing shows up in the /var/log/messages log file. Does anyone have any other ideas on how I might troubleshoot this.

Apache just refuses to start!
 
show us what the logs say from

/usr/local/psa/apache/log/error_log
 
Hello,
With FreeBSD, you will find the startup scripts in...
/usr/local/psa/rc.d
you really do not want to start Apache using the
/usr/local/psa/apache/bin/httpd. Doing so, will not
setup the environment properly for Apache.

I agree, look at the logs to see what is happening.

Cheers.
 
Back
Top