• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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