Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
hello frnds whenever i tries to restart my httpd server i gets this
msg plz check it out & help me....i m using red hat neterprise linux
service httpd restart
Stopping httpd: [FAILED]
Starting httpd: [Thu Nov 29 16:05:05 2007] [warn] NameVirtualHost 128.0.0.103:0 has no VirtualHosts
(13)Permission denied: make_sock: could not bind to address 128.0.0.110:5000
no listening sockets available, shutting down
Unable to open logs
[FAILED]
Probably you have a wrong config file. Read the Apache documentation and give the correct values for the VirtualHost directives in /etc/httpd/conf/httpd.conf.
The rules for config file can be found at the above link. However it may be easy to analyse the problem if you could post your config file (Don't forget to remove the inline comments).
How did you get that stuff in your httpd.conf file. Have you edited it, either by using some tool or manually. Because a fresh httpd.conf file won't contain these values.
Quote:
(13)Permission denied: make_sock: could not bind to address 128.0.0.110:5000
CustomLog logs/access_log combined
ServerSignature On
Alias /icons/ "/var/www/icons/"
<Directory "/var/www/icons">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
<IfModule mod_dav_fs.c>
# Location of the WebDAV lock database.
DAVLockDB /var/lib/dav/lockdb
</IfModule>
ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
<Directory "/var/www/cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
AddDefaultCharset UTF-8
Alias /error/ "/var/www/error/"
<IfModule mod_negotiation.c>
<IfModule mod_include.c>
<Directory "/var/www/error">
AllowOverride None
Options IncludesNoExec
AddOutputFilter Includes html
AddHandler type-map var
Order allow,deny
Allow from all
LanguagePriority en es de fr
ForceLanguagePriority Prefer Fallback
</Directory>
BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
BrowserMatch "^WebDrive" redirect-carefully
BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully
BrowserMatch "^gnome-vfs" redirect-carefully
<Files "/var/www/html/index.html">
</Files>
NameVirtualHost 128.0.0.110
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.