Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
i tried to follow exactly what the help files said for apache as far as configuring my server name. its a little confusing. I'm using no-ip for my "dynamic dns partner".
here is the error I'm getting when i try to start the service
httpd failed. The error was: Starting httpd: Syntax error on line 323 of /etc/httpd/conf/httpd.conf:
The port number "http://www.schrock.no-ip.info:80" is outside the appropriate range (i.e., 1..65535).
[FAILED]
thanks, im getting a error after using your suggestion. when i restart the service by /etc/init.d/httpd restart. i do have the mod_ssl cryptography support for the apache web server installed on my red hat machine. should i have this installed i took a guess when i installed the apache web server.
here is the error
[joe@dhcp-487-17 joe]$ /etc/init.d/httpd restart
Stopping httpd: [FAILED]
Starting httpd: Syntax error on line 116 of /etc/httpd/conf.d/ssl.conf:
SSLCertificateFile: file '/etc/httpd/conf/ssl.crt/server.crt' does not exist or is empty
[FAILED]
Well that error is dealing with the ssl certificates. What you have to do is generate your digital certificates or comment out the lines dealing with ssl. If you just want to get the web server running comment out the lines. You won't have ssl but port 80 should work. Then find a nice little tutorial on creating digital certificates. I got mine out of a book.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.